meta-digi: sync config templates with yocto 2.0
This disables images prelink, which according to the mailing lists it's broken for ARM and other architectures. It's also reported to make gdb fail sometimes. https://jira.digi.com/browse/DEL-2150 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
93864cc3c4
commit
407c87688b
|
|
@ -173,7 +173,9 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks"
|
|||
# - 'image-swab' to perform host system intrusion detection
|
||||
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
|
||||
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
|
||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||
# NOTE: image-prelink is currently broken due to problems with the prelinker. It is advised
|
||||
# that you do NOT run the prelinker at this time.
|
||||
USER_CLASSES ?= "buildstats image-mklibs"
|
||||
|
||||
#
|
||||
# Runtime testing of images
|
||||
|
|
|
|||
|
|
@ -158,7 +158,9 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks"
|
|||
# - 'image-swab' to perform host system intrusion detection
|
||||
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
|
||||
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
|
||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||
# NOTE: image-prelink is currently broken due to problems with the prelinker. It is advised
|
||||
# that you do NOT run the prelinker at this time.
|
||||
USER_CLASSES ?= "buildstats image-mklibs"
|
||||
|
||||
#
|
||||
# Runtime testing of images
|
||||
|
|
|
|||
Loading…
Reference in New Issue