mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v3.6.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
17 lines
567 B
PHP
17 lines
567 B
PHP
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://zephyr/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
|
|
|
CVE_PRODUCT = "zephyr"
|
|
|
|
inherit cmake
|
|
|
|
# This file might be included from other places (like other layers) and not
|
|
# having an explicit path to the patches directory, will make bitbake fail to
|
|
# find the patch(es) in SRC_URI.
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|
S = "${WORKDIR}/git"
|
|
|
|
# Default to a stable version
|
|
PREFERRED_VERSION_zephyr-kernel ??= "3.6.0"
|
|
require recipes-kernel/zephyr-kernel/zephyr-kernel-src-${PREFERRED_VERSION_zephyr-kernel}.inc
|