diff options
author | John Klug <john.klug@multitech.com> | 2022-02-14 15:53:28 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-02-14 15:53:28 -0600 |
commit | 2189a040447f36dabc6d067e1c9d7724b93ac65f (patch) | |
tree | c934a0da999c817151809382510659bfdddae189 | |
parent | 8f645cde285c8fb67d88aff1a0b0cefb376250cb (diff) | |
download | meta-mlinux-2189a040447f36dabc6d067e1c9d7724b93ac65f.tar.gz meta-mlinux-2189a040447f36dabc6d067e1c9d7724b93ac65f.tar.bz2 meta-mlinux-2189a040447f36dabc6d067e1c9d7724b93ac65f.zip |
Remove obsolete MLINUX_KERNEL_VERSION and MLINUX_KERNEL_EXTRA_VERSION
-rw-r--r-- | contrib/local.conf | 4 |
1 files changed, 0 insertions, 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" |