Files
salmanoff/distro/yocto/meta-salmanoff/recipes-support/salmanoff-rusticl-env/salmanoff-rusticl-env.bb
T
hayodea 026ba608a1 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>
2026-06-21 16:18:33 -04:00

17 lines
453 B
BlitzBasic

SUMMARY = "Enable Mesa Rusticl llvmpipe OpenCL device in login shells"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRC_URI = "file://rusticl-llvmpipe.sh"
S = "${UNPACKDIR}"
inherit allarch
do_install() {
install -d ${D}${sysconfdir}/profile.d
install -m 0644 ${UNPACKDIR}/rusticl-llvmpipe.sh ${D}${sysconfdir}/profile.d/
}
FILES:${PN} = "${sysconfdir}/profile.d/rusticl-llvmpipe.sh"