Khem Raj schreef op 2017-10-24 18:22:
it seems you might be using uclibc, and xattr is absent in
DISTRO_FEATURES, add
DISTRO_FEATURES_append = " xattr"
in your conf/local.conf and see if that helps.
Hi,
This did indeed resolve that issue. Unfortunately it didn't take long
for another comp
> How to disable dropbear start on boot?
Perhaps changes on INITSCRIPT_PARAMS in the original recipe are possible.
> And what ist the preferred way to change DROPBEAR_RSAKEY_DEFAULT?
Using devtool and modify the orig recipe is possible.
--
___
yocto
This was probably working before pyro and the recipes specific sysroots.
Signed-off-by: Pascal Bach
---
recipes-mono/mono/mono-4.xx.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-mono/mono/mono-4.xx.inc b/recipes-mono/mono/mono-4.xx.inc
index e06fac7..cf9170b 100
Signed-off-by: Vincent Prince
---
recipes-devtools/oracle-java/oracle-jse-jdk.inc | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk.inc
b/recipes-devtools/oracle-java/oracle-jse-jdk.inc
index a7210d9..11fe17b 100644
-
Full JRE created by jrecreate contains awt/swing dynamic libraries linked to
libx11.
This patch creates a compact JRE without those libraries.
Signed-off-by: Vincent Prince
---
recipes-devtools/oracle-java/oracle-jse-ejre.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/
I was mistaken, following patch fixes it for real
Signed-off-by: Vincent Prince
---
recipes-devtools/oracle-java/oracle-jse-jdk.inc | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk.inc
b/recipes-devtools/oracle-java/or
On Fri, Oct 27, 2017 at 9:47 AM, Vincent Prince
wrote:
> I was mistaken, following patch fixes it for real
>
> Signed-off-by: Vincent Prince
> ---
> recipes-devtools/oracle-java/oracle-jse-jdk.inc | 14 +++---
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/recipes-dev
Hi Khem,
it's true, the only revelant part is
> + ln -sf ../lib/jvm/${JDK_DIR}/bin/java ${D}${bindir}
> + ln -sf ../lib/jvm/${JDK_DIR}/bin/javac ${D}${bindir}
I shouldn't git send-mail on friday sorry,
Best Regards,
Vincent
2017-10-27 20:11 GMT+02:00 Khem Raj :
> On Fri, Oct 27,
Thanks Paul for your help with this BSP layer. You were a real help with pyro
branch until now and I'm happy to see that you want to continue the same great
work with rocko. I know that maintaining multiple stable branches is not an
easy task so I'll take the pyro one. We will be able to maintai
The entire patch set was merged to master. Thanks.
On 25 October 2017 06:43:28 BST, Michael Gloff wrote:
>From: Michael Gloff
>
> Use standard variable name and avoid
> QA errors when usermerge DISTRO_FEATURE is enabled.
>
>Signed-off-by: Michael Gloff
>---
> recipes-kernel/linux-f
On Fri, Oct 27, 2017 at 3:51 AM, Pascal Bach wrote:
> This was probably working before pyro and the recipes specific sysroots.
>
> Signed-off-by: Pascal Bach
> ---
> recipes-mono/mono/mono-4.xx.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-mono/mono/mono-4.
11 matches
Mail list logo