diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-04 14:27:21 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-04 17:39:29 +0800 |
| commit | 47975497704a7bb76388d32fe321e3b47f9e622b (patch) | |
| tree | e3cf917d27baaa58f788935c2294e87d889828f0 /recipes-kernel | |
| parent | 4ff520196b8bc09a9d2831ecdd0686895ba34c7c (diff) | |
| download | meta-intel-47975497704a7bb76388d32fe321e3b47f9e622b.tar.gz | |
linux-intel-dev: remove branch name from SRC_URI
mainline-tracking is a rebasing tree and the tags might no longer be on
a branch after an update.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel')
| -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" |
