aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_3.10.bbappend
AgeCommit message (Collapse)Author
2015-06-23EMGD Forklift from meta-intel/daisy plus "fixes" (TEMP)testingDarren Hart
Horrible forklift to get EMGD working in meta-minnow. Temporary as POC and testing. Needs to be refactored before inclusion into master. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-06-23linux-yocto: Drop version and SRCREV from 3.10 bbappendDarren Hart
Now that linux-yocto_3.10.bb is part of meta-minnow, drop the redundant specification of LINUX_VERSION and SRCREV in the bbappend. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-06-26linux-yocto-3.10: Update SRCREVs (3.10.43-ltsi)Darren Hart
Update the standard/base SRCREV to 3.10.43-ltsi. Update meta to the current HEAD. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-06-26linux-yocto: Replace module_autoload with KERNEL_MODULE_AUTOLOADDarren Hart
module_autoload was deprecated in favor of KERNEL_MODULE_AUTOLOAD. Update accordingly. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-04-10linux-yocto-3.10: Update SRCREVs (3.10.35-ltsi)Darren Hart
Update the standard/base SRCREV to 3.10.35-ltsi. Update the meta SRCREV to include the minnow-drivers-extra cfg fragment which includes the USB_ACM driver. Update LINUX_VERSION to be machine specific so it doesn't contaminate other recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-03-14Revert "linux-yocto: Use MACHINE_ARCH"Darren Hart
This reverts commit 32e4d6f17917027c3babe1ab738480de9691024d. The intel-common-pkgarch is now an opt-in mechanism. Since we do not include this mechanism, we do not need to explicitly specify MACHINE_ARCH, as this is the default. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-03-14linux-yocto_3.10: Update SRCREV (3.10.33-LTSI)Darren Hart
Update to the HEAD of standard/base (3.10.33-LTSI). This also works around an open issue with do_validate_branches where feature branches are reset the HEAD of the machine branch if they contain that commit. Signed-off-by: Darren Hart <dvhart@linux.intel.com> recipes-kernel/linux/linux-yocto_3.10.bbappend Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-03-14linux-yocto: Use append_minnow instead of minnow_appendDarren Hart
Likely due to my own ignorance, the minnow linux-yocto bbappend used append_minnow in the KERNEL_FEATURES override instead of the more typical minnow_append. Use the more typical ordering of the overrides. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Reported-by: Koen Kooi <koen@dominion.thruhere.net>
2014-03-12linux-yocto-3.10: Update SRCREVs (3.10.32, LTSI update)Darren Hart
Update to the latest available 3.10 including a stable update, and LTSI update, and a meta update. Includes the refactored minnow scc file, taking advantage of the minnow-io patches being included in standard/base now, thanks to LTSI. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Tested-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-01-31linux-yocto: Use MACHINE_ARCHDarren Hart
Restore the linux-yocto PACKAGE_ARCH to MACHINE_ARCH for the 3.10 linux-yocto bbappend. Without this, a generic core2-32-intel-common PACKAGE_ARCH is used. The meta-data isn't yet in place for this package to fully support the minnow. This will land with the next linux-yocto version. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-01-31linux-yocto: Refresh SRCREVs (3.10.25)Darren Hart
Update the SRCREVs to the latest in linux-yocto 3.10. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-12-23linux-yocto: Update to 3.10.19 SRCREVsDarren Hart
Bring the 3.10 linux-yocto recipe up to date. This brings in fixes for lttng-modules as well as a new set of in-tree media configuration fragments from Nitin Kamble to replace the recipe-space one. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-11-15linux-yocto: Add bbappend for linux-yocto-3.10Darren Hart
This new bbappend adds support for the 3.10 linux-yocto kernel repository and an updated BSP based on the standard/base branch with the minnow-io feature used to encapsulate the GPIO platform drivers, which are still out-of-tree. All the remaining drivers, emgd excepting of course, are now backports from upstream. A new set of wifi features were added to the 3.10 tree and are included in the bbappend as well. Signed-off-by: Darren Hart <dvhart@linux.intel.com>