summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/ipc/ipc-modules.inc
blob: e403e6bb0b2f4064a2e5e36aa3c201d49ba35939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"

do_compile_prepend () {
    cd ${S}/kernel
    case ${MACHINE} in
        bsc9132qds|bsc9131rdb) SOC=B913x;;
        b4860qds|b4420qds) SOC=B4860;;
    esac
}

INHIBIT_PACKAGE_STRIP = "1"