summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/ipc/ipc-modules.inc
blob: 073e72c174846268d1f7435361ba22ffc7b5c59a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUMMARY = "Linux IPC KERNEL MODULE "
DESCRIPTION = "DSP boot application and ipc test application"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"

require recipes-bsp/ipc/ipc.inc

inherit  module qoriq_build_64bit_kernel

S = "${WORKDIR}/git"

SOC ?= ""
SOC_b4 = "B4860"
SOC_bsc9131 = "B913x"
SOC_bsc9132 = "B913x"

do_configure[depends] += "virtual/kernel:do_shared_workdir"
do_configure_prepend() {
    sed -i 's,$(KERNEL_DIR)/.config,$(KBUILD_OUTPUT)/.config,' ${S}/kernel/Makefile
}

do_compile_prepend () {
    cd ${S}/kernel
}

INHIBIT_PACKAGE_STRIP = "1"