mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
yocto-bsp: Get rid of 'strange' filenames
Give all the 'strange' yocto-bsp template filenames 'normal' names, adding new yocto-bsp-filename and yocto-bsp-dirname tags for the new filename processing pass where needed. (From meta-yocto rev: c66a5b2acb2e243b857e5eb31c1427af296b4c9d) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ed99aeeb68
commit
cac5446989
+1
@@ -0,0 +1 @@
|
||||
# yocto-bsp-dirname {{=machine}}
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
# yocto-bsp-filename {{ if kernel_choice == "custom": }} this
|
||||
# This file was derived from the linux-yocto-custom.bb recipe in
|
||||
# oe-core.
|
||||
#
|
||||
+1
@@ -0,0 +1 @@
|
||||
# yocto-bsp-dirname {{ if kernel_choice == "custom": }} linux-yocto-custom
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
# yocto-bsp-filename {{=machine}}-user-config.cfg
|
||||
#
|
||||
# Used by yocto-kernel to manage config options.
|
||||
#
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
# yocto-bsp-filename {{=machine}}-user-patches.scc
|
||||
#
|
||||
# Used by yocto-kernel to manage patches.
|
||||
#
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
# yocto-bsp-filename {{=machine}}.cfg
|
||||
#
|
||||
# A convenient place to add config options, nothing more.
|
||||
#
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
# yocto-bsp-filename {{=machine}}.scc
|
||||
#
|
||||
# The top-level 'feature' for the {{=machine}} custom kernel.
|
||||
#
|
||||
Reference in New Issue
Block a user