summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* meta-sugarbay: Change build instructions in README to use BSP tarball1.1_M1.rc21.1_M1Tom Zanussi2011-05-261-9/+12
| | | | | | | | | Change the build instructions to use BSP tarballs instead of git clones. The git clone info remains as a mentioned alternative. Fixes [YOCTO #1103]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: fix BBFILE_COLLECTIONS overridesTom Zanussi2011-05-264-5/+5
| | | | | | | | Several BBFILE_COLLECTIONS assignments in the layer.confs for these meta-intel layers added unwanted machine overrides, resulting in truncated values for this variable - remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: remove xserver-xf86-dri-lite bbappend1.1_M1.rc1Tom Zanussi2011-05-201-1/+0
| | | | | | This is no longer needed. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: remove PREFERRED_VERSION settingsTom Zanussi2011-05-201-6/+0
| | | | | | There's no reason to specify these. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Add SMP support to crownbay.Marc Ferland2011-05-192-0/+4
| | | | | | | | This patch fixes Yocto BUG #1015. It adds support for SMP on the crownbay architecture from the meta-intel branch. Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: update SRCREVsTom Zanussi2011-05-181-2/+2
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: update SRCREVsTom Zanussi2011-05-181-2/+2
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: update SRCREVsTom Zanussi2011-05-182-2/+10
| | | | | | And add linux-yocto-stable bbappend. 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>
* meta-crownbay: update SRCREVsTom Zanussi2011-05-182-4/+10
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add top-level MAINTAINERS fileTom Zanussi2011-05-181-0/+64
| | | | | | | | | | To help people figure out where to send patches, report problems, and ask questions relating to BSPs in the meta-intel repo. Based on the linux-kernel MAINTAINERS file, but pared way down for simplicity. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* README.sources: use git.yoctoproject.org as server for the BSP repositoryOtavio Salvador2011-05-176-6/+6
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: add README.sourcesTom Zanussi2011-05-161-0/+17
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add README.sourcesTom Zanussi2011-05-165-0/+85
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* n450: fix n450-audio LIC_FILES_CHKSUMTom Zanussi2011-05-141-1/+1
| | | | | | Change from POKYBASE to COREBASE. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay-noemgd: add crownbay-noemgd as COMPATIBLE_MACHINE to linux-yocto ↵Tom Zanussi2011-05-141-0/+4
| | | | | | | | bbappend crownbay-noemgd also needs a COMPATIBLE_MACHINE entry in linux-yocto. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fishriver: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi2011-05-141-3/+0
| | | | | | | | | | PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom include following it, preventing the atom BASE_PACKAGE_ARCH from being included in the final PACKAGE_ARCHS and causing do_rootfs to fail. Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf file and allow the values in tune-atom to be used as intended. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay-noemgd: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi2011-05-141-3/+0
| | | | | | | | | | | | PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom include following it, preventing the atom BASE_PACKAGE_ARCH from being included in the final PACKAGE_ARCHS and causing do_rootfs to fail. Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf file and allow the values in tune-atom to be used as intended. Fixes [BUGID #986]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi2011-05-141-3/+0
| | | | | | | | | | | | PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom include following it, preventing the atom BASE_PACKAGE_ARCH from being included in the final PACKAGE_ARCHS and causing do_rootfs to fail. Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf file and allow the values in tune-atom to be used as intended. Fixes [BUGID #986]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto*: extend FILESEXTRAPATHS instead of clobber themDarren Hart2011-05-1310-10/+10
| | | | | | | | | | | | 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-106-12/+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-036-12/+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>
* n450: use linux-yocto (2.6.37) by defaultDarren Hart2011-04-271-1/+1
| | | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* n450: add linux_yocto (2.6.37) bbappendDarren Hart2011-04-271-0/+10
| | | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* n450: enable SMP and SCHED_SMTDarren Hart2011-04-271-0/+3
| | | | | | | | | | Fixes [YOCTO 1010] The Atom N450 CPU is single core with hyperthreading. Update the kernel recipe to build with CONFIG_SMP and CONFIG_SCHED_SMT. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-crownbay: update documentation with hw and build detailsTom Zanussi2011-04-251-11/+31
| | | | | | | Add missing info on supported hardware, and update the details with respect to building with/without emgd. 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>
* meta-crownbay: switch to linux-yocto kernelTom Zanussi2011-04-042-16/+8
| | | | | | | Update kernel SRCREVs and switch crownbay/crownbay-noemgd to the 2.6.37 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: new layer for Fish River Island (Z530/EG20T) systemsTom Zanussi2011-03-3010-0/+206
| | | | | | | | | This layer provides support for Z530 + EG20T Intel systems. Currently it supports only vesa graphics, which will be upgraded shortly. 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>
* gtk+: remove per-machine gtk+ FULL_OPTIMIZATION in favor of tune-atom.incDarren Hart2011-03-162-7/+0
| | | | | | | | | | | Now that the FULL_OPTIMIZATION for gtk+ has been enabled in the core tune-atom.inc, it is no longer necessary to do so for every atom based bsp. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Ke Yu <ke.yu@intel.com> CC: Richard Purdie <richard.purdie@intel.com>
* n450: add optimization flags to gtk+ for n450 to avoid gcc core2 bugDarren Hart2011-03-161-0/+2
| | | | | | | | | | | Fixes [YOCTO #853] Without these added optimization flags, the matchbox-panel (and possibly other) applications would segfault. This patch applies the change only to the gtk+ recipe for the n450 bsp. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Ke Yu <ke.yu@intel.com>
* Merge branch 'master' of ssh://git.pokylinux.org/meta-intelDarren Hart2011-03-166-9/+37
|\
| * crownbay-noemgd: fix matchbox-panel segfaultTom Zanussi2011-03-161-0/+3
| | | | | | | | | | | | This fixes [BUGID #738] for crownbay-noemgd. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| * crownbay: xserver-xf86-emgd sum fixesTom Zanussi2011-03-161-2/+2
| | | | | | | | | | | | Fixes [BUGID #885]. Fix changed md5 and sha256 sums for this package. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| * n450: add xorg.conf to disable AutoAddDevicesDarren Hart2011-03-152-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes [YOCTO #869] (2 of 2) The n450 needs: Option "AutoAddDevices" "False" In the ServerFlags, or it will fail to detect the keyboard. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
| * n450: add formfactor configDarren Hart2011-03-152-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Fixes [YOCTO #869] (1 of 2) Add a formfactor config for the n450 to include a keyboard and no touchscreen. Without defining HAVE_TOUCHSCREEN=0, the default was to set it to 1, and the matchbox session disables the cursor in the case of a touchscreen device. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
| * sugarbay.conf: add mesa library: correct previous wrong modificationDexuan Cui2011-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes [BUGID #727] 766c20ef2141d058f15074e866313ab119332ea8 added mesa-dri-driver-i915, but actually it should be mesa-dri-driver-i965. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Ke Yu <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
| * meta-jasperforest: update SRCREVSTom Zanussi2011-03-141-6/+2
| | | | | | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* | n450: add formfactor configDarren Hart2011-03-152-0/+6
|/ | | | | | | | | | | Fixes [YOCTO #869] Add a formfactor config for the n450 to include a keyboard and no touchscreen. Without defining HAVE_TOUCHSCREEN=0, the default was to set it to 1, and the matchbox session disables the cursor in the case of a touchscreen device. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* n450: replace n450-audio with a proper init scriptDarren Hart2011-03-122-14/+48
| | | | | | | Rewrite n450-audio based on /etc/init.d/skeleton. Update the install to rewrite all the system paths. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* n450: revamp audio mixer init scriptDarren Hart2011-03-125-30/+40
| | | | | | | | | | | | Fixes [YOCTO #798] n450-audiofix suffered from various problems, including not getting installed. This patch adds it via MACHINE_EXTRA_RRECOMMENDS and cleans up the various bugs in the implementation. The structure has been renamed and the comments updated for consistency. This should be considered a stop-gap measure, as something along the lines of oe's alsa-state is a far better solution. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* n450: Default to atom-pc SRCREVs for linux-yocto-stableDarren Hart2011-03-111-3/+3
| | | | | | | | | AUTOREV should only be used for local development and that can be set using the meta-extras/meta-kernel-dev layer. Comment the subtle aspect of defaulting to the atom-pc SRCREVs due to the shared KMACHINE. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com>
* n450: use KMACHINE instead of WRMACHINE (fix boot failure)Darren Hart2011-03-111-1/+1
| | | | | | | | | | | | | Fixes [YOCTO #837] The n450 linux-yocto-stable bbappend was using WRMACHINE instead of KMACHINE. This resulted in KMACHINE being set to UNDEFINED by the linux-yocto.inc which resulted in bulding the common_pc-standard branch instead of the atom-pc-standard branch. This build a kernel without vfat, blk loop, and the requisite codepages. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com>
* meta-n450: compile fixesbernard-5.0rc2Tom Zanussi2011-03-031-3/+3
| | | | | | | | - changed RDPENDS from amixer to alsa-utils-amixer - fix typo in LIC_FILES_CHECKSUM - fix audiofix init.d ln Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-n450: use linux-yocto-stableTom Zanussi2011-03-031-0/+0
| | | | | | n450 needs to use linux-yocto-stable instead of linux-wrs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: update SRCREVsTom Zanussi2011-02-281-1/+1
| | | | | | This gets us past the perf compile failure. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: update kernel SRCREVsTom Zanussi2011-02-281-2/+2
| | | | | | Update kernel SRCREVs to latest commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>