mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
kas: remove 'image-mklibs' from USER_CLASSES list
mklibs is no longer supported, see [1] [1] - http://git.openembedded.org/openembedded-core/commit/meta/classes?id=908df863b419d1cad7317153101fc827e7e3a354 Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
This commit is contained in:
parent
ffc402ef5e
commit
66d20862de
|
@ -45,7 +45,7 @@ local_conf_header:
|
||||||
CONF_VERSION = "1"
|
CONF_VERSION = "1"
|
||||||
PACKAGE_CLASSES = "package_rpm"
|
PACKAGE_CLASSES = "package_rpm"
|
||||||
SDKMACHINE = "x86_64"
|
SDKMACHINE = "x86_64"
|
||||||
USER_CLASSES = "buildstats image-mklibs image-prelink"
|
USER_CLASSES = "buildstats image-prelink"
|
||||||
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