aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/zephyr-kernel/zephyr-kernel.inc
blob: 59b0713e1ae91a41ceb049d81aadfe14ba23553f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"

# tag v1.6.0
SRCREV="d4e799d77a36eaf6d678b357c207411ec32b2d62"
SRC_URI = "git://gerrit.zephyrproject.org/r/zephyr.git;protocol=https;branch=v1.6.0-branch"
SRC_URI += "file://Makefile.toolchain.yocto"

PV = "1.6.0"

# Most tests for Zephyr 1.6 are in the "legacy" folder
ZEPHYR_TEST_SRCDIR = "tests/legacy/kernel/"

S = "${WORKDIR}/git"

do_compile_prepend() {
    cp ${WORKDIR}/Makefile.toolchain.yocto ${S}/scripts
}