distro/yocto: add meta-salmanoff Yocto layer for QEMU x86 images
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>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user