diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-06-20 09:52:00 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-09 13:49:40 -0500 |
| commit | 7be9149279ee04ce146e7ef1ecb20ae727c80cc0 (patch) | |
| tree | 2af98d4956633125f53123ac26d3cd12406e7d1b | |
| parent | f5dcebe57832551219da048945237a7cf7bda369 (diff) | |
| download | meta-intel-7be9149279ee04ce146e7ef1ecb20ae727c80cc0.tar.gz | |
FishRiver: add recipe extention for linux-yocto_3.4
Tested this on FishRiver 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>
| -rw-r--r-- | meta-fishriver/recipes-kernel/linux/linux-yocto_3.4.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 00000000..eaa62299 --- /dev/null +++ b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_fishriver = "fishriver" | ||
| 4 | KMACHINE_fishriver = "fishriver" | ||
| 5 | KBRANCH_fishriver = "standard/fishriver" | ||
| 6 | |||
| 7 | SRCREV_machine_pn-linux-yocto_fishriver ?= "49f1599b2ce0288599805b5364b895f5a9febb3e" | ||
| 8 | SRCREV_meta_pn-linux-yocto_fishriver ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5" | ||
