All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-ppc master/dylan][PATCH] eth-config: use pattern match for xml files installation
@ 2013-05-17  8:50 Zhenhua Luo
  2013-05-17 13:16 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenhua Luo @ 2013-05-17  8:50 UTC (permalink / raw)
  To: meta-freescale; +Cc: Zhenhua Luo, b40527

Use pattern match to install xml files and no need to update recipe if xml
files are added, renamed or deleted.

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-tools/eth-config/eth-config_git.bb |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/recipes-tools/eth-config/eth-config_git.bb b/recipes-tools/eth-config/eth-config_git.bb
index f1e957c..3ed50a5 100644
--- a/recipes-tools/eth-config/eth-config_git.bb
+++ b/recipes-tools/eth-config/eth-config_git.bb
@@ -3,7 +3,7 @@ SECTION = "eth-config"
 LICENSE = "Freescale EULA"
 LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git"
 SRCREV = "c1400695e56aa80f2f4c88c4e0582028248ae06f"
@@ -12,11 +12,8 @@ S = "${WORKDIR}/git"
 
 do_install() {
 	install -d ${D}/etc/fmc/config
-	install -m 644 ${S}/8c-128fq-p.xml ${D}/etc/fmc/config
-	install -m 644 ${S}/cfg-8c.xml ${D}/etc/fmc/config
+	install -m 644 ${S}/*.xml ${D}/etc/fmc/config
 	install -d ${D}/etc/fmc/config/shared_mac
-	install -m 644 ${S}/shared_mac/hv2p_config_p4_shared_mac.xml ${D}/etc/fmc/config/shared_mac
-	install -m 644 ${S}/shared_mac/hv2p_policy_shared_mac.xml ${D}/etc/fmc/config/shared_mac
-	install -m 644 ${S}/shared_mac/hv2p_swparser_shared_mac.xml ${D}/etc/fmc/config/shared_mac
+	install -m 644 ${S}/shared_mac/*.xml ${D}/etc/fmc/config/shared_mac
 	install -m 644 ${S}/shared_mac/README ${D}/etc/fmc/config/shared_mac
 }
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-ppc master/dylan][PATCH] eth-config: use pattern match for xml files installation
  2013-05-17  8:50 [meta-fsl-ppc master/dylan][PATCH] eth-config: use pattern match for xml files installation Zhenhua Luo
@ 2013-05-17 13:16 ` Otavio Salvador
  2013-05-17 13:27   ` Luo Zhenhua-B19537
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2013-05-17 13:16 UTC (permalink / raw)
  To: Zhenhua Luo; +Cc: meta-freescale, b40527

On Fri, May 17, 2013 at 5:50 AM, Zhenhua Luo <zhenhua.luo@freescale.com> wrote:
> Use pattern match to install xml files and no need to update recipe if xml
> files are added, renamed or deleted.
>
> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>

Has it been applied in master already?

It seems your process is inverted. You must send it to master and
*later* ask for backporting it to dylan.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-ppc master/dylan][PATCH] eth-config: use pattern match for xml files installation
  2013-05-17 13:16 ` Otavio Salvador
@ 2013-05-17 13:27   ` Luo Zhenhua-B19537
  2013-05-17 13:33     ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Luo Zhenhua-B19537 @ 2013-05-17 13:27 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, Yu Zongchun-B40527

Since the patch can be applied on both dylan and master correctly, so I stated both branches in the subject. 

It has not been applied in master, I will resend it for master. 

What's the process if it needs to be applied for dylan?


Best Regards,

Zhenhua

> -----Original Message-----
> From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On
> Behalf Of Otavio Salvador
> Sent: Friday, May 17, 2013 9:16 PM
> To: Luo Zhenhua-B19537
> Cc: meta-freescale@yoctoproject.org; Yu Zongchun-B40527
> Subject: Re: [meta-freescale] [meta-fsl-ppc master/dylan][PATCH] eth-
> config: use pattern match for xml files installation
> 
> On Fri, May 17, 2013 at 5:50 AM, Zhenhua Luo <zhenhua.luo@freescale.com>
> wrote:
> > Use pattern match to install xml files and no need to update recipe if
> > xml files are added, renamed or deleted.
> >
> > Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
> 
> Has it been applied in master already?
> 
> It seems your process is inverted. You must send it to master and
> *later* ask for backporting it to dylan.
> 
> --
> Otavio Salvador                             O.S. Systems
> E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
> Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-ppc master/dylan][PATCH] eth-config: use pattern match for xml files installation
  2013-05-17 13:27   ` Luo Zhenhua-B19537
@ 2013-05-17 13:33     ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2013-05-17 13:33 UTC (permalink / raw)
  To: Luo Zhenhua-B19537; +Cc: meta-freescale, Yu Zongchun-B40527

On Fri, May 17, 2013 at 10:27 AM, Luo Zhenhua-B19537
<B19537@freescale.com> wrote:
> Since the patch can be applied on both dylan and master correctly, so I stated both branches in the subject.
>
> It has not been applied in master, I will resend it for master.
>
> What's the process if it needs to be applied for dylan?

You should wait it to be applied in master and later send a request to
backport it. Not at same time.

Except for critical fixes, it'd be better to wait some time for
testing in master before backporting it.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-17 13:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-17  8:50 [meta-fsl-ppc master/dylan][PATCH] eth-config: use pattern match for xml files installation Zhenhua Luo
2013-05-17 13:16 ` Otavio Salvador
2013-05-17 13:27   ` Luo Zhenhua-B19537
2013-05-17 13:33     ` Otavio Salvador

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.