aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-25meta-crownbay: 2.6.37 changesbernard-5.0rc1bernard-1.0rc1Tom Zanussi
This adds the code necessary to move meta-crownbay over to linux-yocto. A follow-on patch will actually do the switchover once the kernel srcrevs are known. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-25emenlow.conf: Change PACKAGE_EXTRA_ARCHS and BASE_PACKAGE_ARCH to core2Saul Wold
After machine specific sysroot is implemented, emenlow and atom-pc could build together as one architecture. Thus change emenlow architecture back to core2. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-24sugarbay.conf: add mesa library to fix BUG 727Yu Ke
mesa lib is required for sugarbuy 3D application, so add it in the BSP config. this fix [BUGID #727] Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-02-24meta-intel: fix for x86_32 build failuresTom Zanussi
Fixes [BUG #711]. gentrigtables was being build as a 64-bit binary which wouldn't run on the build machine. grub-mkfont was also causing compile failures, add dependency on libfreetype for that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-21emenlow: update linux-yocto SRCREVsTom Zanussi
Update SRCREVS to latest Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-21emenlow: update linux-yocto-stable SRCREVsTom Zanussi
Update SRCREVS to latest Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-21emenlow: switch kernel to linux-yoctoTom Zanussi
Make emenlow use the 2.6.37 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-18crownbay: fix matchbox-panel segfaultTom Zanussi
This fixes [BUGID #738]. matchbox-panel[437]: segfault at c ip 4715bbed sp bff6e580 error 4 in libgdk-x11-2.0.so.0.2000.1[470f6000+90000] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-16libva: add libxfixes to DEPENDSSaul Wold
Fixes [BUGID #716] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-16xpsb-glx: add libxfixes and libxdamages to DEPENDSSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-13meta-jasperforest: new layer for Xeon C5500/C3500 + Intel 3420Tom Zanussi
This layer provides support for Jasper Forest + Ibex Peak Intel systems. 'Jasper Forest' refers to the Intel Xeon C5500/C3500 processors, which combined with the Intel 3420 PCH chipset (Ibex Peak) make up the 'Picket Post' CRB this BSP was developed on. This BSP also makes use of the grub2 and associated live-install changes in meta-intel/common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-03meta-sugarbay: switch from standard to standard/common-pc-64Tom Zanussi
To match the branch in linux-yocto. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-03sugarbay: update kernel SRCREVsTom Zanussi
Update kernel SRCREVs to match linux-yocto. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-31meta-sugarbay: new layer for Sandy Bridge/Cougar Point systemsTom Zanussi
This layer provides support for Sandy Bridge + Cougar Point Intel systems. The 'Sugar Bay' platform consists of the Intel Sandy Bridge processor, plus the Cougar Point PCH (Q67 Express or B65 Express chipsets). This BSP assumes that the Sandy Bridge integrated graphics are being used, and makes use of the grub2 and associated live-install changes in meta-intel/common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-31meta-intel: add a /common dir with grub2/live-install changesTom Zanussi
Add a /common dir to contain code shared by multiple BSPs in the meta-intel repo, along with a couple recipes to live there temporarily. In this case, there are two BSPs that need to share the common grub2 and associated initramfs-live-install changes (sugarbay and jasperforest). The grub2 and associated initramfs-live-install changes will soon be submitted to the main poky repo, but for now it makes more sense to keep them here - they're needed for live-install of the two BSPs mentioned, but they contain a couple hacks that need to be addressed and are untested with anything else. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-26crownbay: Fix READMETom Zanussi
Fix typo. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-22crownbay: update kernel SRCREVsTom Zanussi
Update both crownbay and crownbay-noemgd kernel SRCREVs to incorporate latest kernel changes (OHCI USB and AHCI SATA). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03meta-crownbay: upgrade to masterTom Zanussi
Upgrade the meta-crownbay BSP to current master. This updates the layer to reflect the naming changes that took place between laverne and the current master, and allows the BSP to be built for master. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03meta-crownbay: add a machine configuration that doesn't use EMGD graphicsTom Zanussi
This adds a second machine to the meta-crownbay BSP that uses generic vesa graphics instead of the Intel-proprietary straight 'crownbay' version that does. The name of the new machine is 'crownbay-noemgd'. Though the graphics quality isn't as nice, the binaries for this version can be distributed without any need for license click-throughs or the manual step currently required for the EMGD version. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03meta-n450: Add new BSP for BlackSand / n450Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-03meta-crownbay: update crownbay SRCREVsTom Zanussi
Update crownbay machine and meta SRCREVs to point the correct place in the kernel tree. In keeping with the 'self-contained' aspect of the BSP, also keep it in the meta-crownbay layer. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03meta-crownbay: new layer for E6xx/EG20T systemsTom Zanussi
This layer provides support for Tunnel Creek + Topcliff Intel systems to laverne (0.90). It supports the E6xx embedded on-chip graphics via the Intel Embedded Media and Graphics Driver (EMGD) 1.5 Gold Driver. The EMGD and EG20T PCH kernel drivers are of course GPL'ed and are submitted in a separate patchset for the 2.6.34 yocto kernel. The userspace X drivers and supporting libraries however are closed and need to be manually copied into the layer before building. The details on how to do this can be found in the README doc in meta-crownbay/. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-28meta-emenlow: upgrade to masterTom Zanussi
Upgrade the meta-emenlow BSP to current master. This updates the layer to reflect the naming changes that took place between laverne and the current master, and allows the BSP to be built for master. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-27meta-emenlow: move to meta-intel repo from poky repoTom Zanussi
This is the meta-emenlow layer, moved from the poky repo in order to keep all the meta-intel BSPs together. This version builds against laverne (0.90) - detailed build instruction can be found in the README file. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-09README: new fileSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>