summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
Commit message (Collapse)AuthorAgeFilesLines
...
* meta-emenlow: fix mesa-dri multiple-providers warningTom Zanussi2011-11-101-0/+1
| | | | | | | | | | | | commit 8e14cee (xserver-xorg: Add mesa-dri to depends instead of virtual/libgl) caused meta-emenlow to start failing with: NOTE: multiple providers are available for mesa-dri (mesa-dri, xpsb-glx) NOTE: consider defining a PREFERRED_PROVIDER entry to match mesa-dri This adds a PREFERRED_PROVIDER for mesa-dri and fixes the problem. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: 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-intel: update SRCREVsTom Zanussi2011-10-161-1/+1
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: xserver-xorg renaming updatesTom Zanussi2011-10-151-2/+6
| | | | | | Update emenlow to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update xserver-psb with xorg name changeTom Zanussi2011-10-152-20/+24
| | | | | | | | The underlying xserverxorg-dri-lite that xserver-psb is based on changed its name and implementation, so change xserver-psb to reflect the changes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: upgrade clutter .bbappendTom Zanussi2011-10-151-0/+0
| | | | | | Upgrade clutter bbappend to match upgrade in oe-core. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update qt4 to 4.7.4Eric Bénard2011-10-131-0/+0
| | | | | | | once oe-core is update to 4.7.4 Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: restore /usr/lib/dri for xpsb-glxTom Zanussi2011-10-101-2/+3
| | | | | | | | | | A previous fix for a QA warning in this package (commit 2097a9e7) inadvertently removed /usr/lib/dri, causing glxgears etc. to no longer work. This restores it. Fixes [YOCTO #1235], again. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update README.sourcesTom Zanussi2011-10-041-2/+2
| | | | | | | Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-10-041-1/+1
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update READMETom Zanussi2011-10-031-7/+8
| | | | | | | Update meta-emenlow to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* xpsb-glx: Move the pkgconfig file(s) to the -dev packageTom Zanussi2011-09-301-2/+3
| | | | | | | | | | | | pkgconfig files belong in the -dev package. They automatically add a runtime dependency (when packaging with RPM) for "pkgconfig", which is not desired to be installed with this package. This also fixes another problem in that FILES_{PN} was being assigned instead of being appended and was adding libdir/*, preventing the above from taking effect. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-261-1/+1
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: switch to linux-yocto 3.0 kernelTom Zanussi2011-09-222-0/+10
| | | | | | | Switch emenlow to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update BSPs to use grub2Tom Zanussi2011-09-141-0/+3
| | | | | | | | 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>
* emenlow xpsb-glx: add package libglu to fix lsb image build warningYu Ke2011-08-281-1/+6
| | | | | | | | | | | lsb image requires libglu, so split the xpsb-glx to provide the libglu package. mesa-dri also do in the same way. so this patch make xpsb-glx in sync with mesa-dri. Fix [YOCTO #1395] Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update meta-emenlow kernel SRCREVsTom Zanussi2011-08-261-2/+2
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* rt: simplify linux-yocto-rt.bbappend for all BSPsDarren Hart2011-08-121-3/+4
| | | | | | | | | | As the all the BSPs use the same BSP branch and meta commit ID as the base recipe, there is no need specify the KBRANCH and SRCREVs. Not doing so greatly simplifies maintenance. Leaving the syntax in place, but commented out, serves as documentation should the need arise to use a different BSP branch or meta commit ID. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* allow override of kernel providerDarren Hart2011-08-111-1/+1
| | | | | | | Allow users or layers to override PREFERRED_PROVIDER_virtual/kernel. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* add linux-yocto-rt_3.0 support for all meta-intel BSPsDarren Hart2011-08-111-0/+7
| | | | | | | | All the BSPs build out of the preempt-rt/base branch (rather than a preempt-rt/$MACHINE branch), so separate KMACHINE and KBRANCH assignments are required for each BSP. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-emenlow: add live fstypeTom Zanussi2011-08-041-1/+1
| | | | | | | Most of the time, we want a -live image, so add it to the IMAGE_FSTYPES by default. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: remove tune-related assignments from machine confTom Zanussi2011-08-041-4/+0
| | | | | | | These are all now handled or obsoleted by tune-atom.inc, so remove them here. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: fix glx bugTom Zanussi2011-07-142-2/+7
| | | | | | | | | | AIGLX wasn't finding a couple libraries, causing errors such as Yocto bug #1235 - 'Running glxinfo and glxgears commands failed.'. This provides symlinks allowing it to find the needed libraries. Fixes [YOCTO #1235] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: fix some .bbappend files' name: poky -> core, etc.1.1_M2.rc1Dexuan Cui2011-06-293-0/+0
| | | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Update kernel SRCREVs.Tom Zanussi2011-06-271-2/+2
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-intel: fix formfactor bbappends to use FILESEXTRAPATHS_prependPaul Eggleton2011-06-151-1/+1
| | | | | | | | This allows meta-intel sub-layers to coexist with meta-yocto when building formfactor for different machines with the same layer setup. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel/linux-yocto: update to match the renamed linux-yocto recipesBruce Ashfield2011-06-145-12/+12
| | | | | | | | | | | | | | | | | The linux-yocto recipes have been renamed to include explicit version numbers. The meta-intel bbappends must be updated to follow the new naming convention. As a consequence of the recipe renames any SRCREV specificiations that were part of a machine.conf have been moved to the corresponding bbappend file. This allows the 2.6.34 and 2.6.37 SRCREVs to co-exist. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Minor whitespace cleanup. Remove inadvertant? linux-libc-headers provider change. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: add systemtap bbappendsTom Zanussi2011-06-131-1/+1
| | | | | | | Add systemtap to task-core-tools-profile for crownbay, crownbay-noemgd, fishriver, jasperforest, n450, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-061-2/+2
| | | | | | | Fixes for extra page compile error (commit bec3f1e8c075) now pulled in to these branches. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-041-2/+2
| | | | | | | To avoid extra page compile error until commit bec3f1e8c075 can be pulled in to these branches. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-031-2/+2
| | | | | | | For crownbay, crownbay-noemgd, emenlow, fishriver, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: remove obsolete bbappendsPaul Eggleton2011-06-022-6/+0
| | | | | | | Qt 4.6.3 and Clutter 1.4 have been removed from oe-core / poky. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto*: correct FILESEXTRAPATHS assignment in all layersDarren Hart2011-05-272-2/+2
| | | | | | | | | | | | | | | | | My previous commit used a self referencing immediate expansion assignment using. This causes a circular reference and build failure, particularly when more than one layer is configured in. Use the _prepend mechanism in conjunction with the immediate expansion assignment operator to accomplish a similar thing without the self referencing. Note: This patch is dependent on changes to oe-core, specifically: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003145.html Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Phill Blundell <pb@pbcl.net> Cc: Koen Kooi <koen@dominion.thruhere.net>
* meta-intel: Change build instructions in README to use BSP tarballTom Zanussi2011-05-261-8/+12
| | | | | | | | | | | | Change the build instructions to use BSP tarballs instead of git clones. The git clone info remains as a mentioned alternative. The original bug report was for Sugar Bay, but the others had the same problem - this fixes those up. Fixes [YOCTO #1103]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update SRCREVsTom Zanussi2011-05-181-4/+4
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* README.sources: use git.yoctoproject.org as server for the BSP repositoryOtavio Salvador2011-05-171-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add README.sourcesTom Zanussi2011-05-161-0/+17
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto*: extend FILESEXTRAPATHS instead of clobber themDarren Hart2011-05-132-2/+2
| | | | | | | | | | | | Clobbering FILESEXTRAPATHS prevents multiple bbappend files providing file:// SRC_URIs. Extend the variable in each meta-* layer instead. Build tested with linux-yocto on n450 and crownbay and linux-yocto-stable on crownbay. Build tested linux-yocto on n450 with a third layer adding a config fragment. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* conf/machine: Drop unused GUI_MACHINE_CLASS variablesRichard Purdie2011-05-101-2/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add emenlow pieces removed from oe-corePaul Eggleton2011-05-068-0/+20
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: use default rootfs size for BSPSTom Zanussi2011-05-031-2/+0
| | | | | | | | | The default rootfs size if left unspecified is the actual rootfs size + 20%. There doesn't seem to be a reason to make the default for these BSPs anything different, so remove the IMAGE_ROOTFS_SIZE overrides. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: add hw blurb to READMETom Zanussi2011-04-251-0/+3
| | | | | | Add a small description of the eMenlow platform, for release notes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: update kernel SRCREVsTom Zanussi2011-03-211-2/+2
| | | | | | To update to latest and get past perf compile failure. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow.conf: no need to set PACKAGE_EXTRA_ARCHSJoshua Lock2011-03-181-1/+0
| | | | | | | x86 and core2 are added to this variable by the tune-atom.inc file Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* emenlow.conf: Change PACKAGE_EXTRA_ARCHS and BASE_PACKAGE_ARCH to core2Saul Wold2011-02-251-2/+2
| | | | | | | | | | 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>
* emenlow: update linux-yocto SRCREVsTom Zanussi2011-02-211-0/+3
| | | | | | Update SRCREVS to latest Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: update linux-yocto-stable SRCREVsTom Zanussi2011-02-211-2/+2
| | | | | | Update SRCREVS to latest Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: switch kernel to linux-yoctoTom Zanussi2011-02-212-2/+5
| | | | | | Make emenlow use the 2.6.37 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* libva: add libxfixes to DEPENDSSaul Wold2011-02-161-1/+1
| | | | | | Fixes [BUGID #716] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xpsb-glx: add libxfixes and libxdamages to DEPENDSSaul Wold2011-02-161-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>