meta-intel/meta-tlk
Darren Hart 5d8a058111 Fix use of PRINC in meta-intel BSPs
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>
2012-10-09 16:04:30 -07:00
..
conf layer.conf: Clarify BBFILES comments regarding recipe-* directories 2012-08-15 15:43:01 -07:00
recipes-core Fix use of PRINC in meta-intel BSPs 2012-10-09 16:04:30 -07:00
recipes-kernel/linux Fix use of PRINC in meta-intel BSPs 2012-10-09 16:04:30 -07:00
COPYING.MIT meta-tlk: Add COPYING MIT 2011-12-09 13:42:54 -08:00
README README: add info explaining meta-tlk layer purpose 2012-09-06 10:36:02 -05:00

meta-tlk
========

This layer makes the appropriate kernel modifications to enable a 10 day
time limit in the official BSP images produced using the Yocto Project
autobuilder, in order to encourage people to produce their own images
for production whilst still allowing the images to be useful for testing
and debugging.