From f76c3a98c8f19501b66e2827f20b395b03e5aefc Mon Sep 17 00:00:00 2001 From: Mihai Lindner Date: Sat, 6 Oct 2012 18:02:30 +0300 Subject: meta-tlk: fix included file name 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 Signed-off-by: Tom Zanussi --- meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc (limited to 'meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc') diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc new file mode 100644 index 00000000..b1cf8834 --- /dev/null +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +SRC_URI_append = " file://time-limited-kernel.cfg" +PR .= ".2" -- cgit v1.2.3-54-g00ecf