summaryrefslogtreecommitdiffstats
path: root/meta-tlk
Commit message (Collapse)AuthorAgeFilesLines
* tlk: layer.conf: Add proper dependency and priorityOtavio Salvador2016-03-291-0/+4
| | | | | | | | It is expected that every layer provides a priority and its dependencies. This includes the needed information in layer.conf. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-tlk: using wildcard bbappend for linux-yoctoNitin A Kamble2014-06-232-1/+0
| | | | | | | Thanks to Ross Burton for this suggestion. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Provide a time limited kernel extension for the v3.14 kernelNitin A Kamble2014-06-121-0/+1
| | | | | | | This enables the tlk feature for the v3.14 kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Remove linux-yocto 3.8 bbappendsDarren Hart2014-03-121-1/+0
| | | | | | | The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.8 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Remove linux-yocto 3.4 bbappendsDarren Hart2014-03-121-1/+0
| | | | | | | The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.4 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-tlk: Update linux-yocto bbappend after bitbake changesRichard Purdie2014-02-171-1/+1
| | | | | | | | | | | | For various (good) reasons we needed to adjust bitbake so that PN is only set in bbappend/bb files, not from conf/inc files since in many cases this was leading to odd/unexpected behaviour. The variable can be used in these files however it cannot be expanded, as it is here. We therefore need to remove the expansion and replace with the real string. This fixes builds in master. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-tlk: enable for linux-yocto_3.10Ong Boon Leong2013-11-081-0/+1
| | | | | | | | | This is to enable time-limited-kernel for linux-yocto v3.10. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-tlk/base-files: Drop unneeded PR bumpRichard Purdie2013-09-111-2/+0
| | | | | | | We don't bump PR values since we have the PR server now. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Acked-by: Saul Wold <sgw@linux.intel.com>
* meta-tlk/psplash: Drop uneeded DEPENDSRichard Purdie2013-06-241-2/+0
| | | | | | | The core recipe correctly handles this dependency so no need for it in the .bbappend. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-intel: Drop PRINC usageRichard Purdie2013-06-242-3/+0
| | | | | | | | With the switch to the PR server we don't need to use PRINC. This patch matches a change to OE-Core to bump the PR values of the appropriate core recipes so PR values don't go backwards. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: Drop 3.2 bbappends1.5_M1.rc11.5_M1.finalRichard Purdie2013-05-311-1/+0
| | | | | | | As part of the usual kernel upgrade cycle, the 3.2 kernel has been removed from OE-Core so remove the bbappend files from meta-intel too. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-tlk: Update bbappend to 3.8Richard Purdie2013-03-041-0/+0
| | | | | | | The 3.0 kernel was dropped and the 3.8 kernel added, update the bbappend accordingly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Use .= for adding to BBPATH and += to BBFILESKhem Raj2013-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | 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>
* 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>