meta-intel/meta-tlk
Khem Raj 227d8fa72c layer.conf: Use .= for adding to BBPATH and += to BBFILES
Fixes parsing errors which is appearing after this commit to
meta-openembedded

http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e

This triggers
exception NameError: name 'base_contains' is not defined
without this change

Avoid the immediate expansion operator (:=) which caused base_contains
added in the previous commit to fail to expand at the time the
meta-intel layer configs are parsed and replace it with one of the
append operators (.= or +=) that allows for delayed variable expansion.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-01-07 09:59:05 -08:00
..
conf layer.conf: Use .= for adding to BBPATH and += to BBFILES 2013-01-07 09:59:05 -08: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.