stm32mp135 openstlinux additionall packages install
Hi,
I have a slight problem with st-image-weston.bbappend.
In my meta-layer in folder /recipes-st/images/ I add an st-image-weston.bbappend to install a few packages I intend to have.
And now something is strange, after adding a new package to install into rootfs the packages start to compile but not install on rootfs.
Content of my st-image-weston.bbappend
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
inherit populate_sdk_qt5
IMAGE_INSTALL += " \
qtbase-dev \
qtbase-mkspecs \
qtbase-tools \
qtdeclarative-qmlplugins \
qtquickcontrols2-qmlplugins \
qtwayland \
gstreamer1.0 \
gstreamer1.0-plugins-good \
"
CORE_IMAGE_EXTRA_INSTALL += " \
net-tools \
openvpn \
systemd-networkd-configuration \
netplan \
networkmanager \
iproute2 \
ppp \
usb-modeswitch \
usbip \
ppp-dialin \
libiio \
packagegroup-st-demo \
sox \
libnfc \
sdcard-raw-tools \
"
IMAGE_ROOTFS_MAXSIZE = "950000"
Finally, many packages are not installed for instance USB gadget DHCP server, ppp etc.
For stm32mp15x such update mentioned file works. Why not work for 13x?
Thanks for any hints
BR Michal
