026ba608a1
Vendor the BitBake layer (recipes, network config, boost pin, kernel append, runqemu bridge script) alongside SMO for packaging as a Yocto image. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
395 B
BlitzBasic
23 lines
395 B
BlitzBasic
require recipes-core/images/core-image-minimal.bb
|
|
|
|
SUMMARY = "Salmanoff runtime image"
|
|
|
|
IMAGE_FEATURES += "ssh-server-openssh"
|
|
|
|
IMAGE_INSTALL:append = " \
|
|
rseqsliceprobe \
|
|
iproute2 \
|
|
boost-system \
|
|
boost-log \
|
|
libcamera \
|
|
opencl-icd-loader \
|
|
libopencl-mesa \
|
|
libgallium \
|
|
clinfo \
|
|
v4l-utils \
|
|
salmanoff-rusticl-env \
|
|
liburing \
|
|
salmanoff \
|
|
"
|
|
|