From 2189a040447f36dabc6d067e1c9d7724b93ac65f Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 14 Feb 2022 15:53:28 -0600 Subject: Remove obsolete MLINUX_KERNEL_VERSION and MLINUX_KERNEL_EXTRA_VERSION --- contrib/local.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/local.conf b/contrib/local.conf index b699649..61b8de1 100644 --- a/contrib/local.conf +++ b/contrib/local.conf @@ -69,10 +69,6 @@ IMAGE_FSTYPES =+ "jffs2 tar.gz" PACKAGECONFIG_append_pn-boost = " python" OVERRIDES .= ":${MTBSP}" -# This is populated in the respective kernel recipe -MLINUX_KERNEL_VERSION = "${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}" -MLINUX_KERNEL_EXTRA_VERSION = "${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/mlinux_pr')}" - # Make builds reproducible BUILD_REPRODUCIBLE_BINARIES = "1" export PYTHONHASHSEED = "0" -- cgit v1.2.3