Hello Yocto Help,
I am trying to build yocto offline using below steps.
Steps:
1. bitbake -c fetchall core-image-minimal
2. conf/local.conf changes
DL_DIR ?= "${TOPDIR}/tmp/downloads-keepout"
SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
BB_NO_NETWORK = "0"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "file://path/to/download/sources/"
BB_GENERATE_MIRROR_TARBALLS = "1"
BB_FETCH_PREMIRRORONLY = "1"
CONNECTIVITY_CHECK_URIS=""
DISABLE_NETWORK_SANITY = "1"
3. bitbake core-image-minimal
But I am getting errors in the step 3 saying not able to "unpack".
Please tell me "IF I MISSED OUT ANY STEPS".
Thanks and Regards,
Sivaprasad Pala.
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto