* [PATCH 0/1] meta-tlk: fix included file name
@ 2012-10-06 15:16 Mihai Lindner
2012-10-06 15:16 ` [PATCH 1/1] " Mihai Lindner
2012-10-06 15:51 ` [PATCH 0/1] " Tom Zanussi
0 siblings, 2 replies; 3+ messages in thread
From: Mihai Lindner @ 2012-10-06 15:16 UTC (permalink / raw)
To: yocto
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>
---
The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8:
meta-tlk: fix ignored SRC_URI appends (2012-10-05 14:47:55 -0500)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mihai/bug3217
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihai/bug3217
Mihai Lindner (1):
meta-tlk: fix included file name
meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 +-
meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 +-
meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 +-
.../recipes-kernel/linux/{linux-yocto-tlk.inc => linux-yocto_tlk.inc} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
rename meta-tlk/recipes-kernel/linux/{linux-yocto-tlk.inc => linux-yocto_tlk.inc} (100%)
--
1.7.12
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] meta-tlk: fix included file name
2012-10-06 15:16 [PATCH 0/1] meta-tlk: fix included file name Mihai Lindner
@ 2012-10-06 15:16 ` Mihai Lindner
2012-10-06 15:51 ` [PATCH 0/1] " Tom Zanussi
1 sibling, 0 replies; 3+ messages in thread
From: Mihai Lindner @ 2012-10-06 15:16 UTC (permalink / raw)
To: yocto
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>
---
meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 +-
meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 +-
meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 +-
.../recipes-kernel/linux/{linux-yocto-tlk.inc => linux-yocto_tlk.inc} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
rename meta-tlk/recipes-kernel/linux/{linux-yocto-tlk.inc => linux-yocto_tlk.inc} (100%)
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend
index e316320..f580168 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -1 +1 @@
-require ${PN}-tlk.inc
+require ${PN}_tlk.inc
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
index e316320..f580168 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -1 +1 @@
-require ${PN}-tlk.inc
+require ${PN}_tlk.inc
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend
index e316320..f580168 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1 +1 @@
-require ${PN}-tlk.inc
+require ${PN}_tlk.inc
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
similarity index 100%
rename from meta-tlk/recipes-kernel/linux/linux-yocto-tlk.inc
rename to meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc
--
1.7.12
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] meta-tlk: fix included file name
2012-10-06 15:16 [PATCH 0/1] meta-tlk: fix included file name Mihai Lindner
2012-10-06 15:16 ` [PATCH 1/1] " Mihai Lindner
@ 2012-10-06 15:51 ` Tom Zanussi
1 sibling, 0 replies; 3+ messages in thread
From: Tom Zanussi @ 2012-10-06 15:51 UTC (permalink / raw)
To: Mihai Lindner; +Cc: yocto
Pulled into meta-intel/master.
Thanks,
Tom
On Sat, 2012-10-06 at 18:16 +0300, Mihai Lindner wrote:
> 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>
> ---
> The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8:
>
> meta-tlk: fix ignored SRC_URI appends (2012-10-05 14:47:55 -0500)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib mihai/bug3217
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihai/bug3217
>
> Mihai Lindner (1):
> meta-tlk: fix included file name
>
> meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 +-
> meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 +-
> meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 +-
> .../recipes-kernel/linux/{linux-yocto-tlk.inc => linux-yocto_tlk.inc} | 0
> 4 files changed, 3 insertions(+), 3 deletions(-)
> rename meta-tlk/recipes-kernel/linux/{linux-yocto-tlk.inc => linux-yocto_tlk.inc} (100%)
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-06 15:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06 15:16 [PATCH 0/1] meta-tlk: fix included file name Mihai Lindner
2012-10-06 15:16 ` [PATCH 1/1] " Mihai Lindner
2012-10-06 15:51 ` [PATCH 0/1] " Tom Zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.