cancel
Showing results for 
Search instead for 
Did you mean: 

stm32mp135 openstlinux additionall packages install

MWoło.2
Senior II

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

1 ACCEPTED SOLUTION

Accepted Solutions
MWoło.2
Senior II

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.

View solution in original post

1 REPLY 1
MWoło.2
Senior II

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.