diff options
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-qoriq-gpu_git.bb')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-qoriq-gpu_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-qoriq-gpu_git.bb b/recipes-kernel/kernel-modules/kernel-module-qoriq-gpu_git.bb new file mode 100644 index 00000000..e9fd783a --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-qoriq-gpu_git.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SECTION = "devel" | ||
2 | SUMMARY = "GPU KERNEL MODULE" | ||
3 | DESCRIPTION = "The gpu-modules package contains the gpu kernel modules" | ||
4 | LICENSE = "GPLv2 & MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ab1a30d0cd181e3408077727ea5a2db \ | ||
6 | " | ||
7 | inherit module fsl-eula-unpack | ||
8 | |||
9 | SRC_URI = "http://www.nxp.com/lgfiles/sdk/lsdk1909/gpu-module-lsdk1909.bin;;fsl-eula=true \ | ||
10 | file://0001-Makfile-add-modules_install.patch \ | ||
11 | " | ||
12 | SRC_URI[md5sum] = "9f9591530fe7b3f46361bb932901c509" | ||
13 | SRC_URI[sha256sum] = "8be4ab0d817e66ef685a6a8f3d95ec1e70e9eae73b4f5a836b4b60ebcf0d588d" | ||
14 | |||
15 | S = "${WORKDIR}/gpu-module-lsdk1909" | ||
16 | |||
17 | export INSTALL_MOD_DIR="kernel/gpu-modules" | ||
18 | |||
19 | EXTRA_OEMAKE += "KERNEL_DIR='${STAGING_KERNEL_DIR}'" | ||
20 | |||
21 | COMPATIBLE_MACHINE = "(qoriq)" | ||