Commit Graph

91 Commits

Author SHA1 Message Date
Tom Zanussi
01e53d982b meta-intel: add systemtap bbappends
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>
2011-06-13 15:07:36 -05:00
Tom Zanussi
01d1a54547 meta-intel: update kernel SRCREVs
Fixes for extra page compile error (commit bec3f1e8c075) now pulled in
to these branches.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-06 16:13:01 -05:00
Tom Zanussi
78fac0ca69 meta-intel: update kernel SRCREVs
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>
2011-06-04 23:50:15 -05:00
Tom Zanussi
d97fc15c87 meta-fishriver: remove crownbay specifics
The fishriver BSP was borrowing a few things from crownbay, but now
has its own branch, so remove the crownbay-specific items.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-03 12:16:05 -05:00
Tom Zanussi
ad6ac8a55a meta-intel: update kernel SRCREVs
For crownbay, crownbay-noemgd, emenlow, fishriver, jasperforest, and
sugarbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-03 12:05:56 -05:00
Paul Eggleton
a075fe3540 meta-crownbay: tidy up layer configuration
* We can't use machine overrides in layer.conf because MACHINE is not
  defined yet (local.conf has not yet been parsed) so remove these
* In light of the above having a separate collection configured for
  crownbay-noemgd no longer does anything, so remove it as well.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-02 10:12:04 -05:00
Paul Eggleton
b3ae264b21 meta-emenlow: remove obsolete bbappends
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>
2011-06-02 10:11:44 -05:00
Tom Zanussi
53f1184c09 meta-crownbay: update README with new build instructions.
EMGD 1.6 added a new non-clickthrough Linux tarball download; this
changes the README to make use of it and also updates new directory
naming, etc.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2011-06-01 22:20:59 -05:00
Tom Zanussi
e9c7bbe061 meta-crownbay: remove obsolete graphics recipes
With the emgd 1.6 upgrade, we no longer need these.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2011-06-01 22:20:50 -05:00
Tom Zanussi
5475e105e7 meta-crownbay: update crownbay.conf
Update to reflect new graphics recipes.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2011-06-01 22:20:41 -05:00
Tom Zanussi
7c2eac9ad2 meta-crownbay: add common to BBFILES
Add common to BBFILES so crownbay can find recipes it needs from
there.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2011-06-01 22:20:30 -05:00
Tom Zanussi
7c19e43c9c meta-intel: add xserver-xf86-dri-lite_1.9.3 to common
emgd 1.6 requires xserver 1.9.3, which is no longer in meta, and it
needs to be shared by multiple BSPs, so add it to common.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2011-06-01 22:20:19 -05:00
Tom Zanussi
9902e2fee4 meta-crownbay: new recipe for emgd 1.6 driver binaries
This adds a new recipe for the emgd 1.6 driver binaries.  For emgd
1.6, the layout of the binaries has changed, making them easier to
install, and we also take the opportunity to sanitize the naming and
make it more apparent that these are the emgd driver bits
corresponding to a particular emgd release, 1.6 in this case.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2011-06-01 22:20:00 -05:00
Darren Hart
e94dba8309 linux-yocto*: correct FILESEXTRAPATHS assignment in all layers
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>
2011-05-27 09:47:56 -07:00
Tom Zanussi
b0f4192e67 meta-intel: Change build instructions in README to use BSP tarball
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>
2011-05-26 15:22:29 -05:00
Tom Zanussi
fc719f0cd6 meta-sugarbay: Change build instructions in README to use BSP tarball
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>
2011-05-26 12:26:08 -05:00
Tom Zanussi
f113449eb1 meta-intel: fix BBFILE_COLLECTIONS overrides
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>
2011-05-26 09:22:59 -05:00
Tom Zanussi
1b227f8ed2 meta-sugarbay: remove xserver-xf86-dri-lite bbappend
This is no longer needed.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-20 11:55:24 -05:00
Tom Zanussi
010c401ecb meta-sugarbay: remove PREFERRED_VERSION settings
There's no reason to specify these.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-20 09:50:56 -05:00
Marc Ferland
54a572b1d4 Add SMP support to crownbay.
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>
2011-05-19 20:17:22 -05:00
Tom Zanussi
6e35713d9f meta-sugarbay: update SRCREVs
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-18 09:46:55 -05:00
Tom Zanussi
80170da521 meta-jasperforest: update SRCREVs
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-18 09:32:52 -05:00
Tom Zanussi
3560819e82 meta-fishriver: update SRCREVs
And add linux-yocto-stable bbappend.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-18 09:30:33 -05:00
Tom Zanussi
4b7c0dcebe meta-emenlow: update SRCREVs
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-18 09:21:59 -05:00
Tom Zanussi
9ba8b39301 meta-crownbay: update SRCREVs
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-18 08:55:37 -05:00
Tom Zanussi
e7eaedb365 meta-intel: add top-level MAINTAINERS file
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>
2011-05-18 00:49:54 -05:00
Otavio Salvador
3d02bee416 README.sources: use git.yoctoproject.org as server for the BSP repository
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-17 14:39:15 -05:00
Tom Zanussi
b317b8e062 meta-fishriver: add README.sources
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-16 11:44:59 -05:00
Tom Zanussi
1b84a62be7 meta-intel: add README.sources
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-16 11:41:33 -05:00
Tom Zanussi
9db6f1d05c n450: fix n450-audio LIC_FILES_CHKSUM
Change from POKYBASE to COREBASE.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-14 20:53:39 -05:00
Tom Zanussi
83e1ebdff5 crownbay-noemgd: add crownbay-noemgd as COMPATIBLE_MACHINE to linux-yocto bbappend
crownbay-noemgd also needs a COMPATIBLE_MACHINE entry in linux-yocto.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-14 16:51:13 -05:00
Tom Zanussi
63f535fa0a fishriver: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS
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>
2011-05-14 16:47:03 -05:00
Tom Zanussi
b0ea14c276 crownbay-noemgd: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS
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>
2011-05-14 16:46:49 -05:00
Tom Zanussi
92477bdb3d crownbay: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS
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>
2011-05-14 16:46:19 -05:00
Darren Hart
90ace178d3 linux-yocto*: extend FILESEXTRAPATHS instead of clobber them
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>
2011-05-13 07:47:47 -07:00
Richard Purdie
5790768e77 conf/machine: Drop unused GUI_MACHINE_CLASS variables
Signed-off-by: Richard  Purdie <rpurdie@linux.intel.com>
2011-05-10 16:26:57 +01:00
Paul Eggleton
6280c0f0e7 Add emenlow pieces removed from oe-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-06 13:47:23 -05:00
Tom Zanussi
da12d93530 meta-intel: use default rootfs size for BSPS
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>
2011-05-03 09:28:49 -05:00
Darren Hart
7245856f0a n450: use linux-yocto (2.6.37) by default
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-27 15:20:38 -07:00
Darren Hart
c4ca6bf250 n450: add linux_yocto (2.6.37) bbappend
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-27 15:20:34 -07:00
Darren Hart
d29909877a n450: enable SMP and SCHED_SMT
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>
2011-04-27 15:20:15 -07:00
Tom Zanussi
36cf032e3a meta-crownbay: update documentation with hw and build details
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>
2011-04-25 16:07:29 -05:00
Tom Zanussi
6d373cd4d9 meta-emenlow: add hw blurb to README
Add a small description of the eMenlow platform, for release notes.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-04-25 16:07:15 -05:00
Tom Zanussi
1a60e04bba meta-crownbay: switch to linux-yocto kernel
Update kernel SRCREVs and switch crownbay/crownbay-noemgd to the
2.6.37 kernel.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-04-04 10:15:17 -07:00
Tom Zanussi
95fd3fd977 meta-fishriver: new layer for Fish River Island (Z530/EG20T) systems
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>
2011-03-30 17:34:44 -05:00
Tom Zanussi
4e208833a9 emenlow: update kernel SRCREVs
To update to latest and get past perf compile failure.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-21 15:57:20 -05:00
Joshua Lock
837edd3c95 emenlow.conf: no need to set PACKAGE_EXTRA_ARCHS
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>
2011-03-18 09:57:37 -07:00
Darren Hart
6ddf87a8e9 gtk+: remove per-machine gtk+ FULL_OPTIMIZATION in favor of tune-atom.inc
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>
2011-03-16 21:39:38 -07:00
Darren Hart
01ded1de3b n450: add optimization flags to gtk+ for n450 to avoid gcc core2 bug
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>
2011-03-16 15:37:53 -07:00
Darren Hart
158530b6f2 Merge branch 'master' of ssh://git.pokylinux.org/meta-intel 2011-03-16 15:37:37 -07:00