Skip to main content
MWoło.2
Senior III
June 28, 2023
Solved

stm32mp135 openstlinux additionall packages install

  • June 28, 2023
  • 1 reply
  • 1244 views

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

This topic has been closed for replies.
Best answer by MWoło.2

Small update, 

on the sd-card packages are installed, so the problem I have is related to EMMC. I think We can close this topic.

1 reply

MWoło.2
MWoło.2AuthorBest answer
Senior III
June 29, 2023

Small update, 

on the sd-card packages are installed, so the problem I have is related to EMMC. I think We can close this topic.