Files
salmanoff/distro/yocto/meta-salmanoff/recipes-support/salmanoff-rusticl-env/salmanoff-rusticl-env.bb
T

17 lines
453 B
BlitzBasic
Raw Normal View History

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"