summaryrefslogtreecommitdiffstats
path: root/meta-tlk
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of PRINC in meta-intel BSPs1.3_M5.rc4Darren Hart2012-10-092-2/+2
| | | | | | | | | | | | | | 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>
* README: add info explaining meta-tlk layer purposePaul Eggleton2012-09-061-4/+7
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* psplash: Add TLK info to psplash imageSaul Wold2012-09-052-0/+10
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* base-files: add /etc/motd with TLK infoSaul Wold2012-09-052-0/+10
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Acked-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>
* layer.conf: Clarify BBFILES comments regarding recipe-* directoriesTrevor Woerner2012-08-151-1/+1
| | | | | | | | The recipes are no longer stored in a "packages" directory but in directories under recipes-*. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-tlk: Add COPYING MITSaul Wold2011-12-091-0/+17
| | | | | | | | Adds License File Fixes [YOCTO #1816] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-tlk: initial creationBruce Ashfield2011-08-244-0/+19
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>