diff options
Diffstat (limited to 'meta-crownbay/recipes-kernel')
-rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend new file mode 100644 index 00000000..10bced84 --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -0,0 +1,20 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
4 | KMACHINE_crownbay = "crownbay" | ||
5 | KBRANCH_crownbay = "standard/crownbay" | ||
6 | KERNEL_FEATURES_crownbay_append = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb" | ||
7 | |||
8 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
9 | KMACHINE_crownbay-noemgd = "crownbay" | ||
10 | KBRANCH_crownbay-noemgd = "standard/crownbay" | ||
11 | KERNEL_FEATURES_crownbay-noemgd_append = " cfg/vesafb" | ||
12 | |||
13 | SRCREV_meta_crownbay = "fe20c99783387dab779472ff50a88666da1c6391" | ||
14 | SRCREV_machine_crownbay = "60536206ad300ccf5b2be2c2d449f4ab27170238" | ||
15 | SRCREV_emgd_crownbay = "17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1" | ||
16 | |||
17 | SRCREV_machine_crownbay-noemgd = "60536206ad300ccf5b2be2c2d449f4ab27170238" | ||
18 | SRCREV_meta_crownbay-noemgd = "fe20c99783387dab779472ff50a88666da1c6391" | ||
19 | |||
20 | SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd" | ||