summaryrefslogtreecommitdiffstats
path: root/meta-tlk/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of PRINC in meta-intel BSPs1.3_M5.rc4Darren Hart2012-10-091-1/+1
| | | | | | | | | | | | | | 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>
* meta-tlk: fix included file nameMihai Lindner2012-10-064-3/+3
| | | | | | | | | PN in linux-yocto-tlk.inc takes the .inc file name and becomes linux-yocto-tlk. Renamed to linux-yocto_tlk.inc to avoid confusions. Related to: [YOCTO #3217] Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-tlk: fix ignored SRC_URI appendsMihai Lindner2012-10-054-18/+6
| | | | | | | | | | | | Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Update linux-yocto for 3.2 and 3.4Saul Wold2012-09-053-0/+14
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-tlk: initial creationBruce Ashfield2011-08-242-0/+7
Call this layer whatever you want, but when enabled it turns on BSP configuration items specific to autobuild/official binary images. Once this is enabled the uptime of any BSP will be limted to the value in the .cfg. It is currently at 2 minutes as an example, but it should be extended to a number of days going forward. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> meta-tlk: Rename and changed to 10 day limit Signed-off-by: Saul Wold <sgw@linux.intel.com>