Hello everybody, im trying to build foton-image following instructions from https://github.com/Freescale/meta-fsl-ivi. My aim is to test IVI Layer manager with MXGAL graphics backend (really not interested to test X11/Wayland features). Im quite new to Yocto and getting more and more confused how to build this image.
My instructions: mkdir fsl-community-bsp cd fsl-community-bsp repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master (I dont really know what branch to consider) repo sync export MACHINE=imx6dlsabresd source ./sources/poky/oe-init-build-env cd /home/ui/fsl-community-bsp/sources git clone https://git.yoctoproject.org/git/meta-ivi git branch 4.0 (instead of git://git.openembedded.org/meta-ivi wich does not exist, it also requires branch 4.0 and a given commit) git clone https://github.com/Freescale/meta-fsl-ivi.git cd /home/ui/fsl-community-bsp/build vim conf/bblayers.conf ive added the following to BBLAYERS : /home/ui/fsl-community-bsp/sources/meta-fsl-arm \ /home/ui/fsl-community-bsp/sources/meta-ivi/meta-ivi \ /home/ui/fsl-community-bsp/sources/meta-fsl-ivi \ Added the following to my local.conf MACHINE ?= "imx6dlsabresd" INCOMPATIBLE_LICENSE = "GPLv3" DISTRO ?= "fsl-ivi-vfb" UBOOT_SUFFIX = "bin" UBOOT_PADDING = "2" PREFERRED_PROVIDER_u-boot = "u-boot-imx" ACCEPT_FSL_EULA = "1" bitbake foton-image ERROR: No recipes available for: /home/ui/fsl-community-bsp/sources/meta-ivi/meta-ivi/recipes-connectivity/neard/neard_0.14.bbappend /home/ui/fsl-community-bsp/sources/meta-ivi/meta-ivi/recipes-graphics/wayland/weston_1.5.0.bbappend /home/ui/fsl-community-bsp/sources/meta-fsl-ivi/recipes-graphics/layer-management/layer-management_1.0.1.bbappend /home/ui/fsl-community-bsp/sources/meta-ivi/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend /home/ui/fsl-community-bsp/sources/meta-ivi/meta-ivi/recipes-connectivity/libpcap/libpcap_1.6.1.bbappend /home/ui/fsl-community-bsp/sources/meta-ivi/meta-ivi/recipes-core-ivi/busybox/busybox_1.22.1.bbappend 1st error ========= removing these files get me to the next error ERROR: Nothing PROVIDES 'foton-image'. Close matches: python-image python3-image There are few topics arround, but theres no evident solution. Please help :(
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto