rocko migration: sync config templates
https://jira.digi.com/browse/DEL-5518 Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
79ce548d80
commit
d554e52488
|
|
@ -156,7 +156,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
|
||||||
# - 'buildstats' collect build statistics
|
# - 'buildstats' collect build statistics
|
||||||
# - 'image-mklibs' to reduce shared library files size for an image
|
# - 'image-mklibs' to reduce shared library files size for an image
|
||||||
# - 'image-prelink' in order to prelink the filesystem image
|
# - 'image-prelink' in order to prelink the filesystem image
|
||||||
# - 'image-swab' to perform host system intrusion detection
|
|
||||||
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
|
# 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
|
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
|
||||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
|
||||||
# - 'buildstats' collect build statistics
|
# - 'buildstats' collect build statistics
|
||||||
# - 'image-mklibs' to reduce shared library files size for an image
|
# - 'image-mklibs' to reduce shared library files size for an image
|
||||||
# - 'image-prelink' in order to prelink the filesystem image
|
# - 'image-prelink' in order to prelink the filesystem image
|
||||||
# - 'image-swab' to perform host system intrusion detection
|
|
||||||
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
|
# 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
|
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
|
||||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
|
||||||
# - 'buildstats' collect build statistics
|
# - 'buildstats' collect build statistics
|
||||||
# - 'image-mklibs' to reduce shared library files size for an image
|
# - 'image-mklibs' to reduce shared library files size for an image
|
||||||
# - 'image-prelink' in order to prelink the filesystem image
|
# - 'image-prelink' in order to prelink the filesystem image
|
||||||
# - 'image-swab' to perform host system intrusion detection
|
|
||||||
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
|
# 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
|
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
|
||||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
|
||||||
# - 'buildstats' collect build statistics
|
# - 'buildstats' collect build statistics
|
||||||
# - 'image-mklibs' to reduce shared library files size for an image
|
# - 'image-mklibs' to reduce shared library files size for an image
|
||||||
# - 'image-prelink' in order to prelink the filesystem image
|
# - 'image-prelink' in order to prelink the filesystem image
|
||||||
# - 'image-swab' to perform host system intrusion detection
|
|
||||||
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
|
# 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
|
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
|
||||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue