Re: [poky] Problem run bitbake on terminal in ubuntu #compiler #poky #yocto #bitbake
Jojan <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
You can you edit the "bblayers.conf" file and the layers to relative path instead of absolute path
Please edit the the BBLAYERS in your build/conf/bblayers.conf to a relative path with $TOPDIR
or something like :
YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}"
BBLAYERS ?= " \
${YOCTOROOT}/poky/meta \
${YOCTOROOT}/poky/meta-poky \
${YOCTOROOT}/poky/meta-yocto-bsp \
On Thursday, March 13, 2025 at 01:11:11 AM PDT, bovog via lists.yoctoproject.org <[email protected]> wrote:
Hi Jojan,After that it worked because I had to update to the lts version because it didn't work for me, but now it gives me this problem when I run bitbake core-image-sato
ERROR: The following layer directories do not exist:
ERROR: /home/etipack/poky/meta
ERROR: /home/etipack/poky/meta-poky
ERROR: /home/etipack/poky/meta-yocto-bsp
ERROR: Please check BBLAYERS in /media/etipack/86934a4c-2406-4cfd-afac-f0e2c785ec7e/home/etipack/poky/build/conf/bblayers.conf
But I see that in bblayers.conf the layers exist I don't know why these doesn't work Thanks
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13562): https://lists.yoctoproject.org/g/poky/message/13562
Mute This Topic: https://lists.yoctoproject.org/mt/111656575/4743935
Mute #compiler:https://lists.yoctoproject.org/g/poky/mutehashtag/compiler
Mute #poky:https://lists.yoctoproject.org/g/poky/mutehashtag/poky
Mute #yocto:https://lists.yoctoproject.org/g/poky/mutehashtag/yocto
Mute #bitbake:https://lists.yoctoproject.org/g/poky/mutehashtag/bitbake
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-