summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample.extended
Commit message (Collapse)AuthorAgeFilesLines
* local.conf.sample.extended: prefer INIT_MANAGERVivien Didelot2021-03-101-16/+5
| | | | | | | | | | | | | | | | Since the INIT_MANAGER variable has been introduced, there is no need to append the distro features and set the init manager manually. Replace the busybox/mdev and systemd examples with the 4 values currently supported for the INIT_MANAGER variable. (From meta-yocto rev: 9fa107b017c1619a4a3969d452ae93ffa088f60f) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2433a0f78a7fdb8450ef9ec64fa044274ac7a9e1) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: fix double 'of' typoVivien Didelot2021-03-101-1/+1
| | | | | | | | | | | | Remove the redundant 'of' word in the INITRAMFS_IMAGE comment. (From meta-yocto rev: 623914eb5b7cb4e0b779bd53f550547164d727e1) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 200b05182c74f3f4f778907d5ee92831adb3d77e) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove LSB support bitsAdrian Bunk2019-08-291-1/+1
| | | | | | | | | | | | LSB as a standard isn't current and isn't well suited to embedded anyway. Its putting artifical constraints on the system and with modern layer technology, would now be better off as its own layer. As such its time to split it out. (From meta-yocto rev: 8bb0237a74c2b66d0d0f19e600a5fb39df67894f) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: remove redundant RUNTIMETARGET assignmentRoss Burton2019-06-241-1/+0
| | | | | | | | | | This has been fixed in the GCC recipe, so remove from local.conf.sample.extended. (From meta-yocto rev: f19f3a7a5286cabf42a0f6d0ea8f7841dc043324) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky: remove obsolete DISTRO_FEATURES_LIBCRoss Burton2019-05-031-16/+4
| | | | | | | (From meta-yocto rev: 2d548e8f5f2eaf0b6ae39d01e612284e47ec0899) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: Use IMAGE_CLASSES to inherit extrausersPeter Kjellerstedt2019-02-271-8/+8
| | | | | | | | | | | | | | Since the extrausers class is only useful for image recipes, it is better to suggest adding it via IMAGE_CLASSES instead of INHERIT in the example. Also make the example a bit more readable by indenting the variable values. (From meta-yocto rev: 7905aa1ff174e66c5c520b2a4fcc1f0d3863baad) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: Mention shadow-base for login_manager for systemdTom Rini2019-02-251-0/+1
| | | | | | | | | | | | | | While not strictly required, list shadow-base as the example to use for VIRTUAL-RUNTIME_login_manager when configuring for systemd. This provider matches what is found in for example Debian and is also one of the non-intuitive VIRTUAL-RUNTIME alternatives, so it's good to have an example in use somewhere. (From meta-yocto rev: 7a75d20f1361a64bebfd2ad228ebde1a823fd239) Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: add another warning to comment about ↵Martin Jansa2018-10-141-0/+5
| | | | | | | | | GLIBC_GENERATE_LOCALES (From meta-yocto rev: e8b5b952e4268ff1b87bacdd1c7db6a8d92fb321) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: Drop obsolete rpc and libnsluninative-2.0Khem Raj2018-05-151-1/+1
| | | | | | | | | | Use libnsl2 and rpcsvc-proto packages (From meta-yocto rev: c6cfed5e9fba40d106b5b825f119bd47f59a810d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libc-package.bbclass: split binary localedata even more if asked toAndreas Oberritter2016-12-081-0/+7
| | | | | | | | | | | | | | | | | If GLIBC_SPLIT_LC_PACKAGES is set to a non-zero value, convert glibc-binary-localedata-XX-YY to be a meta package depending on glibc-binary-localedata-XX-YY-lc-address and so on. This enables saving quite some space if someone doesn't need LC_COLLATE for example. Some regex code was removed from output_locale_binary_rdepends, because legitimize_package_name already converts to lowercase. (From meta-yocto rev: fcbff9f5e3c32fb8cc3781c0584899e8fce0254c) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: remove RM_OLD_IMAGEJoshua Lock2016-10-191-3/+0
| | | | | | | | | | RM_OLD_IMAGE has been removed so don't include this variable in sample local.conf (From meta-yocto rev: 0a881d01ab2b0a3f721323447b4c970ab3fd4755) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: drop RPM4 examplePaul Eggleton2016-07-071-10/+0
| | | | | | | | | | We don't have RPM4 support anymore, so there's no point including this. (From meta-yocto rev: 81fc11e65c4fb189cc91422018aec5041f44ae02) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie2016-02-281-0/+400
"poky" is the reference distribution for the Yocto Project. This renames the layer within the meta-yocto repository to meta-poky, better matching what that layer contains. A layer.conf file is left behind as this is the only way which allows existing builds to migrate safely to the new name. It will be removed at some future point. This change requires the corresponding OE-Core change to handle the migration and the changes to the infrastructure to support this. (From meta-yocto rev: d0c88df2e14672fca4ebbde93c5efbcd0e4fa9b6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>