diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-06-14 16:47:20 -0400 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2011-06-14 20:05:57 -0700 |
commit | d207c9531effb40d75d4552f589cad60bf8a84e2 (patch) | |
tree | 6561aa43ccb0a5c32b57f69c77a7f6780cf48fc3 /meta-fishriver/conf/machine | |
parent | 129773b573a4a2cf1dff2b0f128a8948c069aca8 (diff) | |
download | meta-intel-d207c9531effb40d75d4552f589cad60bf8a84e2.tar.gz |
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>
Diffstat (limited to 'meta-fishriver/conf/machine')
-rw-r--r-- | meta-fishriver/conf/machine/fishriver.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf index 9621f627..e692cac3 100644 --- a/meta-fishriver/conf/machine/fishriver.conf +++ b/meta-fishriver/conf/machine/fishriver.conf | |||
@@ -34,9 +34,3 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz" | |||
34 | 34 | ||
35 | GLIBC_ADDONS = "nptl" | 35 | GLIBC_ADDONS = "nptl" |
36 | GLIBC_EXTRA_OECONF = "--with-tls" | 36 | GLIBC_EXTRA_OECONF = "--with-tls" |
37 | |||
38 | SRCREV_machine_pn-linux-yocto_fishriver ?= "697d84759be192403a8a87ab269196c67a0c2c88" | ||
39 | SRCREV_meta_pn-linux-yocto_fishriver ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
40 | |||
41 | SRCREV_machine_pn-linux-yocto-stable_fishriver ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
42 | SRCREV_meta_pn-linux-yocto-stable_fishriver ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||