aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_3.8.bbappend
AgeCommit message (Collapse)Author
2014-01-31linux-yocto: Remove 3.8 recipeDarren Hart
Linux 3.8 is now EOL. Drop the 3.8 recipe in favor of the 3.10 recipe. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-11-15linux-yocto: Add various wifi optionsDarren Hart
Add the Intel wifi driver features. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-10-14linux-yocto: Use same SRC_URI as oe-coreRoss Burton
The meta-minnow SRC_URI is using linux-yocto-3.8, whereas oe-core and meta-intel use linux-yocto-3.8.git. To avoid downloading the kernel tree again when using meta-minnow use the same git URI representation. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-06emgd: Update to EMGD 1.18Darren Hart
Set the preferred version and update the KERNEL_FEATURES and SRC_URI to merge the emgd-1.18 branch. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-06-14linux-yocto: SRCREV update, include i2c-devDarren Hart
Pull in the following changes from the linux-yocto_3.8 meta branch: commit c0851dfb8535635e1e31d4a5146d3f021e30506c Author: Darren Hart <dvhart@linux.intel.com> Date: Wed Jun 12 12:02:19 2013 -0700 meta/minnow: Add i2cdev support commit af0602cd40d234deb09bd4edabbf89e2e47183d6 Author: Darren Hart <dvhart@linux.intel.com> Date: Wed Jun 12 12:02:18 2013 -0700 meta: Add i2c feature descriptions Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-06-03linux-yocto: Use a bbappend instead of a new recipeDarren Hart
From the dylan release on, the linux-yocto_3.8.bb recipe exists in oe-core. Use a bbappend instead of redefining the recipe. Signed-off-by: Darren Hart <dvhart@linux.intel.com>