From: Denys Dmytriyenko <[email protected]> Also image-mklibs class has been deprecated, so remove it from local.conf
Signed-off-by: Denys Dmytriyenko <[email protected]> --- configs/arago-master-config.txt | 2 +- configs/distroless-master-config.txt | 2 +- configs/poky-master-config.txt | 2 +- .../{local-arago64.conf.sample => local-arago64-v2.conf.sample} | 5 ++--- sample-files/{local-poky.conf.sample => local-poky-v2.conf.sample} | 5 ++--- sample-files/{local.conf.sample => local-v2.conf.sample} | 5 ++--- 6 files changed, 9 insertions(+), 12 deletions(-) copy sample-files/{local-arago64.conf.sample => local-arago64-v2.conf.sample} (97%) copy sample-files/{local-poky.conf.sample => local-poky-v2.conf.sample} (97%) copy sample-files/{local.conf.sample => local-v2.conf.sample} (97%) diff --git a/configs/arago-master-config.txt b/configs/arago-master-config.txt index 0788679..e4c6d7f 100644 --- a/configs/arago-master-config.txt +++ b/configs/arago-master-config.txt @@ -11,4 +11,4 @@ meta-ti,git://git.yoctoproject.org/meta-ti,master,HEAD,layers= meta-arm,git://git.yoctoproject.org/meta-arm,master,HEAD,layers=meta-arm:meta-arm-toolchain oe-core,git://git.openembedded.org/openembedded-core,master,HEAD,layers=meta OECORELAYERCONF=./sample-files/bblayers.conf.sample -OECORELOCALCONF=./sample-files/local-arago64.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample diff --git a/configs/distroless-master-config.txt b/configs/distroless-master-config.txt index c8c400c..8211bd5 100644 --- a/configs/distroless-master-config.txt +++ b/configs/distroless-master-config.txt @@ -5,4 +5,4 @@ meta-ti,git://git.yoctoproject.org/meta-ti,master,HEAD,layers= meta-arm,git://git.yoctoproject.org/meta-arm,master,HEAD,layers=meta-arm:meta-arm-toolchain oe-core,git://git.openembedded.org/openembedded-core,master,HEAD,layers=meta OECORELAYERCONF=./sample-files/bblayers.conf.sample -OECORELOCALCONF=./sample-files/local.conf.sample +OECORELOCALCONF=./sample-files/local-v2.conf.sample diff --git a/configs/poky-master-config.txt b/configs/poky-master-config.txt index 1dc261f..f213411 100644 --- a/configs/poky-master-config.txt +++ b/configs/poky-master-config.txt @@ -5,4 +5,4 @@ poky,git://git.yoctoproject.org/poky,master,HEAD,layers=meta:meta-poky:meta-yoct meta-ti,git://git.yoctoproject.org/meta-ti,master,HEAD,layers= meta-arm,git://git.yoctoproject.org/meta-arm,master,HEAD,layers=meta-arm:meta-arm-toolchain OECORELAYERCONF=./sample-files/bblayers.conf.sample -OECORELOCALCONF=./sample-files/local-poky.conf.sample +OECORELOCALCONF=./sample-files/local-poky-v2.conf.sample diff --git a/sample-files/local-arago64.conf.sample b/sample-files/local-arago64-v2.conf.sample similarity index 97% copy from sample-files/local-arago64.conf.sample copy to sample-files/local-arago64-v2.conf.sample index 68f0bff..9549e8a 100644 --- a/sample-files/local-arago64.conf.sample +++ b/sample-files/local-arago64-v2.conf.sample @@ -1,5 +1,5 @@ # CONF_VERSION is increased each time build/conf/ changes incompatibly -CONF_VERSION = "1" +CONF_VERSION = "2" # # Where to place downloads @@ -112,12 +112,11 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks" # enable extra features. Some available options which can be included in this variable # are: # - '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" +USER_CLASSES ?= "buildstats image-prelink" # By default disable interactive patch resolution (tasks will just fail instead): PATCHRESOLVE = "noop" diff --git a/sample-files/local-poky.conf.sample b/sample-files/local-poky-v2.conf.sample similarity index 97% copy from sample-files/local-poky.conf.sample copy to sample-files/local-poky-v2.conf.sample index ba5d4c1..5cbe6ef 100644 --- a/sample-files/local-poky.conf.sample +++ b/sample-files/local-poky-v2.conf.sample @@ -1,5 +1,5 @@ # CONF_VERSION is increased each time build/conf/ changes incompatibly -CONF_VERSION = "1" +CONF_VERSION = "2" # # Where to place downloads @@ -109,12 +109,11 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks" # enable extra features. Some available options which can be included in this variable # are: # - '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" +USER_CLASSES ?= "buildstats image-prelink" # By default disable interactive patch resolution (tasks will just fail instead): PATCHRESOLVE = "noop" diff --git a/sample-files/local.conf.sample b/sample-files/local-v2.conf.sample similarity index 97% copy from sample-files/local.conf.sample copy to sample-files/local-v2.conf.sample index e60bedc..e0df8f5 100644 --- a/sample-files/local.conf.sample +++ b/sample-files/local-v2.conf.sample @@ -1,5 +1,5 @@ # CONF_VERSION is increased each time build/conf/ changes incompatibly -CONF_VERSION = "1" +CONF_VERSION = "2" # # Where to place downloads @@ -109,12 +109,11 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks" # enable extra features. Some available options which can be included in this variable # are: # - '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" +USER_CLASSES ?= "buildstats image-prelink" # By default disable interactive patch resolution (tasks will just fail instead): PATCHRESOLVE = "noop" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
