diff options
| -rw-r--r-- | recipes-kernel/linux/linux-intel-dev.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-intel-dev.bb b/recipes-kernel/linux/linux-intel-dev.bb index 316baa50..93a0f190 100644 --- a/recipes-kernel/linux/linux-intel-dev.bb +++ b/recipes-kernel/linux/linux-intel-dev.bb | |||
| @@ -4,7 +4,7 @@ require recipes-kernel/linux/meta-intel-compat-kernel.inc | |||
| 4 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:" | 4 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:" |
| 5 | 5 | ||
| 6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
| 7 | git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;branch=${KBRANCH}; \ | 7 | git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \ |
| 8 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=${KMETA} \ | 8 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=${KMETA} \ |
| 9 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \ | 9 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \ |
| 10 | " | 10 | " |
| @@ -13,7 +13,6 @@ SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" | |||
| 13 | KMETA = "kernel-meta" | 13 | KMETA = "kernel-meta" |
| 14 | KCONF_BSP_AUDIT_LEVEL = "2" | 14 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 15 | 15 | ||
| 16 | KBRANCH = "base" | ||
| 17 | KMETA_BRANCH = "master" | 16 | KMETA_BRANCH = "master" |
| 18 | 17 | ||
| 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
