[meta-arago] [zeus/master][PATCH] arago-tiny-image: also produce cpio.xz image

2020-03-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-core/images/arago-tiny-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/arago-tiny-image.bb

[meta-arago] [meta-processor-sdk][PATCH] neo-ai-tvm: remove from nativesdk

2020-03-13 Thread Jianzhong Xu
* plsdk-3143: neo-ai-tvm code generation in nativesdk is not working and it is not required by any functional requirement. Signed-off-by: Jianzhong Xu --- .../nativesdk-packagegroup-arago-tisdk-host.bbappend | 1 - 1 file changed, 1 deletion(-) diff --git

[meta-arago] [meta-processor-sdk][PATCH] neo-ai-dlr: bump up SRCREV

2020-03-13 Thread Jianzhong Xu
Signed-off-by: Jianzhong Xu --- recipes-support/neo-ai-dlr/neo-ai-dlr.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/neo-ai-dlr/neo-ai-dlr.bbappend b/recipes-support/neo-ai-dlr/neo-ai-dlr.bbappend index 7e6236d..b68b5c9 100644 ---

Re: [meta-arago] Booting a J7 EVM without meta-arago

2020-03-13 Thread Martin Kelly
On 3/9/20 11:10 AM, Martin Kelly wrote: On 3/6/20 11:16 AM, Martin Kelly wrote: Hi, I'm trying to get a basic image running on the J7 EVM using only meta-ti without meta-arago, as I want to use this board but don't need most of the TI SDK support. I'm using the j7-evm MACHINE type, and I

[meta-arago] [zeus/master][PATCH] matrix-lighttpd-config: correct installation of config file

2020-03-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko 1. lighttpd moved its config from /etc to /etc/lighttpd 2. pkg_postinst_ontarget should not use $D Signed-off-by: Denys Dmytriyenko --- .../recipes-core/matrix/matrix-lighttpd-config.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff