summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:22 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commitb4b27bd8c3cb00971634099197d88dfdfdcedf26 (patch)
treec989aeee92b2ccd758db7d4c3c8f4407e6636f98 /recipes-kernel
parentbe1037c79f97b9b9651045b6176cde91a67f6560 (diff)
downloadmeta-freescale-b4b27bd8c3cb00971634099197d88dfdfdcedf26.tar.gz
ipc: Optimize the ipc recipes directories
* move ipc-ust recipes to recipes-extended folder * move ipc-modules to recipes-kernel folder Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/ipc-modules/ipc-modules-multi_git.bb (renamed from recipes-kernel/ipc/ipc-modules-multi_git.bb)0
-rw-r--r--recipes-kernel/ipc-modules/ipc-modules-single_git.bb (renamed from recipes-kernel/ipc/ipc-modules-single_git.bb)0
-rw-r--r--recipes-kernel/ipc-modules/ipc-modules.inc (renamed from recipes-kernel/ipc/ipc-modules.inc)5
3 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/ipc/ipc-modules-multi_git.bb b/recipes-kernel/ipc-modules/ipc-modules-multi_git.bb
index e5dc11519..e5dc11519 100644
--- a/recipes-kernel/ipc/ipc-modules-multi_git.bb
+++ b/recipes-kernel/ipc-modules/ipc-modules-multi_git.bb
diff --git a/recipes-kernel/ipc/ipc-modules-single_git.bb b/recipes-kernel/ipc-modules/ipc-modules-single_git.bb
index 03817e0ec..03817e0ec 100644
--- a/recipes-kernel/ipc/ipc-modules-single_git.bb
+++ b/recipes-kernel/ipc-modules/ipc-modules-single_git.bb
diff --git a/recipes-kernel/ipc/ipc-modules.inc b/recipes-kernel/ipc-modules/ipc-modules.inc
index 79ba7ef1b..a496ab6df 100644
--- a/recipes-kernel/ipc/ipc-modules.inc
+++ b/recipes-kernel/ipc-modules/ipc-modules.inc
@@ -3,9 +3,9 @@ DESCRIPTION = "DSP boot application and ipc test application"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"
5 5
6require recipes-bsp/ipc/ipc.inc 6require recipes-extended/ipc-ust/ipc.inc
7 7
8inherit module qoriq_build_64bit_kernel 8inherit module qoriq_build_64bit_kernel
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
@@ -23,4 +23,3 @@ do_compile_prepend () {
23} 23}
24 24
25INHIBIT_PACKAGE_STRIP = "1" 25INHIBIT_PACKAGE_STRIP = "1"
26