Re: [meta-arago] [oe-layersetup PATCH v2] processor-sdk: Add 07.03.00.005 release config

2021-08-17 Thread Siraswar, Yogesh




On 8/9/2021 1:24 PM, Denys Dmytriyenko wrote:

On Mon, Aug 09, 2021 at 11:47:31PM +0530, Nikhil Devshatwar wrote:

On 11:50-20210806, Bajjuri, Praneeth wrote:

+#meta-browser,git://github.com/OSSystems/meta-browser.git,master,5f365ef0f842ba4651efe88787cf9c63bc8b6cb3,layers=
+meta-qt5,git://github.com/meta-qt5/meta-qt5.git,dunfell,b4d24d70aca75791902df5cd59a4f4a54aa4a125,layers=
+meta-virtualization,git://git.yoctoproject.org/meta-virtualization,dunfell,89abc62b47f6f20db9d00a8ec9b2c1b6b60ac3f9,layers=
+meta-openembedded,git://git.openembedded.org/meta-openembedded,dunfell,389757a7494221fea1d8437e9a01c6e4fb4700af,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems
+meta-ti,git://git.yoctoproject.org/meta-ti,dunfell,07.03.00.005,layers=
+meta-linaro,https://git.linaro.org/openembedded/meta-linaro.git,dunfell,HEAD,layers=meta-optee


Please close the open item with HEAD being used instead of commit ID for 
this patch to be accepted.




By the way, why do you even need meta-linaro layer for psdkl builds?


Looks like it is added for meta-optee, but it has since Dunfell been moved to
meta-arm...



+meta-arm,git://git.yoctoproject.org/meta-arm,dunfell,c4f04f3fb66f8f4365b08b553af8206372e90a63,layers=meta-arm:meta-arm-toolchain
+oe-core,git://git.openembedded.org/openembedded-core,dunfell,707036d4ec12ef1a260adcef78627b26e32e6540,layers=meta
+OECORELAYERCONF=./sample-files/bblayers.conf.sample
+OECORELOCALCONF=./sample-files/local-processor-sdk-64.conf.sample






___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [dunfell][PATCH v2] grub: fix do_configure() breakage with external-arm toolchain

2021-08-17 Thread Siraswar, Yogesh

Applied to dunfell. Thanks

On 8/12/2021 9:14 PM, Denys Dmytriyenko wrote:

From: Denys Dmytriyenko 

grub and grub-efi break in do_configure() when using external-arm toolchain:

| checking for aarch64-poky-linux-objcopy... no
| checking for objcopy... objcopy
| checking for aarch64-poky-linux-strip... no
| checking for strip... strip
| checking for aarch64-poky-linux-nm... no
| checking for nm... nm
| checking for aarch64-poky-linux-ranlib... no
| checking for ranlib... ranlib
...
| checking whether objcopy works for absolute addresses... configure: error: 
objcopy cannot create binary files

That is due to external-arm toolchain's target triplet aarch64-none-linux-gnu
being different from OE triplet like aarch64-poky-linux and configure script
trying to use it to find binutils binaries like objcopy, falling back to host
ones.

Help configure script to find correct objcopy and other binaries by passing
the correct target triplet with --target parameter set to EAT_TARGET_SYS,
overriding the default OE one.

Note: similar patch has been submitted upstream to meta-arm-toolchain:
https://lists.yoctoproject.org/g/meta-arm/message/2163

Signed-off-by: Denys Dmytriyenko 
Cc: Tom Rini 
---
v2 - subject line in commit log got lost, fix it, no other changes

  meta-arago-distro/recipes-bsp/grub/grub%.bbappend | 9 +
  1 file changed, 9 insertions(+)
  create mode 100644 meta-arago-distro/recipes-bsp/grub/grub%.bbappend

diff --git a/meta-arago-distro/recipes-bsp/grub/grub%.bbappend 
b/meta-arago-distro/recipes-bsp/grub/grub%.bbappend
new file mode 100644
index 000..1e5ea43
--- /dev/null
+++ b/meta-arago-distro/recipes-bsp/grub/grub%.bbappend
@@ -0,0 +1,9 @@
+# When external-arm toolchain is not in use, EAT_TARGET_SYS is undefined,
+# causing below _append expansion to break - just weakly set it to empty
+EAT_TARGET_SYS ?= ""
+
+# grub uses --target triplet to find binutils binaries such as objcopy
+# Since external-arm toolchain uses aarch64-none-linux-gnu triplet,
+# OE-defined TARGET_SYS differs from EAT_TARGET_SYS used by external-arm
+# toolchain, grub needs passing the correct --target to configure script
+CONFIGUREOPTS_append_class-target = "${@['',' 
--target=${EAT_TARGET_SYS}'][d.getVar('TCMODE') == 'external-arm']}"


___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [oe-layersetup PATCH] processor-sdk: Add 08.00.00.21 release config

2021-08-17 Thread Siraswar, Yogesh

Mirror issue with git.ti.com is resolved.
The config file is synced now.

On 8/13/2021 12:03 PM, Nikhil Devshatwar wrote:


Praneeth,

On 09/08/21 11:51 pm, Nikhil Devshatwar wrote:

Add config file for processor-sdk 08.00.00.21 release

Signed-off-by: Nikhil Devshatwar 


ping on this

Please merge this soon.
AM64 release is out and people will start doing builds.

Regards,
Nikhil D




---
  .../processor-sdk-08.00.00.21-config.txt   | 14 ++
  1 file changed, 14 insertions(+)
  create mode 100644 
configs/processor-sdk/processor-sdk-08.00.00.21-config.txt


diff --git 
a/configs/processor-sdk/processor-sdk-08.00.00.21-config.txt 
b/configs/processor-sdk/processor-sdk-08.00.00.21-config.txt

new file mode 100644
index 000..78a921c
--- /dev/null
+++ b/configs/processor-sdk/processor-sdk-08.00.00.21-config.txt
@@ -0,0 +1,14 @@
+# This file takes repo entries in the format
+# repo name,repo uri,repo branch,repo 
commit[,layers=layer1:layer2...:layern]

+
+bitbake,git://git.openembedded.org/bitbake,1.46,0e0af15b84e07e6763300dcd092b980086b9b9c4 

+meta-processor-sdk,git://git.ti.com/processor-sdk/meta-processor-sdk.git,dunfell,ea2e8505fdf9948c0e2881af9dacb07e801c9037,layers= 

+meta-arago,git://git.yoctoproject.org/meta-arago,dunfell,08.00.00.004,layers=meta-arago-distro:meta-arago-extras 

+meta-qt5,git://github.com/meta-qt5/meta-qt5.git,dunfell,b4d24d70aca75791902df5cd59a4f4a54aa4a125,layers= 

+meta-virtualization,git://git.yoctoproject.org/meta-virtualization,dunfell,4d6216a04c2ebe04bf02392c02d9589d35ebf3b4,layers= 

+meta-openembedded,git://git.openembedded.org/meta-openembedded,dunfell,7bd47ef6c98323c95a9e527129dca98c9a65ee08,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems 


+meta-ti,git://git.yoctoproject.org/meta-ti,dunfell,08.00.00.004,layers=
+meta-arm,git://git.yoctoproject.org/meta-arm,dunfell,c4f04f3fb66f8f4365b08b553af8206372e90a63,layers=meta-arm:meta-arm-toolchain 

+oe-core,git://git.openembedded.org/openembedded-core,dunfell,9b83aefa9c4a21d9dc1eea4a6b00af379466a288,layers=meta 


+OECORELAYERCONF=./sample-files/bblayers.conf.sample
+OECORELOCALCONF=./sample-files/local-arago64.conf.sample


___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago