mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
kas: local.conf: disable prelink
Keep configuration synchronized with OE-Core, see [1]. [1] - http://git.openembedded.org/openembedded-core/commit/?id=f9719cc1c3fe9d380336e7af418daf27473b2e8b Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
This commit is contained in:
parent
3abe06359a
commit
0df167c61f
|
@ -45,7 +45,7 @@ local_conf_header:
|
||||||
CONF_VERSION = "2"
|
CONF_VERSION = "2"
|
||||||
PACKAGE_CLASSES = "package_rpm"
|
PACKAGE_CLASSES = "package_rpm"
|
||||||
SDKMACHINE = "x86_64"
|
SDKMACHINE = "x86_64"
|
||||||
USER_CLASSES = "buildstats image-prelink"
|
USER_CLASSES = "buildstats"
|
||||||
PATCHRESOLVE = "noop"
|
PATCHRESOLVE = "noop"
|
||||||
debug-tweaks: |
|
debug-tweaks: |
|
||||||
EXTRA_IMAGE_FEATURES = "debug-tweaks"
|
EXTRA_IMAGE_FEATURES = "debug-tweaks"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user