summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* cedartrail: remove BSPKishore Bodke2013-02-162-41/+0
| | | | | | | | | Cedartrail will not be supported in the Yocto 1.4 Release. Remove it from meta-intel. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-intel: remove explicit kernel SRCREVsTom Zanussi2012-11-131-5/+5
| | | | | | | | | | | | | | | To ease development on unreleased BSPs, let the kernel SRCREV float. This avoids constantly having to update the SRCREVs manually, and assures we won't get into a situation where LINUX_VERSION doesn't match the version set by the kernel recipe. We'll lock down the kernel SRCREVs and set the matching LINUX_VERSION when we do releases, but in the meantime, we can use AUTOREV. Note that individual BSPs are always free to override this maintain their own SRCREVs if they want to. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: add machine override to SRC_URITom Zanussi2012-09-271-1/+1
| | | | | | | The SRC_URI for the cedartrail machine is missing the machine override, add it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update linux-yocto-3.0 meta SRCREVTom Zanussi2012-09-191-1/+1
| | | | | | | | Fix for problem in this thread, fix by Bruce Ashfield: https://lists.yoctoproject.org/pipermail/linux-yocto/2012-September/000159.html Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Update SRCREV for the linux-yocto kernel pvr branchRahul Saxena2012-08-271-1/+1
| | | | | | Update SRCREV to point to yocto/pvr kernel branch with v1.0.2 pvr driver support. Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
* cedartrail: update kernel SRCREVsTom Zanussi2012-07-111-2/+2
| | | | | | | To pick up most recent changes, including the matching kernel changes for the perf-scripting/perf-tui features. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update SRCREVKishore Bodke2012-06-081-3/+1
| | | | | | | | | | Remove the kernel feature set from the BSP. These have been moved to kernel features. Update the SRCREV for meta to pull in these kernel feature set. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto_3.0: Update KMACHINE and KBRANCH to play nice with new kerntoolsDarren Hart2012-05-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | The 3.0 based boards are lazy compared to our new modern ones. Without this patch, the linux-yocto-3.0 kernel do_patch() task would fail with: /srv/home/pokybuild/yocto-autobuilder/yocto-slave/cedartrail/build/build/tmp/sysroots/x86_64-linux/usr/bin/updateme: line 434: yocto/standard/cedartrail-standard.scc: No such file or directory Setting the KBRANCH explicitly avoids this issue. This brings the following recipes inline with the fri2 and sys940x BSPs. Fix proposed by Bruce Ashfield. Testing: Built linux-yocto_3.0 for all machines involved, including the nopvr, noemgd variants. All built linux-yocto_3.0 successfully. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Kishore Bodke <kishore.k.bodke@intel.com>
* Cedartrail: Update SRCREV of yocto/pvr kernel branchKishore Bodke2012-05-041-1/+3
| | | | | | | | | | Yocto/pvr branch has been updated with new kernel patches. So update the SRCREV for the same. Add SRC_URI to build Cedartrail with nopvr version. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: add yocto/pvr branch to SRC_URITom Zanussi2012-04-251-0/+3
| | | | | | | | | | | | meta-cedartrail merges yocto/pvr via the back-end kernel tooling, but there's nothing to tell it when it needs to be re-fetched. Add pvr to the SRC_URI along with its current SRCREV, so the git fetcher can determine whether or not it needs to refetch the repo. Fixes [YOCTO #2294]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Cedartrail: Update SRCREVS and add EFI Support.Kishore Bodke2012-04-122-2/+20
| | | | | | | | | Add EFI support and update the SRCREVS for pvr version of build. Add pvr merge scc file to pull in the pvr patches. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: enable smp for linux-yocto-rt_3.0Kishore Bodke2012-01-271-0/+2
| | | | | | | Add smp feature to linux-yocto-rt_3.0. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update linux-yocto-3.0 SRCREVsTom Zanussi2012-01-241-2/+2
| | | | | | Update SRCREVs to cover new cedartrail linux-yocto-3.0 kernel commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Create new layer for cedartrail System.Kishore Bodke2012-01-092-0/+16
This layer provides the initial version of the BSP for Cedar Trail platform. The Cedar Trail platform is based on the Cedarview processor and Tiger Point Chipset. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>