summaryrefslogtreecommitdiffstats
path: root/meta-yocto/recipes-core
AgeCommit message (Collapse)Author
2012-04-26netbase: Correctly set FILESEXTRAPATHS to include the versionRichard Purdie
[YOCTO #2366] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-24meta-yocto: add bbappend to restore Yocto psplash imagePaul Eggleton
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>
2012-02-08task-core-tools-profile: change to match oe-coreSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-21netbase: update 4.46 -> 4.47Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01netbase.bbappend: Change to version 4.46 due to the upgradeDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-15meta-yocto: use FILESEXTRAPATHS_prepend := in all bbappendsPaul Eggleton
Using FILESEXTRAPATHS is cleaner than the old FILESPATH-based method, and as meta-intel layers are using FILESEXTRAPATHS their formfactor bbappends will now work. In addition I have used FILESEXTRAPATHS_prepend which is not absolutely necessary, but provides a good working example in case it is copied by other layers that are intended to be used on top of it. Fixes [YOCTO #1156] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-25uclibc: rename bbappend in meta-yocto to match version in oe-corePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-05netbase: automatically bring up usb0 on BeagleBoard xMPaul Eggleton
Avoids manual configuration of the BeagleBoard xM's ethernet port (which shows up as usb0). Fixes [YOCTO #930] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-05meta-yocto: add pieces removed from oe-core for beagleboard & atom-pcPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>