summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/poky-tiny.conf
Commit message (Collapse)AuthorAgeFilesLines
* poky/poky-tiny: make 6.6 the default kernelBruce Ashfield2024-01-041-1/+1
| | | | | | | | | | Bumping the reference distros to the latest -stable/lts kernel. (From meta-yocto rev: f148b0ddea099062b07abe6d8a8f6c67b8bc087f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: fix PACKAGE_EXCLUDERoss Burton2023-11-081-1/+1
| | | | | | | | | | | | poky-tiny does a PACKAGE_EXCLUDE on shadow-base as the kernel doesn't support multiple users. However it does this by assigning to an override, which makes it impossible for images or machines to extend PACKAGE_EXCLUDE with their own exclusions. (From meta-yocto rev: 5d86975934b46a64b36f60c097bce7a577c1b8b0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/poky-tiny: Switch to the 6.5 kernelRichard Purdie2023-10-101-1/+1
| | | | | | | | 6.4 is EOL so switch to the 6.5 kernel. (From meta-yocto rev: 2b6624b894c8a458be7d4b13b1691a89ead44120) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/poky-tiny: set preferred linux-yocto version to 6.4Bruce Ashfield2023-08-161-1/+1
| | | | | | | | | | | | | Bumping poky and poky tiny to test the latest refernce kernel. We leave poky-alt on 6.1 for LTS coverage. (From meta-yocto rev: bb261e23b458b7631006ccd6ce38b91fa096b451) (From meta-yocto rev: 11efa4cf80928cb1036c350a26e221d2de4817cc) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/poky-tiny: Explicitly exclude `shadow`Alex Kiernan2023-08-011-0/+4
| | | | | | | | | | | | | | | `login` from busybox has explicit heuristics to handle CONFIG_MULTIUSER unset (i.e. a kernel without non-root users, groups or capabilities), bringing in the shadow version of `login` causes obscure failures at runtime ("setgid: Function not implemented"), instead exclude it here so anyone who includes it (likely accidentally) will at least get a build time failure. (From meta-yocto rev: be22c2923a0cdf60ab60012668382e55a3618f2b) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/poky-tiny: bump preferred version to 6.1Bruce Ashfield2023-01-261-1/+1
| | | | | | | | | | 5.19 will be removed shortly, bumping the preferred versions for poky/poky-tiny to 6.1. The -alt config remains on 5.15. (From meta-yocto rev: 535ef93ef68af20b06effb0dd899895a192bb412) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Set INIT_MANAGER by a separate variableRichard Purdie2023-01-241-1/+1
| | | | | | | | | | | Currently INIT_MANAGER cannot be overridden from local.conf. This is complicated by the use of overrides in the various poky distro configs. That is necessary, so use a separate variable to indirectly set the value meaning local.conf can still override the result. (From meta-yocto rev: da23d0c3edad0f5ee4cc4916276e214e8d53aad0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/poky-tiny: Drop largefile mentionsRichard Purdie2022-12-111-3/+0
| | | | | | | | | largefile was made the default and the distro feature is no longer needed. Drop the leftovers in poky. (From meta-yocto rev: c5da2d28ed517fff4a32e3bbad4511a1a4bf19b0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: update preferred version to v5.19Bruce Ashfield2022-08-091-1/+1
| | | | | | | (From meta-yocto rev: 73fbfa267bda268e6362d15439e67db63ae091fb) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/poky-tiny: don't put translations into imagesRoss Burton2022-04-301-0/+2
| | | | | | | | | | | | | | | | | | | | | IMAGE_LINGUAS has a default value, "en-us en-gb" in default-distrovars.inc and "de-de fr-fr en-gb" in image.bbclass. However, poky-tiny sets USE_NLS=no so IMAGE_LINGUAS can't really be used in a tiny context, and previously musl hasn't supported locales so this hasn't been a problem. However, now that musl-locales exists, poky-tiny images will try to pull in translations. As we've disabled NLS these simply take up disk space and cannot be used, and currently musl-locales fails to build if USE_NLS=no. Set IMAGE_LINGUAS to "" in poky-tiny.conf so that images don't have locales added. (From meta-yocto rev: 50bb58035f0158e388019e731126e630307b69dc) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Use INIT_MANAGER in main distro configRichard Purdie2022-04-191-1/+1
| | | | | | | | | | Just to keep things standard and clear, use the new INIT_MANAGER variable in the main distro config. This matches the default config with the addition of some DISTRO_FEATURES tweaks. (From meta-yocto rev: 07556802447a157bfdae842354c064e50ae09d42) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: add a distro descriptionJon Mason2022-04-191-0/+1
| | | | | | | (From meta-yocto rev: a2d3b25b2900560bd724731c3d3124a33e608b8c) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: set QB_DEFAULT_FSTYPE correctlyRoss Burton2022-02-211-2/+1
| | | | | | | | | | | | | | QB_DEFAULT_FSTYPE is used literally as the image extension in the testimage code, so this shouldn't be set as IMAGE_FSTYPES because that variable is a list of image types, so if IMAGE_FSTYPES is extended and testimage ran it will try to look for an image called e.g. "core-image-minimal-cpio.gz ext4". Instead, set QB_DEFAULT_FSTYPE explicitly to cpio.gz. (From meta-yocto rev: 78d2ca75839aac47007522d4b6f790a4bd32b950) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: don't skip core-image-base and core-image-full-cmdlineRoss Burton2022-02-211-2/+0
| | | | | | | | | | Building a "tiny" core-image-full-cmdline may not make a lot of sense, but it build, so don't skip these images. (From meta-yocto rev: a03d9df579cfdfdaa0e0967f04cbd7c62cd40055) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Use renamed SKIP_RECIPES varFlagSaul Wold2022-02-211-10/+10
| | | | | | | | | This is a more descriptive variable name updated in base.bbclass (From meta-yocto rev: 4e9e91dbd2d9aa14a9424b615484290fc863481c) Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: set default kernel to 5.15Bruce Ashfield2022-01-121-1/+1
| | | | | | | | | | 5.14 is no longer actively maintained, so we bump our default to the 5.15 LTS. (From meta-yocto rev: 70b3acd078ee2b09a541fc6c4e295b5c2ab386a6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: set default kernel to 5.14Bruce Ashfield2021-09-241-1/+1
| | | | | | | | | | both -rt and -standard have been updated to 5.14, so we switch out defaults. (From meta-yocto rev: 952a771f5707d9e84beee6195b7a3cfb3a930702) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/poky-tiny: set default kernel to 5.13Bruce Ashfield2021-08-181-1/+1
| | | | | | | (From meta-yocto rev: 795579ee2097d5a263d833b54d949bba5305c163) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: drop uclibc overrideDenys Dmytriyenko2021-08-041-1/+0
| | | | | | | | | | Since uclibc is no longer supported, corresponding override was left un-converted to the new syntax. Simply drop it. (From meta-yocto rev: 8f31ca308b03c0ee6c2680c4ed5510e448692ecd) Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky/meta-yocto-bsp: Convert to new override syntaxRichard Purdie2021-07-291-7/+7
| | | | | | | | | | | | This converts the two layers to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. (From meta-yocto rev: 387eab70f343966267c2a68746aea1bbb8525191) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky: remove clutter referencesRoss Burton2021-06-031-1/+0
| | | | | | | (From meta-yocto rev: 4c507b7bd9453abce9faf9e764756c01f303d01d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: fix typosVivien Didelot2021-03-111-1/+1
| | | | | | | | | | Fix fromw -> from typo in poky-world-exclude.inc, and confiruration -> configuration in poky-tiny.conf. (From meta-yocto rev: 70f767e9440452bf65dc5c295ae5e336d5622597) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/poky-tiny: set preferred kernel to 5.10Bruce Ashfield2021-01-051-1/+1
| | | | | | | (From meta-yocto rev: c368e39620afd92e0066bc4f5ea1eba6b8f00fd6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: enable section removalSinan Kaya2020-12-031-0/+2
| | | | | | | | | | Use GCC sections flags so that unused sections can be garbage collected at link time. (From meta-yocto rev: 70176ee6235c2545e18df855cac2c3524b7e50e4) Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Enable size optimization by defaultAlejandro Hernandez Samaniego2020-10-301-0/+3
| | | | | | | | | | | Compiler size optimization reduces the size of the root filesystem by 15%, since poky-tiny is meant to be used on size constrained devices, enable it by default (From meta-yocto rev: 5e3a784ec7f1456cd3a43ff235719dbfd42a17a6) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: set preferred version to 5.8Bruce Ashfield2020-08-261-1/+1
| | | | | | | | | | | | | Even though tiny isn't extensively used (it was referencing a removed kernel version), it still should be updated to the latest. Build testing passed with the 5.8 kernel, so we make it the preferred version. (From meta-yocto rev: 45ce0906c38e3b7aedb5c5bb30b5eb4a9dd0c83c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny/poky-altcfg: Use busybox-mdev and systemdRichard Purdie2019-09-061-6/+1
| | | | | | (From meta-yocto rev: a058af8c82738620c9aab784118fd9680abfcf55) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove LSB support bitsAdrian Bunk2019-08-291-3/+0
| | | | | | | | | | | | 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>
* poky-tiny.conf: Remove the removed irda feature from a commentAdrian Bunk2019-05-161-1/+1
| | | | | | | (From meta-yocto rev: 8eccad46b00c3deef353f864de4a6a3b790a0e63) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky: remove obsolete DISTRO_FEATURES_LIBCRoss Burton2019-05-031-2/+2
| | | | | | | (From meta-yocto rev: 2d548e8f5f2eaf0b6ae39d01e612284e47ec0899) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: set 5.0 as the preferred kernelBruce Ashfield2019-04-091-1/+1
| | | | | | | | | | | Updating poky-tiny to prefer 5.0 as the kernel version. Boot tested against qemux86 and qemuarm. This removes the last user of the 4.18 kernel, so we can queue it for removal from master. (From meta-yocto rev: 2d44e7ab1a7f85092b5c20287663448b7d784f39) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Switch to 4.18 kernelsRichard Purdie2018-09-051-1/+1
| | | | | | (From meta-yocto rev: 2b2d41267bae85dc7bf85a3165c1a46781259000) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: bump to v4.14Bruce Ashfield2018-02-151-1/+1
| | | | | | | | | | Updating poky-tiny to the latest LTS kernel as the default version. (From meta-yocto rev: 2623111ae35218e596eac44509b1d12291840d44) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Bump default kernel version to 4.12Alejandro Hernandez2017-09-261-1/+1
| | | | | | | | (From meta-yocto rev: 18d164344b4468ab52bbdd160d0474878042dabb) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Bump default kernel version to 4.9Alejandro Hernandez2017-03-041-1/+1
| | | | | | | (From meta-yocto rev: 5039a10a7f90f045de84cc40c9425e927ce79c72) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny.conf: Adds poky-tiny to DISTROOVERRIDES, so we can re-set DISTRO ↵Alejandro Hernandez2017-03-041-0/+1
| | | | | | | | | dependant variables such as the kernel accordingly (From meta-yocto rev: bbd7c866cef37e8845cb6ba2312d7d6b9d826e85) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny.conf: remove core-image-directfb referenceMaxin B. John2016-10-281-1/+0
| | | | | | | | | | | | | | core-image-directfb was removed from oe-core with this commit: remove core-image-directfb.bb as part of moving directfb from oe-core (From OE-Core rev: 8871fe1189776d78e5848b08edb9c990b9aebf2d) (From meta-yocto rev: 67135b23336e4b7f561257169d8fb26081d02aa1) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPESRobert Yang2016-10-151-0/+2
| | | | | | | | | | | | | | Its IMAGE_FSTYPES is cpio.gz, not the default ext4 which is set in qemuboot.bbclass. Now we can boot it by: $ runqemu tmp/deploy/images/qemux86/ nographic [YOCTO #7477] (From meta-yocto rev: 4c9792bbc8ac09417787838609aa5d466e3d0c77) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Switch to using kernel 4.4 and busybox for initKhem Raj2016-04-291-5/+7
| | | | | | | | | | | | | | busybox based init system is available and used in many other distributions e.g. buildroot, therefore use that combination with mdev gives a scalable image and chance to execute sysvinit scripts as well, adding nothing to image size. (From meta-yocto rev: fb26fae4476c6e4ce281c70d81a416035650ebf6) 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>
* poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 4.4Robert Yang2016-04-181-1/+1
| | | | | | | | (From meta-yocto rev: 84d320a2c088703b7f7160858672688a8ed5f443) Signed-off-by: Robert Yang <liezhi.yang@windriver.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/+128
"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>