diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/local.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/local.conf b/contrib/local.conf index 515c4f0..6f5c0a1 100644 --- a/contrib/local.conf +++ b/contrib/local.conf @@ -65,3 +65,8 @@ IMAGE_FSTYPES =+ "jffs2 tar.gz" # IMAGE_INSTALL += "openjdk-7-vm-zero" PACKAGECONFIG_append_pn-boost = " python" + +OVERRIDES .= ":${MTBSP}" + +# This is populated in the respective kernel recipe +MLINUX_KERNEL_EXTRA_VERSION = "${@base_read_file('${STAGING_KERNEL_BUILDDIR}/mlinux_pr')}" |