Hi
I'm trying to install a webserver (lighttpd + php) on a Sabre Board (fsl-image-machine-test dizzy branch) So i basically added these lines to the local.conf file:
----------------------------------------------------------------------------------------------------------------------
CORE_IMAGE_EXTRA_INSTALL += " \
openssh \
lighttpd \
php \
"
----------------------------------------------------------------------------------------------------------------------
when i bitbake it, everything is going as expected without any errors (php actually being baked) until it reachs the end (2 tasks left):
0: fsl-image-machine-test-1.0-r0 do_rootfs
Then i get this error:
----------------------------------------------------------------------------------------------------------------------
ERROR: Unable to install packages. Command '/media/philippe/data/release/build-sb/tmp/sysroots/x86_64-linux/usr/bin/smart --quiet --data-dir=/media/philippe/data/release/build-sb/tmp/work/imx6qsabresd-poky-linux-gnueabi/fsl-image-machine-test/1.0-r0/rootfs/var/lib/smart install -y packagegroup-fsl-tools-gpu@imx6qsabresd packagegroup-core-tools-testapps@imx6qsabresd packagegroup-fsl-tools-testapps@all run-postinsts@all packagegroup-fsl-tools-benchmark@imx6qsabresd packagegroup-core-x11-base@all packagegroup-base-extended@imx6qsabresd openssh@cortexa9hf_vfp_neon packagegroup-core-tools-profile@imx6qsabresd lighttpd@cortexa9hf_vfp_neon packagegroup-fsl-gstreamer-full@all packagegroup-fsl-tools-gpu-external@all packagegroup-fsl-gstreamer@imx6qsabresd php@cortexa9hf_vfp_neon packagegroup-core-boot@imx6qsabresd locale-base-en-us@cortexa9hf_vfp_neon locale-base-en-gb@cortexa9hf_vfp_neon' returned 1:
error: Can't install php-5.4.33-r0@cortexa9hf_vfp_neon: no package provides /media/philippe/data/release/build-sb/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/php/5.4.33-r0/image/usr/bin/php
ERROR: Function failed: do_rootfs
ERROR: Logfile of failure stored in: /media/philippe/data/release/build-sb/tmp/work/imx6qsabresd-poky-linux-gnueabi/fsl-image-machine-test/1.0-r0/temp/log.do_rootfs.1977
ERROR: Task 7 (/media/philippe/data/release/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-machine-test.bb, do_rootfs) failed with exit code '1'
----------------------------------------------------------------------------------------------------------------------
Any ideas of what would be the issue?
Any pointers would be of great help
I'm joining the full log in attachment
Best regards
Original Attachment has been moved to: log.do_rootfs.1977.txt.zip