summaryrefslogtreecommitdiffstats
path: root/meta-poky/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* poky-tiny: Reduce busybox size by 13%Alejandro Hernandez Samaniego2020-10-301-343/+528
| | | | | | | | | | | | | | | | | | Busybox has released several new verisions since this config was last generated, they come with new features, new defaults as well as dropping some existing features. This patch updates the defconfig used in poky-tiny to reflect the changes mentioned above, it also reduces some seldom used functionality, reducing the installed size by 13%, this can certainly be reduced further if required. [YOCTO #12170] (From meta-yocto rev: b03bda01316d79b53ed2cac97566e647cdaada4f) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro.hernandez@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tiny-init: add rconflictsChangqing Li2019-05-301-0/+1
| | | | | | | | | | add rconflicts since error during do_rootfs: file /sbin/init conflicts between attempted installs of tiny-init-1.0-r3.i586 and systemd-1:242+0+db2e367bfc-r0.i586 (From meta-yocto rev: 28bdd6efe8a4fff12ee169a227762ec0978dab36) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie2016-02-287-0/+2006
"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>