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:
+16
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user