mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 18:49:30 +02:00
zephyr-kernel: Add CVE_PRODUCT to fix cve-check lookup fail
Add CVE_PRODUCT override to fix a lookup problem when performing cve-check, if not setted it will search for the recipe name, that in this case depends on the recipe used to build zephyr (eg. zephyr-philosophers) Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
committed by
Naveen Saini
parent
d5dc10e556
commit
f32f0399e6
@@ -1,6 +1,8 @@
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
||||
|
||||
CVE_PRODUCT = "zephyr"
|
||||
|
||||
inherit cmake
|
||||
|
||||
# This file might be included from other places (like other layers) and not
|
||||
|
||||
Reference in New Issue
Block a user