From 2e06ab62e39f2a3f677611f83388245a4062bc9b Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 28 Aug 2015 18:36:45 +0800 Subject: 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 Signed-off-by: Otavio Salvador --- .../kernel-modules/kernel-module-qoriq-debug_git.bb | 15 +++++++++++++++ recipes-kernel/qoriq-debug/qoriq-debug_git.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 recipes-kernel/kernel-modules/kernel-module-qoriq-debug_git.bb delete mode 100644 recipes-kernel/qoriq-debug/qoriq-debug_git.bb 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 000000000..c08f057ff --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-qoriq-debug_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "QorIQ Debug File System Module" +SECTION = "qoriq-debug" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba" + +inherit module autotools-brokensep qoriq_build_64bit_kernel + +SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;nobranch=1" +SRCREV = "20615c1ea332102635f8314cee5787c48c1a4254" + +S = "${WORKDIR}/git" + +EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR}" +EXTRA_OEMAKE += 'SYSROOT="${D}"' + diff --git a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb b/recipes-kernel/qoriq-debug/qoriq-debug_git.bb deleted file mode 100644 index c08f057ff..000000000 --- a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "QorIQ Debug File System Module" -SECTION = "qoriq-debug" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba" - -inherit module autotools-brokensep qoriq_build_64bit_kernel - -SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;nobranch=1" -SRCREV = "20615c1ea332102635f8314cee5787c48c1a4254" - -S = "${WORKDIR}/git" - -EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR}" -EXTRA_OEMAKE += 'SYSROOT="${D}"' - -- cgit v1.2.3-54-g00ecf