summaryrefslogtreecommitdiffstats
path: root/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
AgeCommit message (Collapse)Author
2014-02-17meta-tlk: Update linux-yocto bbappend after bitbake changesRichard Purdie
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>
2013-06-24meta-intel: Drop PRINC usageRichard Purdie
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>
2012-10-09Fix use of PRINC in meta-intel BSPs1.3_M5.rc4Darren Hart
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-06meta-tlk: fix included file nameMihai Lindner
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>