bsp: fix wrong directory
This commit is contained in:
@ -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 \
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user