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>
17 lines
453 B
BlitzBasic
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"
|