summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
Commit message (Collapse)AuthorAgeFilesLines
* atom-pc: Purge straggling configuration filesDarren Hart2013-08-283-75/+0
| | | | | | | | | | A few atom-pc configuration files escaped the last purge of atom-pc. Clean them up. (From meta-yocto rev: f26d99ffb2c67b310d4c46627932dc3f8aefad96) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Add genericx86-64 machineDarren Hart2013-08-285-1/+114
| | | | | | | | | | | | | | | | 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>
* layer.conf: Bumping LAYERVERSION_yoctobsp to account for atom-pcElizabeth Flanagan2013-08-271-1/+1
| | | | | | | | | | | | | | | | | In order to maintain autobuilder compatibility with prior releases we'll need to decide on if we should build atom-pc or genericx86 based on LAYERVERSION_yoctobsp. if LAYERVERSION_yoctobsp < 2 we build out atom-pc else we build out genericx86 (From meta-yocto rev: 775ed00b9248c780e4c0e6768c439e4ebb65d9ed) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Cc: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto-bsp: Purge atom-pc in favor of genericx86Darren Hart2013-08-277-49/+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-272-3/+5
| | | | | | | | | | | | | | | 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-262-1/+21
| | | | | | | | | | | | | | 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>
* mpc8315e-rdb: Set PREFFERED_VERSION to a version thats known workingSaul Wold2013-08-261-1/+1
| | | | | | | | | | | While adding the last version, the 2012.04 version was accidently removed, it was not noticed becuase the 2011.06 version also works correctly. When we next have a tested u-boot against this core bsp, we can either drop or update this setting (From meta-yocto rev: 79a8960aa43964ebf3f3cb4621ce10c872807cc9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: switch genericx86 to use common-pcRoss Burton2013-08-241-1/+3
| | | | | | | | | The common-pc machine is now more featureful, so switch from atom-pc to common-pc. (From meta-yocto rev: 98fb095f97fa73ef458977cac4e83c802a5a1044) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: remove genericx86 support from 3.4Ross Burton2013-08-241-2/+0
| | | | | | | | | 3.4 doesn't actually support genericx86, so remove any mention of it. (From meta-yocto rev: 3efb25d4a9a42591e9f92acad7339bb4e28e27e8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* genericx86: disable USB autosuspendRoss Burton2013-08-221-2/+0
| | | | | | | | | | USB autosuspend doesn't reliably work with arbitrary hardware, so don't enable it. (From meta-yocto rev: 587734848662beb03a699b370470497e4caa2ac1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* genericx86: add v86d to machine recommends so Vesa framebuffer worksRoss Burton2013-08-221-1/+1
| | | | | | | (From meta-yocto rev: 63b1950f0b24a19dc3c91f5030c1eba5f9c6882b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* genericx86: ship all the driver firmware by defaultRoss Burton2013-07-311-1/+1
| | | | | | | | | | By shipping all firmware, hopefully more hardware will work out of the box. (From meta-yocto rev: a924eff3c467bfd8d866ebbe27e4ed9663c98652) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* genericx86: disable rootless XRoss Burton2013-07-311-2/+0
| | | | | | | | | | | Not all video drivers support rootless X and this BSP aims to have broader support than atom-pc. (From meta-yocto rev: ea900a29a7cc28dc2bb568bd9d6f91efc326a814) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* genericx86: add fbdev, modesettings and vesa Xorg driversRoss Burton2013-07-311-0/+3
| | | | | | | | | | | | This should ensure that X can start on more hardware. The range of hardware is still small as the atom-pc kernel only has limited framebuffer devices currently (e.g. no nVidia). (From meta-yocto rev: 8d862c5357b6c0bac78bf9eaa49ff58468d01129) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* genericx86: add new BSPRoss Burton2013-07-319-0/+121
| | | | | | | | | | | This BSP aims to support "most" contemporary x86 hardware. It's a direct copy of atom-pc initially. (From meta-yocto rev: 1a73ef79e16d0cbcd60fa3ad9854dbc121e3282d) Signed-off-by: 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: update reference board SRCREVsBruce Ashfield2013-07-102-8/+8
| | | | | | | | | | | | | | | | | Bumping the 3.4 and 3.8 reference board SRCREVs to the latest 3.4 and 3.8 kernel commits. Note: not all reference boards prefer the 3.8 kernel, but we can set the SRCREVs regardless, since the board support is present, just not completely tested yet. [YOCTO #4566] (From meta-yocto rev: 34537b73ef76e0b0cbb94b906433796247bd2e69) Signed-off-by: Simarpreet Singh <simarpreet.singh@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: Drop 3.2 kernel bbappend for 3.2 kernel removalRichard Purdie2013-05-311-14/+0
| | | | | | (From meta-yocto rev: 7773281a502a91116165c21e43c5eb5817b84a2c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86-config: re-enable AutoAddDevices for beagleboardPaul Eggleton2013-05-291-1/+0
| | | | | | | | | | | | | | | | | | This was added quite a long time ago because of poor interactions between HAL and the X server when it came to enabling input devices. HAL is long gone and I think it's safe to say we don't need to disable this any longer, especially as it gets in the way of being able to plug in the keyboard/mouse after boot. (This has already effectively been removed for the other BSPs in meta-yocto-bsp). Fixes [YOCTO #1823]. (From meta-yocto rev: 214bc44e119ca808e59d28a21a6626c6f8e03cf7) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel 3.8: routerstationpro: use KERNEL_IMAGE_MAXSIZE to test the imageMichel Thebeau2013-04-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | routerstationpro is limited to 16mb flash size. Exceeding that size may not be noticed immediately, which we don't want. "The current latest kernel for the routerstationpro machine is far beyond the 16MB of it's flash size [0]. I think it would be good to [test if the size of the image is above that size]." Setting this variable will enable the do_sizecheck task and produce an error when the image is too large: "ERROR: This kernel (size=90230265 > 16777216) is too big for your device. Please reduce the size of the kernel by making more of it modular." >From commit 83716e40edacfd20dec8ef41f415ad5828d4643b. [YOCTO #3514] (From meta-yocto rev: 7b1c1ba4da101f6bfb709a84d5cddf616318fa4b) Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* routerstationpro: move board off 3.4 and onto the 3.8 kernelMichel Thebeau2013-04-281-1/+1
| | | | | | | | | | | | | The updated patch series to support this target is in place on the BSP specific branch in the 3.8 kernel tree now[1], so we can move it ahead off of the old 3.4 kernel. [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2013-April/000542.html (From meta-yocto rev: 52a5edebfba7e31804d80396fa351041e48c168a) Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* init-ifupdown: move network interfaces file for the beagleboardSaul Wold2013-04-182-0/+0
| | | | | | | | | | | | With the splite of netbase and init-ifupdown, the interfaces file needs to get moved for the beagleboard [YOCTO #4334] (From meta-yocto rev: c7c25b7d964a2068414df90a1b961f6368d3bf59) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* routerstationpro: strip the output kernel of .comment sectionMichel Thebeau2013-04-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | The routerstationpro has a 16mb flash which the kernel image should fit into. The default build type for vmlinux then should be a stripped vmlinux. Use KERNEL_IMAGE_STRIP_EXTRA_SECTIONS to do this. Reverts commit 9cd3816e4db97c8fd093a120a75a2b5d193afcdd, which causes: RedBoot> load -v vlm-boards/19256/kernel Using default protocol (TFTP) Unrecognized image type: 0x0 [YOCTO 3515] [YOCTO 4220] (From meta-yocto rev: ddd2174d9a2dccddd0791af741ff7fd13cc264ce) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto*/conf/layer.conf: tweak BBFILES commentsPaul Eggleton2013-04-101-1/+1
| | | | | | | | | | "packages" was the old name (pre-2010) under which the recipe files were stored. (From meta-yocto rev: b8c2e0207147105093bf6aa9beb340d4422cfb42) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atom-pc: add i965 Mesa driver so GL works on i965 onwardsRoss Burton2013-04-051-1/+2
| | | | | | | (From meta-yocto rev: 1a5f01c02404c9044f7e369e1be0d4cb017d7da1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* routerstationpro: swap KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPEMichel Thebeau2013-04-031-2/+2
| | | | | | | | | | | | | | | | | | | The routerstationpro has a 16mb flash which the kernel image should fit into. The default build type for vmlinux then should be the stripped arch/mips/boot/vmlinux.bin. Swapping KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE for rsp causes vmlinux.bin to be linked in tmp/deploy/images instead of vmlinux, and causes vmlinux.bin to appear in the kernel rpm file. [YOCTO #3515] (From meta-yocto rev: 70b569e9ea92a680f23b9bfddb2f27f4f5df3028) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atom-pc: Update to linux-yocto_3.8 (3.8.4)Darren Hart2013-04-031-1/+1
| | | | | | | | | | | | Bring atom-pc up to date with the latest available linux-yocto kernel, 3.8.4. Build and boot tested on the Toshiba NB-305 notebook with core-image-sato. (From meta-yocto rev: 19ca213d800809bc11d8b78c6361f6fca0dbbfbe) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/meta-yocto-bsps: update h/w references to v3.4.36Bruce Ashfield2013-03-261-5/+4
| | | | | | | | | Updating the hardware reference boards to the korg 3.4.36 -stable release. (From meta-yocto rev: bd862239aaaa3ea874f110e4ffb04488db83de47) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atom-pc.conf: replace mesa-dri with mesaLaurentiu Palcu2013-03-221-1/+1
| | | | | | | | | | | | This is needed since the mesa-dri recipes in oe-core got renamed to just mesa. [YOCTO #3385] (From meta-yocto rev: 0aaada20aa7453f7a5d9342b7f26ff4fa8b044b2) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* routerstationpro: use KERNEL_IMAGE_MAXSIZE to test the imageMichel Thebeau2013-03-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | routerstationpro is limited to 16mb flash size. Exceeding that size may not be noticed immediately, which we don't want. "The current latest kernel for the routerstationpro machine is far beyond the 16MB of it's flash size [0]. I think it would be good to [test if the size of the image is above that size]." Setting this variable will enable the do_sizecheck task and produce an error when the image is too large: "ERROR: This kernel (size=90230265 > 16777216) is too big for your device. Please reduce the size of the kernel by making more of it modular." [YOCTO #3514] (From meta-yocto rev: bb25e15c62cdde749f34050933d056a79dd2d3c5) Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: avoid unnecessary early expansion with :=Christopher Larson2013-03-191-3/+3
| | | | | | | | | bitbake handles immediate expansions of LAYERDIR for us automatically. (From meta-yocto rev: ee59f1ec94ba8474876603dad1ab32d131227f49) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86-config: atom-pc doesn't need a xorg.confRoss Burton2013-03-041-26/+0
| | | | | | | | | | Replace xorg.conf with an empty file so it doesn't get installed, as atom-pc can auto-detect the hardware. (From meta-yocto rev: 3f47e2bc61e564dfc179ef29ded43411e1a40b5a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/linux-yocto: update qemu BSPs to 3.8 kernelBruce Ashfield2013-03-023-40/+14
| | | | | | | | | | | | | | | | Change linux-yocto preferred version to 3.8 for the qemu BSPs. The non-qemu default stays at 3.4 until the hardware reference platforms can be validated on the 3.8 kernel. At the same time, we remove the 3.0 linux-yocto bbappends, since they have been removed in the core layers and will cause dangling append problems if left in place. (From meta-yocto rev: 896b845e0e574f4c4f2205e0516c00f178dde185) 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>
* atom-pc: Prefer linux-yocto_3.4Darren Hart2013-02-221-1/+1
| | | | | | | | | | | | Atom-pc missed the kernel refresh last time around. 3.0 is on its way out. Set the PREFERRED_PROVIDER to 3.4. Boot tested on a Toshiba NB-305 using core-image-minimal. (From meta-yocto rev: 5457e02d896f62d8b2e94be071083770a97dd38b) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/meta-yocto: update hardware reference BSPs to 3.4.26 and LTSIBruce Ashfield2013-01-201-4/+5
| | | | | | | | | | Bumping the yocto reference BSPs to pickup the latest oe-core 3.4.26, -rt and LTSI updates. (From meta-yocto rev: fa7adfafb521e7de81beebd4525a5d2ce1763dc3) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beagleboard: use xf86-video-omapfbRoss Burton2012-12-141-1/+1
| | | | | | | | | | | The newer -omap driver doesn't support the GPU on BeagleBoard. [ YOCTO #3522 ] (From meta-yocto rev: 6c32c17a6fe3ff2470f1c77a65be018b4c0fd5c9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: remove atom-pc specific overridesRoss Burton2012-12-062-6/+0
| | | | | | | | | | These bbappends were used so that atom-pc would prefer mesa-dri over mesa-xlib. We don't have mesa-xlib anymore, so these are not required. (From meta-yocto rev: bf7e83a980e9df664d79c94fff31189b5abb04ca) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qt4: remove qt4-x11-free bbappendRoss Burton2012-11-201-2/+0
| | | | | | | | | | | This bbappend is forcibly enabling OpenGL on atom-pc and mpc8315e-rdb, but as Poky enables the OpenGL distro feature this option is on for all machines anyway. (From meta-yocto rev: cdfa38051f9f39730e612f39227bdee3ea06bf25) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsp: upgdate configs after xf86-video-omapfb changed nameLaurentiu Palcu2012-11-201-1/+1
| | | | | | | (From meta-yocto rev: 992c2c469861bfcab45a118ac9ab8887e81f1a11) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsp: update configs after xorg upgradeLaurentiu Palcu2012-11-203-5/+0
| | | | | | | | | | | | There were some changes in the xserver-xorg upstream project that need to be reflected here too: * extmod module was removed completely as it became empty; * DRI1, DRI2, DBE (among others) were made built-in; (From meta-yocto rev: ed681441a2cf06dc55e71035ecbfc637ff83640d) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qt4-x11-free: Switch to 4.8.3Richard Purdie2012-11-201-0/+0
| | | | | | (From meta-yocto rev: c66e11d47a0419b6c1b2cb5ec6a57106df8e5fb3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-bsps/3.4: perf: parallel build and tools fixesBruce Ashfield2012-10-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | korg commit 42dcd1f4e [perf tools: Fix parallel build] fixes parallel build issues that are being seen in the autobuilder. We also have a fix from Tom: [ perf annotate: replace 'expand' with equivalent sed expression We don't have 'expand' in our userspace so we need to accomplish the same thing using 'sed', which we do have. ] So we apply it to all BSP branches and kernel types. (From meta-yocto rev: 54fc1fd107f907a208b41a66c0a7b9b40cb428c7) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-bsps: update hardware reference BSPs to v3.4.11Bruce Ashfield2012-10-081-5/+4
| | | | | | | | | | | | | | | The hardware reference BSPs are missing the update to 3.4.11 that the qemu* machines received several weeks ago. Bumping to 3.4.11 specifically addresses the segfaults being seen with rpm on the beagleboard. [YOCTO #3186] (From meta-yocto rev: f2d93f4e79d0c8c0035774cfa7dc4beb197899f4) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beagleboard: update to 3.4Bruce Ashfield2012-09-252-2/+2
| | | | | | | | | | | | | | | Updating the default preference of the beagleboard to the 3.4 kernel. build, boot and testing has been done on the beagleboard (revC) and beagleboard XM. Existing functionality has been confirmed using core-image-sato, and in particular mouse, keyboard and graphics have been re-validated. (From meta-yocto rev: 32c46737618a7e2b084d807a901000ae9abc1354) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/meta-yocto/3.4: update machine SRCREVsBruce Ashfield2012-09-241-4/+4
| | | | | | | | | | The hardware reference BSPs are lagging the oe-core qemu BSPs. Bumping their SRCREVs to pickup 3.4.10 and minor bug fixes. (From meta-yocto rev: 87881c14af993b27aad71dc3584ef488c8c41ab0) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* routerstation: Disable virtual terminal by defaultChen Qi2012-09-241-0/+1
| | | | | | | | | | | | | This modifies the /etc/inittab on routerstationpro, avoiding the "respawning too fast" message. The routerstation has a low memory, so virtual terminal should be disable by default. Fixes [YOCTO #3088] (From meta-yocto rev: 3b60a67f084a77c57a63870641262b7c740cb974) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mpc8315e-rdb: switch to ppce300c3 tuningBruce Ashfield2012-09-071-1/+1
| | | | | | | | | | | | | | | | It has been pointed out several times that the mpc8315e-rdb is a ppce300c3 board, and should be using a different tuning than it's current ppc603e. This switching the default tuning of the board to the newly introduced ppce300c3 tuning in oe-core. [YOCTO #1192] (From meta-yocto rev: 884e796ea85f7dd064f83c90b439b0e863e28c57) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beagleboard: change to xserver-xorg, not -liteRoss Burton2012-09-071-2/+2
| | | | | | | | | | The difference is less than 16kb, and for that the extra maintenance of two recipies really isn't worth it. (From meta-yocto rev: 2ab43f47ae531af5fc850d2aa04f7116ddb1a0e8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Split into distro and bsp componentsRichard Purdie2012-09-0527-0/+1054
Now we have settled on best practises and compliance criteria, bring meta-yocto into compliance by separating out the hardware support components into meta-yocto-bsp leaving policy configuration in meta-yocto. Also rename the meta-yocto scripts directory to OE-Core can be a clearly isolated component in poky. (From meta-yocto rev: eac90e27a032ea23d9a4f35c7eef8b1940c80e22) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenPOWER on IntegriCloud