diff options
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/local.conf.sample | 2 | ||||
-rw-r--r-- | meta-poky/conf/local.conf.sample.extended | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index b6a9e272b5..3ef25a2a89 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample | |||
@@ -242,7 +242,7 @@ PACKAGECONFIG:append:pn-qemu-system-native = " sdl" | |||
242 | 242 | ||
243 | # You can also enable the Gtk UI frontend, which takes somewhat longer to build, but adds | 243 | # You can also enable the Gtk UI frontend, which takes somewhat longer to build, but adds |
244 | # a handy set of menus for controlling the emulator. | 244 | # a handy set of menus for controlling the emulator. |
245 | #PACKAGECONFIG_append_pn-qemu-system-native = " gtk+" | 245 | #PACKAGECONFIG:append:pn-qemu-system-native = " gtk+" |
246 | 246 | ||
247 | # | 247 | # |
248 | # Hash Equivalence | 248 | # Hash Equivalence |
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended index d3a0f762bc..17e95828d5 100644 --- a/meta-poky/conf/local.conf.sample.extended +++ b/meta-poky/conf/local.conf.sample.extended | |||
@@ -380,7 +380,7 @@ DISTRO_FEATURES:remove = "x11" | |||
380 | # Enable LTO system-wide | 380 | # Enable LTO system-wide |
381 | # | 381 | # |
382 | #require conf/distro/include/lto.inc | 382 | #require conf/distro/include/lto.inc |
383 | #DISTRO_FEATURES_append = " lto" | 383 | #DISTRO_FEATURES:append = " lto" |
384 | 384 | ||
385 | # | 385 | # |
386 | # Set PS1 for SDK | 386 | # Set PS1 for SDK |