bsp: fix wrong directory

This commit is contained in:
2020-10-20 15:51:24 +08:00
parent 046503eb49
commit 88f776221e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ PROVIDES += "u-boot"
SRCREV = "f7b65711097261b067b04c031e04a7d7e1e8baf3"
SRCBRANCH = "master"
SRC_URI = "git:///yocto/i2SOM-iMX-uboot;protocol=file;branch=${SRCBRANCH}"
SRC_URI = "git:///${HOME}/i2SOM/i2SOM-iMX-uboot;protocol=file;branch=${SRCBRANCH}"
SRC_URI_append = " \
file://boot.txt \

View File

@ -3,7 +3,7 @@ require recipes-kernel/linux/linux-dtb.inc
SUMMARY = "Linux kernel for i2SOM system on modules"
SRC_URI = "git:///yocto/i2SOM-iMX-Linux;protocol=file;branch=${SRCBRANCH} \
SRC_URI = "git:///${HOME}/i2SOM/i2SOM-iMX-Linux;protocol=file;branch=${SRCBRANCH} \
file://defconfig"
#KBUILD_DEFCONFIG ?= "i2som_imx6_defconfig"
# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)