Skip to content

Commit

Permalink
xilinx-vendor: add more things to IMAGE_INSTALL
Browse files Browse the repository at this point in the history
We also need these kernel modules that don't get included automatically.

Signed-off-by: Bill Mills <[email protected]>
  • Loading branch information
wmamills committed Nov 10, 2023
1 parent 5e9152d commit 7028cc5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion for-ref/xilinx-vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@ $REPO forall -c git reset --hard
source setupsdk

# at this point the PWD will be $XILINX_YOCTO_ROOT/build
echo 'IMAGE_INSTALL:append = " packagegroup-petalinux-openamp " ' >>conf/local.conf
echo 'IMAGE_INSTALL:append = " \
packagegroup-petalinux-openamp \
kernel-module-zynqmp-r5-remoteproc \
kernel-module-rpmsg-ctrl \
kernel-module-rpmsg-ns \
kernel-module-virtio-rpmsg-bus \
" ' >>conf/local.conf

# do real build step
if [ -n "$FAKE_IT" ]; then
Expand Down

0 comments on commit 7028cc5

Please sign in to comment.