diff options
Diffstat (limited to 'meta-crownbay/recipes-kernel')
-rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend index f7998565..1805ed94 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -1,23 +1,11 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | 3 | ||
4 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
5 | KMACHINE_crownbay = "crownbay" | ||
6 | KBRANCH_crownbay = "standard/crownbay" | ||
7 | KERNEL_FEATURES_append_crownbay = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb" | ||
8 | |||
9 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | 4 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" |
10 | KMACHINE_crownbay-noemgd = "crownbay" | 5 | KMACHINE_crownbay-noemgd = "crownbay" |
11 | KBRANCH_crownbay-noemgd = "standard/crownbay" | 6 | KBRANCH_crownbay-noemgd = "standard/crownbay" |
12 | KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" | 7 | KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" |
13 | 8 | ||
14 | LINUX_VERSION_crownbay = "3.10.38" | ||
15 | SRCREV_meta_crownbay = "e1f26aeccfd43bc3d7e95873ceda469b631b8473" | ||
16 | SRCREV_machine_crownbay = "02f7e63e56c061617957388c23bd5cf9b05c5388" | ||
17 | SRCREV_emgd_crownbay = "42d5e4548e8e79e094fa8697949eed4cf6af00a3" | ||
18 | |||
19 | LINUX_VERSION_crownbay-noemgd = "3.10.38" | 9 | LINUX_VERSION_crownbay-noemgd = "3.10.38" |
20 | SRCREV_meta_crownbay-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473" | 10 | SRCREV_meta_crownbay-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473" |
21 | SRCREV_machine_crownbay-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388" | 11 | SRCREV_machine_crownbay-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388" |
22 | |||
23 | SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd" | ||