summaryrefslogtreecommitdiffstats
path: root/meta-tlk/recipes-kernel
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-10-09 15:07:14 -0700
committerDarren Hart <dvhart@linux.intel.com>2012-10-09 16:04:30 -0700
commit5d8a05811101f7d69994f4028ec620c4480f6da4 (patch)
treec5dec998685430d40649dbea636ad7567c712492 /meta-tlk/recipes-kernel
parent2bd31135bdcdda19dabdf69706d9a38d5872e1fe (diff)
downloadmeta-intel-5d8a05811101f7d69994f4028ec620c4480f6da4.tar.gz
Fix use of PRINC in meta-intel BSPs1.3_M5.rc4
Replaces all uses of PRINC with the form: PRINC := "${@int(PRINC) + N}" Where N is the previously assigned value plus one to ensure a monotonically increasing PRINC value. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> CC: Saul Wold <sgw@linux.intel.com> CC: Nitin Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-tlk/recipes-kernel')
-rw-r--r--meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
index b1cf8834..47d6ffd1 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
@@ -1,3 +1,3 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2SRC_URI_append = " file://time-limited-kernel.cfg" 2SRC_URI_append = " file://time-limited-kernel.cfg"
3PR .= ".2" 3PRINC := "${@int(PRINC) + 1}"