summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* meta-yocto-bsps: remove 3.10 bbappendBruce Ashfield2015-02-211-14/+0
| | | | | | | | | | All reference boards are now using 3.14 as their baseline, and we no longer have a 3.10 Yocto kernel, so we can safely remove the bbappend. (From meta-yocto rev: 9135c0b3e4d889fac81a471ca016e1ddf599d227) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-bsps: update to v3.10.35Bruce Ashfield2014-04-231-3/+3
| | | | | | | | | | Updating the remaining 3.10 reference BSPs to the oe-core 3.10 -stable version. (From meta-yocto rev: 95deee86f95e0859704da3e74b4faca77999592a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* routerstationpro: dropPaul Eggleton2014-04-041-6/+0
| | | | | | | | | | This has been moved to meta-yocto-bsp-old; edgerouter replaces it as the MIPS reference platform going forward. (From meta-yocto rev: 74ae863b27878555445955337b19118968fabf6d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Drop beagleboard, replaced by beagleboneRichard Purdie2014-03-311-3/+0
| | | | | | (From meta-yocto rev: b125761e5e31fc506f7b5b87308850cd573ab1b6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsps: update reference BSPs to v3.10.34Bruce Ashfield2014-03-311-5/+5
| | | | | | | (From meta-yocto rev: 285b31ab27474c2463fdfa08a9fb02c3ff6dc20b) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsps: update H/W reference boards to v3.10.32Bruce Ashfield2014-03-021-5/+5
| | | | | | | | | | Updating the hardware reference boards to match the oe-core update to the latest 3.10-stable. (From meta-yocto rev: dda9f0c57a1be81ccebc5f7f26ddf1d8a2b86517) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsps: update to 3.10.28Bruce Ashfield2014-03-021-5/+5
| | | | | | | | | | | | Updating the h/w reference BSPs to 3.10.28 -stable SRCREVs to match the oe-core qemu BSPs. [YOCTO: #5858] (From meta-yocto rev: f9025a31d90f2b3e0b326b645118c23ad3968f39) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-bsps: update reference BSPs to v3.10.25Bruce Ashfield2014-01-191-5/+5
| | | | | | | | | Update the 3.10 Yocto reference BSPs to the korg 3.10.25 update. (From meta-yocto rev: ae17d80c6240589a48266c82b3df1e3787864049) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: update SRCREVs for 3.10.17 and beagleboard fixesBruce Ashfield2013-11-141-5/+5
| | | | | | | | | | Updating the BSP SRCREVs to pull in the 3.10.17 core update and fix USB powerup issues on the beagleboard. (From meta-yocto rev: d82870a9561662919a737dd126a8d26e2b78144a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: bump reference BSPs to v3.10.11Bruce Ashfield2013-09-101-5/+5
| | | | | | | | | | | | | | | | | | Bumping to the 3.10.11 -stable release. Of note in this update is the timer_list fix, which broke ssh access in the previous 3.10 series of updates: timer_list: correct the iterator for timer_list commit 84a78a6504f5c5394a8e558702e5b54131f01d14 upstream. With this, we can revert the two temporary fixes for timer lists. ssh access has been directly tested after this update. (From meta-yocto rev: 0237c97dde39a3b9355f7be9a9e8eab901d6f511) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: update h/w reference boards SRCREVsBruce Ashfield2013-09-061-5/+5
| | | | | | | | | | Updating the machine SRCREVs for the hardware reference boards to the latest 3.10.10 and ssh fixes. (From meta-yocto rev: 2aa6cc9d64fc22a8d0f02c5cf97440b634ba5e36) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Add genericx86-64 machineDarren Hart2013-08-281-1/+5
| | | | | | | | | | | | | | | | Duplicate the genericx86 machine, but select x86_64 tunables and use the common-pc-64 linux-yocto KMACHINE and config. This has been boot tested with core-image-sato on a Lenovo x220 (Core-i5) and a Supermicro MBD-X8DTL-iF-O (dual-socket Xeon 5680). (From meta-yocto rev: 9b7db7ded0e6b7f5c0cd3ab7fbb0bce4112407da) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Ross Burton <ross.burton@intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Purge atom-pc in favor of genericx86Darren Hart2013-08-271-3/+0
| | | | | | | | | | | | | | | | | genericx86 is a superset of atom-pc, so remove all references to atom-pc. Note that genericx86 only has 3.10 linux-yocto support, that leaves us with no x86 BSP in meta-yocto-bsp for the 3.4 kernel. As a general rule, new BSPs are targeted at the current kernel version, so this is normal, but something worth noting. (From meta-yocto rev: 7a8ce1a8ba5a74e16da054c5a04302f028118ce0) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp/genericx86: Update kernel, branch, KMACHINE, and SRCREVDarren Hart2013-08-271-2/+4
| | | | | | | | | | | | | | | For the genericx86 machine: o Update the PREFERRED_VERSION for linux-yocto to 3.10 o Change the KBRANCH to common-pc/base o Change the SRCREV to the HEAD o Change the KMACHINE to a valid linux-yocto BSP name (From meta-yocto rev: d26bfd7bf908d9ad622c1298c918ebf1db216e98) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsp: add 3.10 bbappend and update routerstationpro's preferred versionBruce Ashfield2013-08-261-0/+20
Now that the 3.10 yocto kernel tree is available, meta-yocto-bsp needs a bbappend with the relevant SRCREVs defined. Note: that only the routerstationpro is updated to 3.10, and the other reference BSPs continue to use their existing preferred versions. (From meta-yocto rev: 8e3688ea98ad06a64218a67d5ee4c96165766686) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>