summaryrefslogtreecommitdiffstats
path: root/meta-yocto/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* netbase: Correctly set FILESEXTRAPATHS to include the versionRichard Purdie2012-06-051-1/+1
| | | | | | [YOCTO #2366] 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>
* task-core-tools-profile: change to match oe-coreSaul Wold2012-02-081-0/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* netbase: update 4.46 -> 4.47Richard Purdie2011-11-212-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* netbase.bbappend: Change to version 4.46 due to the upgradeDongxiao Xu2011-11-012-0/+0
| | | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: use FILESEXTRAPATHS_prepend := in all bbappendsPaul Eggleton2011-06-152-6/+2
| | | | | | | | | | | | | 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>
* uclibc: rename bbappend in meta-yocto to match version in oe-corePaul Eggleton2011-05-251-0/+0
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* netbase: automatically bring up usb0 on BeagleBoard xMPaul Eggleton2011-05-052-0/+30
| | | | | | | | | 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>
* meta-yocto: add pieces removed from oe-core for beagleboard & atom-pcPaul Eggleton2011-05-053-0/+74
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>