summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-28 18:36:45 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:16 -0300
commit2e06ab62e39f2a3f677611f83388245a4062bc9b (patch)
tree3fe91767551e40f8d40a646b87c214d795a4715a /recipes-kernel/kernel-modules
parent574523738c928a0d2850bc91e2417cbcd04448ae (diff)
downloadmeta-freescale-2e06ab62e39f2a3f677611f83388245a4062bc9b.tar.gz
rename qoriq-debug to kernel-module-qoriq-debug and move bb to kernel-modules subdir
* rename qoriq-debug to kernel-module-qoriq-debug * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/kernel-modules')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-qoriq-debug_git.bb15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 00000000..c08f057f
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-qoriq-debug_git.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "QorIQ Debug File System Module"
2SECTION = "qoriq-debug"
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba"
5
6inherit module autotools-brokensep qoriq_build_64bit_kernel
7
8SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;nobranch=1"
9SRCREV = "20615c1ea332102635f8314cee5787c48c1a4254"
10
11S = "${WORKDIR}/git"
12
13EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR}"
14EXTRA_OEMAKE += 'SYSROOT="${D}"'
15