summaryrefslogtreecommitdiffstats
path: root/meta-yocto/recipes-core/psplash
Commit message (Collapse)AuthorAgeFilesLines
* meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie2016-02-282-916/+0
| | | | | | | | | | | | | | | | | "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>
* recipes: Ensure that we only apply poky changes when poky is selectedRichard Purdie2013-08-301-1/+1
| | | | | | (From meta-yocto rev: 5bd26f2d294f10d9119c6b81d0b368198ee96ed9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* psplash: Drop PRINC from bbappendRichard Purdie2013-06-211-2/+0
| | | | | | | | | Drop the PRINC from the bbapend since we no longer need to do this. A corresponding PR bump will merge into OE-Core. (From meta-yocto rev: bfbd6749e2264c9e45e070efd8267297dd8fc66a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: add bbappend to restore Yocto psplash imagePaul Eggleton2012-02-242-0/+918
OE-core now uses the OpenEmbedded logo for the psplash image; override this and use the Yocto Project image as we did previously. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>