From d554e5248840ac52cb3d2542152958c3d0a97ffa Mon Sep 17 00:00:00 2001 From: Jose Diaz de Grenu Date: Tue, 26 Dec 2017 11:31:52 +0100 Subject: [PATCH] rocko migration: sync config templates https://jira.digi.com/browse/DEL-5518 Signed-off-by: Jose Diaz de Grenu --- sdk/config/ccimx6qpsbc/local.conf.sample | 1 - sdk/config/ccimx6sbc/local.conf.sample | 1 - sdk/config/ccimx6ulsbc/local.conf.sample | 1 - sdk/config/ccimx6ulstarter/local.conf.sample | 1 - 4 files changed, 4 deletions(-) diff --git a/sdk/config/ccimx6qpsbc/local.conf.sample b/sdk/config/ccimx6qpsbc/local.conf.sample index 6b857638b..a422645d7 100644 --- a/sdk/config/ccimx6qpsbc/local.conf.sample +++ b/sdk/config/ccimx6qpsbc/local.conf.sample @@ -156,7 +156,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks" # - 'buildstats' collect build statistics # - 'image-mklibs' to reduce shared library files size for an 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: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended USER_CLASSES ?= "buildstats image-mklibs image-prelink" diff --git a/sdk/config/ccimx6sbc/local.conf.sample b/sdk/config/ccimx6sbc/local.conf.sample index c1f34741e..1719914ce 100644 --- a/sdk/config/ccimx6sbc/local.conf.sample +++ b/sdk/config/ccimx6sbc/local.conf.sample @@ -156,7 +156,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks" # - 'buildstats' collect build statistics # - 'image-mklibs' to reduce shared library files size for an 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: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended USER_CLASSES ?= "buildstats image-mklibs image-prelink" diff --git a/sdk/config/ccimx6ulsbc/local.conf.sample b/sdk/config/ccimx6ulsbc/local.conf.sample index d666c0183..0b8d30e2b 100644 --- a/sdk/config/ccimx6ulsbc/local.conf.sample +++ b/sdk/config/ccimx6ulsbc/local.conf.sample @@ -156,7 +156,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks" # - 'buildstats' collect build statistics # - 'image-mklibs' to reduce shared library files size for an 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: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended USER_CLASSES ?= "buildstats image-mklibs image-prelink" diff --git a/sdk/config/ccimx6ulstarter/local.conf.sample b/sdk/config/ccimx6ulstarter/local.conf.sample index 9fb24f16a..96b6c5ea2 100644 --- a/sdk/config/ccimx6ulstarter/local.conf.sample +++ b/sdk/config/ccimx6ulstarter/local.conf.sample @@ -156,7 +156,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks" # - 'buildstats' collect build statistics # - 'image-mklibs' to reduce shared library files size for an 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: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended USER_CLASSES ?= "buildstats image-mklibs image-prelink"