Re: [OE-core] [PATCH] systemd: add ptest

2013-09-23 Thread Muhammad Shakeel
On 09/03/2013 07:50 AM, rongqing...@windriver.com wrote: +do_install_ptest () { + install -d ${D}${PTEST_PATH}/test + install -d ${D}${libdir}/udev/rules.d + install ${B}/test/* ${D}${PTEST_PATH}/test This patch is merged into master and I am trying to build systemd with ptest

[OE-core] [PATCH] systemd: add ptest

2013-09-02 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_206.bb| 16 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH] systemd: add ptest

2013-08-28 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_204.bb| 18 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] [PATCH] systemd: add ptest

2013-08-28 Thread ChenQi
On 08/28/2013 04:39 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_204.bb| 18 +- 2 files changed,

Re: [OE-core] [PATCH] systemd: add ptest

2013-08-28 Thread Björn Stenberg
rongqing...@windriver.com wrote: +DISTRO_FEATURES += ptest This looks a bit odd to have in the recipe. Ptest should rather be enabled/disabled by the distro.conf or local.conf. -- Björn ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] systemd: add ptest

2013-08-28 Thread Rongqing Li
On 08/28/2013 05:15 PM, ChenQi wrote: On 08/28/2013 04:39 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_204.bb|