liri-archive / meta-liri

:dvd: OS image based on Boot2Qt
GNU General Public License v3.0
7 stars 2 forks source link

no found kde-base.bbclass, consistent-timestamps.bbclass #6

Open huadoudouxue opened 6 years ago

huadoudouxue commented 6 years ago

Hi I've ran into several issues: [dpd@localhost yocto]$ ls bitbake helloworld meta meta-openembedded meta-selftest meta-yocto-bsp qt5build README.poky scripts bitbake-cookerdaemon.log LICENSE meta-embarcados meta-poky meta-skeleton oe-init-build-env README.hardware README.qemu documentation liriosdbuild meta-liri meta-qt5 meta-ti packages README.LSB repo [dpd@localhost yocto]$ source oe-init-build-env liriosdbuild/

Shell environment set up for builds.

You can now run 'bitbake '

Common targets are: core-image-minimal core-image-sato meta-toolchain meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86' [dpd@localhost liriosdbuild]$ bitbake lirios-image WARNING: Layer lirios should set LAYERSERIES_COMPAT_lirios in its conf/layer.conf file to list the core layer names it is compatible with. WARNING: Layer lirios should set LAYERSERIES_COMPAT_lirios in its conf/layer.conf file to list the core layer names it is compatible with. Loading cache: 100% |####################################################################################################################################| Time: 0:00:00 Loaded 3 entries from dependency cache. ERROR: ParseError at /home/dpd/workspace/yocto/meta-liri/recipes-qt/calamares/calamares_2.4.5.bb:7: Could not inherit file classes/kde-base.bbclass| ETA: --:--:-- WARNING: /home/dpd/workspace/yocto/meta-liri/recipes-graphics/mesa/mesa_12.0.6.bb: Exception during build_dependencies for PACKAGECONFIG[gallium-llvm] WARNING: /home/dpd/workspace/yocto/meta-liri/recipes-graphics/mesa/mesa_12.0.6.bb: Error during finalise of /home/dpd/workspace/yocto/meta-liri/recipes-graphics/mesa/mesa_12.0.6.bb

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

Thanks dpd