Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/u-boot-toradex_2020.07.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEPENDS += "bc-native dtc-native bison-native"

PV = "2020.07+git${SRCPV}"
SRC_URI = " \
git://git.toradex.com/u-boot-toradex.git;branch=${SRCBRANCH} \
git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCBRANCH} \
file://fw_env.config \
"
SRCBRANCH = "toradex_2020.07"
Expand Down
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-toradex_4.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require recipes-kernel/linux/linux-imx.inc

SUMMARY = "Linux kernel for Toradex Colibri VFxx Computer on Modules"

SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}"
SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH}"

KBUILD_DEFCONFIG ?= "colibri_vf_defconfig"

Expand Down
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SUMMARY = "Linux kernel for Toradex Freescale i.MX based modules"
# The recipe by default uses KBUILD_DEFCONFIG from the machine
# configuration. Set KBUILD_DEFCONFIG = "" and add a file 'defconfig' to
# SRC_URI to inject your defconfig in a bbappend.
SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}"
SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH}"

PV:append = "+git${SRCPV}"

Expand Down
Loading