mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 00:49:30 +02:00
zephyr-kernel-src: updated SRC_URI to point to github
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
PREFERRED_VERSION_zephyr-kernel ??= "1.6.0"
|
||||
|
||||
SRCREV = "d4e799d77a36eaf6d678b357c207411ec32b2d62"
|
||||
SRC_URI = "git://gerrit.zephyrproject.org/r/zephyr.git;protocol=https;branch=v1.6.0-branch \
|
||||
|
||||
SRC_URI = "git://github.com/zephyrproject-rtos/zephyr.git;protocol=https;branch=v1.6-branch \
|
||||
file://Makefile.toolchain.yocto "
|
||||
PV = "1.6.0"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
||||
|
||||
# tag v1.6.0
|
||||
SRCREV="d4e799d77a36eaf6d678b357c207411ec32b2d62"
|
||||
SRC_URI = "git://gerrit.zephyrproject.org/r/zephyr.git;protocol=https;branch=v1.6.0-branch"
|
||||
SRC_URI = "git://github.com/zephyrproject-rtos/zephyr.git;protocol=https;branch=v1.6-branch"
|
||||
SRC_URI += "file://Makefile.toolchain.yocto"
|
||||
|
||||
PV = "1.6.0"
|
||||
|
||||
Reference in New Issue
Block a user