diff options
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-qoriq-debug_git.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-qoriq-debug_git.bb b/recipes-kernel/kernel-modules/kernel-module-qoriq-debug_git.bb deleted file mode 100644 index c08f057f..00000000 --- a/recipes-kernel/kernel-modules/kernel-module-qoriq-debug_git.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | DESCRIPTION = "QorIQ Debug File System Module" | ||
2 | SECTION = "qoriq-debug" | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba" | ||
5 | |||
6 | inherit module autotools-brokensep qoriq_build_64bit_kernel | ||
7 | |||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;nobranch=1" | ||
9 | SRCREV = "20615c1ea332102635f8314cee5787c48c1a4254" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR}" | ||
14 | EXTRA_OEMAKE += 'SYSROOT="${D}"' | ||
15 | |||