blob: 40fdeb29de794e1e6be607bfb7622a7779f3b6b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
require include/iccom-control.inc
RENESAS_BSP_URL = " \
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git"
BRANCH = "v4.14/rcar-3.6.2"
SRCREV = "a95d91d636e3dcfdb8279a0293da17e90c871186"
SRC_URI = "${RENESAS_BSP_URL};branch=${BRANCH}"
# Enable RPMSG_VIRTIO depend on ICCOM
SRC_URI_append = " \
${@base_conditional("USE_ICCOM", "1", " file://0001-rpmsg-Add-message-to-be-able-to-configure-RPMSG_VIRT.patch", "", d)} \
"
S = "${WORKDIR}/git"
|