aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf
AgeCommit message (Collapse)Author
2013-04-11routerstationpro: strip the output kernel of .comment sectionMichel Thebeau
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] 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>
2013-04-10meta-yocto*/conf/layer.conf: tweak BBFILES commentsPaul Eggleton
"packages" was the old name (pre-2010) under which the recipe files were stored. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-05atom-pc: add i965 Mesa driver so GL works on i965 onwardsRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-03routerstationpro: swap KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPEMichel Thebeau
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] 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>
2013-04-03atom-pc: Update to linux-yocto_3.8 (3.8.4)Darren Hart
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. 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>
2013-03-22atom-pc.conf: replace mesa-dri with mesaLaurentiu Palcu
This is needed since the mesa-dri recipes in oe-core got renamed to just mesa. [YOCTO #3385] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-19layer.conf: avoid unnecessary early expansion with :=Christopher Larson
bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-22atom-pc: Prefer linux-yocto_3.4Darren Hart
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. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-12-14beagleboard: use xf86-video-omapfbRoss Burton
The newer -omap driver doesn't support the GPU on BeagleBoard. [ YOCTO #3522 ] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-19yocto-bsp: upgdate configs after xf86-video-omapfb changed nameLaurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-19yocto-bsp: update configs after xorg upgradeLaurentiu Palcu
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; Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-25beagleboard: update to 3.4Bruce Ashfield
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. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-24routerstation: Disable virtual terminal by defaultChen Qi
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] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-07mpc8315e-rdb: switch to ppce300c3 tuningBruce Ashfield
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] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-07beagleboard: change to xserver-xorg, not -liteRoss Burton
The difference is less than 16kb, and for that the extra maintenance of two recipies really isn't worth it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-05meta-yocto: Split into distro and bsp componentsRichard Purdie
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>