diff options
author | John Klug <john.klug@multitech.com> | 2020-07-14 12:27:48 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-07-14 12:27:48 -0500 |
commit | 834e83fcb885471b5ea3d39db9f7612f579761ad (patch) | |
tree | f918f5a12f2ded33a914d7e92d06a5d1ee7d63c7 /contrib | |
parent | 9f9182810dc890bc0c7ca7279bcb0a29cca4bd96 (diff) | |
download | meta-mlinux-834e83fcb885471b5ea3d39db9f7612f579761ad.tar.gz meta-mlinux-834e83fcb885471b5ea3d39db9f7612f579761ad.tar.bz2 meta-mlinux-834e83fcb885471b5ea3d39db9f7612f579761ad.zip |
MLINUX_KERNEL_EXTRA_VERSION is not obsolete
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/local.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/local.conf b/contrib/local.conf index 6e27ae4..4ffd5c2 100644 --- a/contrib/local.conf +++ b/contrib/local.conf @@ -67,6 +67,3 @@ IMAGE_FSTYPES =+ "jffs2 tar.gz" PACKAGECONFIG_append_pn-boost = " python" HOSTTOOLS += "/usr/bin/xz" OVERRIDES .= ":${MTBSP}" - -# This is populated in the respective kernel recipe -MLINUX_KERNEL_EXTRA_VERSION = "${@base_read_file('${STAGING_KERNEL_BUILDDIR}/mlinux_pr')}" |