This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Apache2 integration using yocto build

Part Number: TDA4VM

Hi Ve2e-team,,

I am trying to integrate the ‘apache2’ and ‘apache-websocket’ module(component) into the TI-TDA4 target image and getting following error ,

Note: Integrating into SDK is success (IMAGE_INSTALL_append += "apache2-dev  apache-websocket-dev ).  Able to build 

recipe of  'appache2' and apache-websocket’ as standalone.

1. Added below layer in /yocto-build/build/conf/bblayer.conf file

            /yocto-build/sources/meta-openembedded/meta-webserver \

2. Added below line in / /yocto-build/sources/meta-xxxxxx/recipes-core/tisdk-default-image.bbappend file

                IMAGE_INSTALL_append += "apache2"

Log,

ERROR: tisdk-default-image-1.0-r0_psdkla_2 do_rootfs: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot,

then please place them into pkg_postinst_ontarget_${PN} ().

Deferring to first boot via 'exit 1' is no longer supported.

Details of the failure are in /home/vpalanisamy/workspace/adas/compute/psdk_la_8.1/ti-processor-sdk-linux-j7-evm-08_01_00_07/yocto-build/build/arago-tmp-external-arm-glibc/work/j7_evm-linux/tisdk-default-image/1.0-r0_psdkla_2/temp/log.do_rootfs.

ERROR: Logfile of failure stored in: /home/vpalanisamy/workspace/adas/compute/psdk_la_8.1/ti-processor-sdk-linux-j7-evm-08_01_00_07/yocto-build/build/arago-tmp-external-arm-glibc/work/j7_evm-linux/tisdk-default-image/1.0-r0_psdkla_2/temp/log.do_rootfs.10335

ERROR: Task (/home/vpalanisamy/workspace/adas/compute/psdk_la_8.1/ti-processor-sdk-linux-j7-evm-08_01_00_07/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-default-image.bb:do_rootfs) failed with exit code '1'

 

               ------------------------------------------- /yocto-build/build/arago-tmp-external-arm-glibc/work/j7_evm-linux/tisdk-default-image/1.0-r0_psdkla_2/temp/log.do_rootfs.10335

 

Configuring g++-syml Adding system startup for /home/vpalanisamy/workspace/adas/compute/psdk_la_8.1/ti-processor-sdk-linux-j7-evm-08_01_00_07/yocto-build/build/arago-tmp-external-arm-glibc/work/j7_evm-linux/tisdk-default-image/1.0-r0_psdkla_2/rootfs/etc/init.d/run-postinsts.

ln -s /lib/systemd/system/run-postinsts.service /home/vpalanisamy/workspace/adas/compute/psdk_la_8.1/ti-processor-sdk-linux-j7-evm-08_01_00_07/yocto-build/build/arago-tmp-external-arm-glibc/work/j7_evm-linux/tisdk-default-image/1.0-r0_psdkla_2/rootfs/etc/systemd/system/sysinit.target.wants/run-postinsts.service

inks.

Configuring run-postinsts.

Configuring make.

Configuring packagegroup-core-buildessential.

Configuring build-essential.

 

WARNING: busybox.postinst returned 1, marking as unpacked only, configuration required on target.

ERROR: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot,

then please place them into pkg_postinst_ontarget_${PN} ().

Deferring to first boot via 'exit 1' is no longer supported.

@

Regards, 

Vadivel