Hi everyone,
I want to use local kernel source to replace the git source in linux-ti-glsdk_3.8.bb.
How to modify the bb file to achieve?
My wrong config like below:
#SRC_URI = "git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH} \
SRC_URI = "file:///home/ubuntu/work/linux-3.8.13 \
file://defconfig \
"