aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_3.8.bbappend
AgeCommit message (Collapse)Author
2013-10-14linux-yocto: Use same SRC_URI as oe-coredylanRoss 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> dvhart: Backport to dylan (different emgd driver version) 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>