summaryrefslogtreecommitdiffstats
path: root/meta-poky/recipes-core/busybox
AgeCommit message (Collapse)Author
2020-10-30poky-tiny: Reduce busybox size by 13%Alejandro Hernandez Samaniego
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>
2016-02-28meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie
"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>