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:
Davide Gardenal
2022-03-09 11:23:30 +01:00
committed by Naveen Saini
parent d5dc10e556
commit f32f0399e6

View File

@@ -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