summaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf/machine/fri2-noemgd.conf
Commit message (Collapse)AuthorAgeFilesLines
* fri2: Add WEBTITLE and compliance informationDarren Hart2012-10-311-2/+3
| | | | | | | | | | The WEBTITLE will be used to publish the BSP on the Yocto Project website. Adding the Yocto Project compliance information for the 1.3 release. Update the DESCRIPTION in the machine config and the platform description in the README to be consistent. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Update to Linux 3.4 and EMGD 1.14Darren Hart2012-09-241-1/+1
| | | | | | | Update the fri2 machines to use linux-yocto 3.4 and EMGD 1.14. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Conditionally assign virtual/kernel=linux-yoctoDarren Hart2012-05-301-1/+1
| | | | | | | Allow overriding of the PREFERRED_PROVIDER_virtual/kernel by using the ?= operator rather than the = operator. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Prefer linux-yocto 3.2Darren Hart2012-05-071-0/+3
| | | | | | | Update the Fish River Island II BSPs to build using linux-yocto_3.2 by default. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Update serial console settingsDarren Hart2012-03-201-3/+6
| | | | | | | | | | With the pch_uart changes now in tree, update the machine config to make use of it. Trick syslinux into using the port by IO address and a magic baud rate. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: replace "include" with "require"Paul Eggleton2012-02-241-2/+2
| | | | | | | | | We want a failure to occur if the files specified in these statements can't be found (e.g. when there is a misconfiguration), so use require instead of include. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: Comment framebuffer APPEND settingDarren Hart2011-12-071-0/+1
| | | | | | Note that the vesafb will only be used when booting via legacy PCBIOS. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: Add pcbios and efi to MACHINE_FEATURESDarren Hart2011-12-071-1/+1
| | | | | | | Enable both legacy pcbios and efi booting for live images using the new bootimg and grub-efi code. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: include linux-firmware for iwlwifi in imagesDarren Hart2011-12-071-0/+2
| | | | | | | | | Include the firmware package for the iwlwifi card for task-base based images using the MACHINE_EXTRA_RRECOMMENDS variable. This will exclude the firmware from being installed in core-image-minimal, but it doesn't have the tooling required to connect over wifi anyway. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: use ttyS0,115200 for serial console and syslinuxDarren Hart2011-12-071-0/+4
| | | | | | | | | | | | The FRI2 has an optional serial expansion board. Enable the use of this as a console for both syslinux and the OS. Note: while the settings all appear to be correct, the serial port is not working on my test device in syslinux or the getty. The kernel messages do make their way to the serial port after PCI initialization. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Have fri2-noemgd.conf use the common ia32-base .inc file andTom Zanussi2011-11-211-36/+6
| | | | | | remove the open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove virtual/xserver-xf86 referencesTom Zanussi2011-11-151-1/+0
| | | | | | | These are now deprecated (in favor of just virtual/xserver), so remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2-noemgd: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: xserver-xorg renaming updatesTom Zanussi2011-10-151-3/+11
| | | | | | Update fri2 and fri2-noemgd to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update BSPs to use grub2Tom Zanussi2011-09-141-0/+2
| | | | | | | | grub2 is now the default, so explicit preferred entries are unnecessary. It also needs to be installed in the rootfs, so we need to add it as a dependency. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: add EMGD 1.8 capabilities to fri2Tom Zanussi2011-08-251-0/+36
This patch essentially adds a new EMGD-capable 'fri2' machine to meta-fri2. The current version with vesa graphics will become fri2-noemgd; fri2 will become the version with EMGD graphics. This patch does the fri2->fri2-noemgd renaming and adds the new files for fri2, and updates the necessary .bbappends to support both fri2 and fri2-noemgd. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>