]> code.ossystems Code Review - meta-freescale.git/commitdiff
kernel-module-ls-debug: Add recipe
authorZhenhua Luo <zhenhua.luo@freescale.com>
Fri, 21 Aug 2015 03:53:49 +0000 (11:53 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:15 +0000 (15:03 -0300)
kernel-module-ls-debug is Layerscape debug file system module, it supports the
ls102xa targets debug.

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/kernel-module-ls-debug/kernel-module-ls-debug_git.bb [new file with mode: 0644]

diff --git a/recipes-kernel/kernel-module-ls-debug/kernel-module-ls-debug_git.bb b/recipes-kernel/kernel-module-ls-debug/kernel-module-ls-debug_git.bb
new file mode 100644 (file)
index 0000000..8fc78fd
--- /dev/null
@@ -0,0 +1,18 @@
+SUMMARY = "Layerscape Debug File System Module"
+DESCRIPTION = "This package is the kernel module which is used for \
+ls102xa targets debug."
+SECTION = "ls-debug"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94263f12f9416f9fd0493c8f9e8085a3"
+
+inherit module autotools-brokensep
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/ls-dbg.git;branch=master"
+SRCREV = "40501f6659e880d38508cdd34a4df2d348d1c68e"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR}"
+EXTRA_OEMAKE += 'SYSROOT="${D}"'
+
+COMPATIBLE_MACHINE = "(ls102xa)"