diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-06-01 11:24:05 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-06-03 12:16:05 -0500 |
commit | d97fc15c8729c0a6bb53c1d0e05fc62fa3ef5d4f (patch) | |
tree | 424f3b64db278128835949c1f3489a175111a23c /meta-fishriver/recipes-kernel | |
parent | ad6ac8a55a58b1c8f2cd7cc3591c744a905c1340 (diff) | |
download | meta-intel-d97fc15c8729c0a6bb53c1d0e05fc62fa3ef5d4f.tar.gz |
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>
Diffstat (limited to 'meta-fishriver/recipes-kernel')
-rw-r--r-- | meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend | 4 | ||||
-rw-r--r-- | meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend index dcc4534b..29399ba2 100644 --- a/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend +++ b/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend | |||
@@ -1,5 +1,5 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | COMPATIBLE_MACHINE_fishriver = "crownbay" | 3 | COMPATIBLE_MACHINE_fishriver = "fishriver" |
4 | KMACHINE_fishriver = "crownbay" | 4 | KMACHINE_fishriver = "fishriver" |
5 | 5 | ||
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend index ba38dbee..eec65d8b 100644 --- a/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend +++ b/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend | |||
@@ -1,4 +1,3 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | COMPATIBLE_MACHINE_fishriver = "fishriver" | 2 | COMPATIBLE_MACHINE_fishriver = "fishriver" |
3 | # zzzz /yocto/standard/crownbay->fishriver | 3 | KMACHINE_fishriver = "yocto/standard/fishriver" |
4 | KMACHINE_fishriver = "yocto/standard/crownbay" | ||