diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-07-05 03:43:20 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-09 13:50:21 -0500 |
commit | 4e4619ef422b195bd12f6200c4fe42cefc7d4a5c (patch) | |
tree | 80e1cd503455dde5c0706296c75970b380cf499b | |
parent | 62b97450f3190965657d1c3b15bb7d1b313a9327 (diff) | |
download | meta-intel-4e4619ef422b195bd12f6200c4fe42cefc7d4a5c.tar.gz |
emenlow: add recipe extention for linux-yocto_3.4
This is tested on the emenlow hardware, and it works as expected.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Tested-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 00000000..21468647 --- /dev/null +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
@@ -0,0 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
4 | KMACHINE_emenlow = "emenlow" | ||
5 | KBRANCH_emenlow = "standard/emenlow" | ||
6 | |||
7 | SRCREV_machine_pn-linux-yocto_emenlow ?= "1ed16752ff068c2a3f33d78d8a53be32416fb56e" | ||
8 | SRCREV_meta_pn-linux-yocto_emenlow ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5" | ||