Closed infojg9 closed 5 years ago
What is your bblayers.conf
file in the build directory?
Most probably you don't have the BSP layer in the bblayers.conf
file. I'll close this issue for now but feel free to add any feedback if the problem persists.
Hi All,
How to solve this RPI3B+ bitbake rpi-test-image build issue. Any hints would be highly appreciated.
Configuration(config/local.conf, git branches, system) and Log as follows:
Description
Followed the steps from https://meta-raspberrypi.readthedocs.io/en/latest/readme.html
Steps to reproduce the issue:
source poky-thud/oe-init-build-env ./build
and modified local.conf as described in the above link.`$ bitbake rpi-test-image ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories:
`
Configurations
` $ ls ../ build meta-openembedded meta-raspberrypi poky-thud $ uname -a Linux u1804lts 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -a Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic
$ cd ../poky-thud/ $ git checkout thud Switched to branch 'thud' Your branch is up to date with 'origin/thud'. $ git pull --rebase origin thud From git://git.yoctoproject.org/poky
Describe the results you received:
`$ bitbake rpi-test-image ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories:
`
Describe the results you expected:
Successful raspberrypi3-64 build image
Additional information you deem important (e.g. issue happens only occasionally):
Additional details (revisions used, host distro, etc.):
all other config/* files untouched.