summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* linux-yocto/3.0: update meta SRCREVBruce Ashfield2012-03-191-1/+1
| | | | | | | | | Bumping the meta branch for two changes: cac43c1 fri2: Update fri2.cfg for hardware specific support 892bd13 meta: Create scc file for pvr merge Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto-tiny: add dependency on xz-nativePaul Eggleton2012-03-141-1/+4
| | | | | | | | | | The kernel configuration requires lzma to compress the kernel image (CONFIG_KERNEL_LZMA=y), so add a dependency on xz-native which provides it. Fixes [YOCTO #1728]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* linux-yocto: v3.2.9, v3.0.23 + fixes and updatesBruce Ashfield2012-03-081-3/+3
| | | | | | | | | | | | | | | | | | This is an update of the linux-yocto 3.0 and 3.2 SRCREVs to bring in the following updates: - v3.0.23 stable update - v3.2.9 stable update - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart - 3.0: pvr merge from Kishore Bodke - linux-yocto/rt: update to 3.0.23-rt38 - linux-yocto/rt: update to 3.2.9-rt15 These have been built for all qemu targets, and built for the appropriate hardware platforms. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: use bareclone optionBruce Ashfield2012-03-081-2/+2
| | | | | | | | | | Instead of specifying nocheckout=1, it provides a better workflow if the linux-yocto recipes use the new bareclone=1 option to get a mirrored copy of the source repository. This allows all local and remote branches to be available during the kernel build and development cycle. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/meta: add pvr feature descriptionBruce Ashfield2012-03-021-1/+1
| | | | | | | | | Updating the 3.0 and 3.2 kernel SRCREVS to make the PVR feature description available to machines with the appropriate hardware. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: update 3.0 kernel to v3.0.22Bruce Ashfield2012-02-281-3/+3
| | | | | | bumping the revision of the 3.0 kernel to the latest -stable release. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* More quoting fixesMartin Jansa2012-02-261-2/+2
| | | | | | | | * We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-tiny: New kernel recipe for tiny distrosDarren Hart2012-01-031-0/+36
linux-yocto-tiny drops the linux-tools and sets the KMACHINE branch to standard/tiny. Signed-off-by: Darren Hart <dvhart@linux.intel.com>