karo-electronics / karo-bsp

Ka-Ro Yocto BSP
3 stars 4 forks source link

problem with initial setup of KARO-2020-10-21 release #3

Closed iguffick closed 3 years ago

iguffick commented 4 years ago

With the KARO-2020-10-21 release I get an error when trying to start bitbake, "ERROR: Nothing PROVIDES 'karo-image-minimal'":

WARNING: No bb files matched BBFILE_PATTERN_core '^/home/user/karo-bsp-qt5/layers/poky/meta/'
WARNING: No bb files matched BBFILE_PATTERN_yoctobsp '^/home/user/karo-bsp-qt5/layers/poky/meta-yocto-bsp/'
WARNING: No bb files matched BBFILE_PATTERN_yocto '^/home/user/karo-bsp-qt5/layers/poky/meta-poky/'
WARNING: No bb files matched BBFILE_PATTERN_qt5-layer '^/home/user/karo-bsp-qt5/layers/meta-qt5/'
WARNING: No bb files matched BBFILE_PATTERN_meta-python '^/home/user/karo-bsp-qt5/layers/meta-openembedded/meta-python/'
WARNING: No bb files matched BBFILE_PATTERN_openembedded-layer '^/home/user/karo-bsp-qt5/layers/meta-openembedded/meta-oe/'
WARNING: No bb files matched BBFILE_PATTERN_networking-layer '^/home/user/karo-bsp-qt5/layers/meta-openembedded/meta-networking/'
WARNING: No bb files matched BBFILE_PATTERN_karo '^/home/user/karo-bsp-qt5/layers/meta-karo/'
WARNING: No bb files matched BBFILE_PATTERN_karo-distro '^/home/user/karo-bsp-qt5/layers/meta-karo-distro/'
ERROR: Nothing PROVIDES 'karo-image-minimal'

Summary: There were 9 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

The steps to setup and start bitbake were the following:

mkdir karo-bsp
cd karo-bsp
repo init -u https://github.com/karo-electronics/karo-bsp -b zeus
repo sync
DISTRO=karo-minimal MACHINE=txul-8013 source setup-environment build-txul-8013
DISTRO=karo-minimal MACHINE=txul-8013 source setup-environment build-txul-8013
bitbake karo-image-minimal

Doing these same steps with the previous release worked fine.

theonlymb commented 3 years ago

This is fixed in current release.