Commit Graph

19 Commits

Author SHA1 Message Date
Tom Zanussi
50661bf038 Update kernel SRCREVs.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2011-06-27 09:27:52 -05:00
Paul Eggleton
76d1178ba1 meta-intel: fix formfactor bbappends to use FILESEXTRAPATHS_prepend
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>
2011-06-15 11:43:04 -05:00
Bruce Ashfield
d207c9531e meta-intel/linux-yocto: update to match the renamed linux-yocto recipes
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>
2011-06-14 20:05:57 -07:00
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
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
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
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
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
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
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
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
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