mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
yocto-bsp: add machine-user-features.scc to templates
Add the user-features.scc files needed by the new kernel feature support in yocto-kernel. (From meta-yocto rev: 0ef493fbbe412b6e30fc60b892ba6c2e5664307f) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8c9320cc92
commit
15043fae43
@@ -18,4 +18,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-tiny.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -18,4 +18,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-tiny.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -18,4 +18,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-tiny.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -18,4 +18,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-tiny.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -42,4 +42,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -42,6 +42,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -42,6 +42,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-tiny.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -42,6 +42,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -42,6 +42,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -18,4 +18,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-preempt-rt.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-tiny.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
@@ -19,6 +19,7 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
# uncomment and replace these SRCREVs with the real commit ids once you've had
|
||||
|
||||
Reference in New Issue
Block a user