diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-18 09:30:33 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-18 09:30:33 -0500 |
commit | 3560819e82716f096ef50cd35b9cc1ebfcae8fea (patch) | |
tree | bf2f1a313d0fe395321663144bfb5241b10b3b8e | |
parent | 4b7c0dcebef9720b2d103d687283a751c8b392fc (diff) | |
download | meta-intel-3560819e82716f096ef50cd35b9cc1ebfcae8fea.tar.gz |
meta-fishriver: update SRCREVs
And add linux-yocto-stable bbappend.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r-- | meta-fishriver/conf/machine/fishriver.conf | 7 | ||||
-rw-r--r-- | meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf index 2c81a79f..05c9afe8 100644 --- a/meta-fishriver/conf/machine/fishriver.conf +++ b/meta-fishriver/conf/machine/fishriver.conf | |||
@@ -35,5 +35,8 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz" | |||
35 | GLIBC_ADDONS = "nptl" | 35 | GLIBC_ADDONS = "nptl" |
36 | GLIBC_EXTRA_OECONF = "--with-tls" | 36 | GLIBC_EXTRA_OECONF = "--with-tls" |
37 | 37 | ||
38 | SRCREV_machine_pn-linux-yocto_fishriver ?= "86bd1278bbf11589d87639df17d2f5f42db97b60" | 38 | SRCREV_machine_pn-linux-yocto_fishriver ?= "0e3c3904bae04ef13db4049577d9512f7d0e6fa5" |
39 | SRCREV_meta_pn-linux-yocto_fishriver ?= "51c761795b078bf3c80104ed6e73b3d995067384" | 39 | SRCREV_meta_pn-linux-yocto_fishriver ?= "ceb1744ec55408cb637929a3f154379e42642890" |
40 | |||
41 | SRCREV_machine_pn-linux-yocto-stable_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
42 | SRCREV_meta_pn-linux-yocto-stable_crownbay ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend new file mode 100644 index 00000000..8003c935 --- /dev/null +++ b/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" | ||
2 | |||
3 | COMPATIBLE_MACHINE_fishriver = "crownbay" | ||
4 | KMACHINE_fishriver = "crownbay" | ||
5 | |||