summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-08-06 02:30:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-12 06:26:15 +0100
commit2e4d3aa2a351c5648dbd1df0203c99450329ccb4 (patch)
tree42f0df9af31362eb168c32b8fef74f72238404c5 /meta/conf
parent62372aedfe5e04b6b0c0bc5dba7c29bd4685e83b (diff)
downloadpoky-2e4d3aa2a351c5648dbd1df0203c99450329ccb4.tar.gz
meta: use new override syntax in comments
(From OE-Core rev: 572e7db6e8831227911ff3e52bde3a4aa6df1c91) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf4
-rw-r--r--meta/conf/machine/qemuppc64.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index afb82eb370..f6fb2aa698 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -236,8 +236,8 @@ DESCRIPTION ?= "${SUMMARY}."
236# The following two are commented out because they result in a recursive 236# The following two are commented out because they result in a recursive
237# definition of the variable in some corner cases. These are left in 237# definition of the variable in some corner cases. These are left in
238# to illustrate the intended behavior. 238# to illustrate the intended behavior.
239#SUMMARY_${PN} ?= "${SUMMARY}" 239#SUMMARY:${PN} ?= "${SUMMARY}"
240#DESCRIPTION_${PN} ?= "${DESCRIPTION}" 240#DESCRIPTION:${PN} ?= "${DESCRIPTION}"
241 241
242SUMMARY:${PN}-src ?= "${SUMMARY} - Source files" 242SUMMARY:${PN}-src ?= "${SUMMARY} - Source files"
243DESCRIPTION:${PN}-src ?= "${DESCRIPTION} \ 243DESCRIPTION:${PN}-src ?= "${DESCRIPTION} \
diff --git a/meta/conf/machine/qemuppc64.conf b/meta/conf/machine/qemuppc64.conf
index 0682e752be..a5270e98ed 100644
--- a/meta/conf/machine/qemuppc64.conf
+++ b/meta/conf/machine/qemuppc64.conf
@@ -18,7 +18,7 @@ QB_KERNEL_CMDLINE_APPEND = "console=hvc0"
18QB_OPT_APPEND = "-usb -device usb-tablet" 18QB_OPT_APPEND = "-usb -device usb-tablet"
19 19
20#prelink broken on ppc64 20#prelink broken on ppc64
21#USER_CLASSES_remove = "image-prelink" 21#USER_CLASSES:remove = "image-prelink"
22#IMAGE_PREPROCESS_COMMAND_remove = "prelink_image;" 22#IMAGE_PREPROCESS_COMMAND:remove = "prelink_image;"
23 23
24MACHINE_EXTRA_RRECOMMENDS += " kernel-modules" 24MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"