mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
53f571e2e6
commit
ec2a5c70a0
|
@ -4,7 +4,7 @@ require recipes-kernel/linux/meta-intel-compat-kernel.inc
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;branch=${KBRANCH}; \
|
||||
git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=${KMETA} \
|
||||
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
|
||||
"
|
||||
|
@ -13,7 +13,6 @@ SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
|
|||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
KBRANCH = "base"
|
||||
KMETA_BRANCH = "master"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||
|
|
Loading…
Reference in New Issue
Block a user