Skip to content
Snippets Groups Projects
Commit fcd61340 authored by Marta Rybczynska's avatar Marta Rybczynska
Browse files

recipes-kernel: add kernel signing


Add an option to sign kernel enabled withe DISTRO_FEATURE
"kernel-sign".

Signed-off-by: default avatarMarta Rybczynska <marta.rybczynska@linaro.org>
parent 9e405ceb
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Linaro Ltd
#
# SPDX-License-Identifier: MIT
# From meta-ledge-secure
require recipes-kernel/linux/linux-ledge-common.inc
require recipes-kernel/linux/linux-ledge-sign.inc
# Required to do actual signing by the two includes above
KERNEL_SIGN_ENABLE = "1"
...@@ -17,6 +17,7 @@ SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-core/linux.git;protocol=https; ...@@ -17,6 +17,7 @@ SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-core/linux.git;protocol=https;
" "
require recipes-kernel/linux/linux-oniro-tweaks-all.inc require recipes-kernel/linux/linux-oniro-tweaks-all.inc
require ${@oe.utils.all_distro_features(d, 'kernel-sign', 'recipes-kernel/linux/linux-oniro-signing.inc')}
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
LINUX_VERSION ?= "5.10.61" LINUX_VERSION ?= "5.10.61"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment