summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/machine/routerstationpro.conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-yocto: Split into distro and bsp componentsRichard Purdie2012-09-051-26/+0
| | | | | | | | | | | | | 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>
* routerstationpro: switch to Xorg instead of kdriveRoss Burton2012-09-021-2/+5
| | | | | | | | | All of the other BSPs are using Xorg and kdrive is only maintained for Xephyr. (From meta-yocto rev: 16ab7f3ce5d3f78d0e841efab4b8b50683dbf833) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* routerstationpro: move board off 3.0 and onto the 3.4 kernelPaul Gortmaker2012-08-221-1/+1
| | | | | | | | | | | | | | | | The updated patch series to support this target is in place on the BSP specific branch in the 3.4 kernel tree now[1], so we can move it ahead off of the old 3.0 kernel. [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Saul Wold <sgw@linux.intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> (From meta-yocto rev: 68457a49a91a384347f2b0597d4da66bfd02a49e) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: remove kernel26 machine feature usageTom Zanussi2012-04-171-2/+1
| | | | | | | kernel26 is now obsolete so remove it from the machine configs that use it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* rspro-conf: remove usbgadget from routerstationproZumeng Chen2012-01-201-1/+1
| | | | | | | | | | Since the target doesn't have the related requirement to use USB slave hardware supporting usb gadget, so remove it from MACHINE_FEATURES. Signed-off-by: Zumeng.chen@windriver.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/meta-yocto: routerstationpro/beagleboard: add 3.0.x supportBruce Ashfield2012-01-031-0/+1
| | | | | | | | Updating the routerstationpro and beagleboard compatibility and SRCREV to pickup v3.0.12 support. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/machine: Don't poke around providers which aren't machine specific/safeRichard Purdie2011-12-061-1/+0
| | | | | | | | | | Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't machine specific or at least machine safe. Kernels are machine specific and the xserver is selectable. libx11 and mesa are now really a distro choice and machine configurations shouldn't be poking around them as it just leads to corruption, conflicts and confusion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: allow for virtual/kernel overrideDarren Hart2011-08-181-1/+1
| | | | | | | | Conditionally assign the PREFERRED_PROVIDER_virtual/kernel in the meta-yocto machine configs to allow the user or other layers to override it. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-yocto: Sync with TARGET_ARCH removal changesRichard Purdie2011-07-251-2/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* machine confs: Add xserver-kdrive as PREFERRED_PROVIDERSaul Wold2011-05-271-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* IMAGE_ROOTFS_SIZE: Cleanup machine conf filesSaul Wold2011-05-251-1/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie2011-03-031-0/+24
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>