[meta-arago] [tisdk-build-scripts PATCH] config-build-env: Fix missing space

2021-07-21 Thread Nishanth Menon
Fix the missing space in the "if" statement else giturl is never updated. This generates: ./lib/oesdk/config-build-env: line 53: [: missing `]' Signed-off-by: Nishanth Menon --- lib/oesdk/config-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oe

Re: [meta-arago] [tisdk-build-scripts PATCH 5/5] config-build-env: Switch arago-project git repo to ti git repo

2021-07-13 Thread Nishanth Menon
On 23:32-20210712, Denys Dmytriyenko wrote: > On Fri, Jul 09, 2021 at 01:04:01PM -0500, Nishanth Menon wrote: > > Arago-project is on the way down, so flip over to git.ti.com repo > > > > Signed-off-by: Nishanth Menon > > --- > > lib/oesdk/config-build-

Re: [meta-arago] [tisdk-build-scripts PATCH 4/5] config-build-env: Make sure that the git url points correctly

2021-07-10 Thread Nishanth Menon
On 13:04-20210709, Nishanth Menon wrote: > Make sure that the build scripts git url points to the correct location. > > Signed-off-by: Nishanth Menon > --- > lib/oesdk/config-build-env | 8 > 1 file changed, 8 insertions(+) > > diff --git a/lib/oesdk/conf

[meta-arago] [tisdk-build-scripts PATCH 2/5] config-build-env: Lets make sure we are really in a build folder

2021-07-09 Thread Nishanth Menon
Lets make sure that we are really in a build folder if for some reason we end up at a top layer script issue and we mess up the build machine. Signed-off-by: Nishanth Menon --- lib/oesdk/config-build-env | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/oesdk/config-build-env b/lib

[meta-arago] [tisdk-build-scripts PATCH 1/5] config-build-env: Move the oe-layer-setup to a variable

2021-07-09 Thread Nishanth Menon
Lets first start preparing for cleanup by moving the git url to a variable. Signed-off-by: Nishanth Menon --- lib/oesdk/config-build-env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/oesdk/config-build-env b/lib/oesdk/config-build-env index 8bbd0df28c63

[meta-arago] [tisdk-build-scripts PATCH 0/5] config-build-env: Switch to arago-project git

2021-07-09 Thread Nishanth Menon
location of oe-layer-setup Nishanth Menon (5): config-build-env: Move the oe-layer-setup to a variable config-build-env: Lets make sure we are really in a build folder config-build-env: Refactor to cleanup messed up build folder config-build-env: Make sure that the git url points correctly

[meta-arago] [tisdk-build-scripts PATCH 5/5] config-build-env: Switch arago-project git repo to ti git repo

2021-07-09 Thread Nishanth Menon
Arago-project is on the way down, so flip over to git.ti.com repo Signed-off-by: Nishanth Menon --- lib/oesdk/config-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oesdk/config-build-env b/lib/oesdk/config-build-env index cdfa6830eb51..2514acbe6b38 100644

[meta-arago] [tisdk-build-scripts PATCH 3/5] config-build-env: Refactor to cleanup messed up build folder

2021-07-09 Thread Nishanth Menon
. It is not clear what specifically is going on in the sequence, but lets add some diagnostics on if any errant processes are sticking around in the previous process (VM cleanup etc) that prevented a proper system cleanup. Signed-off-by: Nishanth Menon --- lib/oesdk/config-build-env | 27

[meta-arago] [tisdk-build-scripts PATCH 4/5] config-build-env: Make sure that the git url points correctly

2021-07-09 Thread Nishanth Menon
Make sure that the build scripts git url points to the correct location. Signed-off-by: Nishanth Menon --- lib/oesdk/config-build-env | 8 1 file changed, 8 insertions(+) diff --git a/lib/oesdk/config-build-env b/lib/oesdk/config-build-env index 885fbcfb50d9..cdfa6830eb51 100644

[meta-arago] [tisdk-build-scripts PATCH] generate-report: Switch arago-project git repo to ti git repo

2021-07-09 Thread Nishanth Menon
Arago-project is on the way down, so flip over to git.ti.com repo Signed-off-by: Nishanth Menon --- lib/oesdk/generate-report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oesdk/generate-report b/lib/oesdk/generate-report index 84fffb4127b9..86813ae0cfd8 100644

Re: [meta-arago] [tisdk-setup-scripts] [master] [PATCH-V3 3/3] create-sdcard.sh: Stop using cylinder as unit for partition size

2021-07-07 Thread Nishanth Menon
k $DRIVE > +n > +p > +1 > + > ++75M same ^^ ? > +n > +p > +2 > + > + > +t > +1 > +c > +a > +1 > +w > +END > > cat << EOM > > -- > 2.19.1.windows.1 > > ___ > meta-arago mai

[meta-arago] [oe-layersetup PATCH V2 0/3] Lets start sunsetting arago-project.org

2021-06-23 Thread Nishanth Menon
note that we will migrate the mailing list to yoctoproject.org once the infrastructural pieces are in place. Nishanth Menon (3): sample-files: Add a URL redirection gitconfig sample file configs: Get rid of ancient tracking configs configs: arago*.txt: Revise meta-arago repo towards

[meta-arago] [oe-layersetup PATCH V2 2/3] configs: Get rid of ancient tracking configs

2021-06-23 Thread Nishanth Menon
such a configuration, they always have the option of picking it from git history. While at this, drop the un-maintained latest-all-head-config which is redundant since we have master tracking config as well. Suggested-by: Denys Dmytriyenko Signed-off-by: Nishanth Menon --- V2: New patch configs/arago

[meta-arago] [oe-layersetup PATCH V2 3/3] configs: arago*.txt: Revise meta-arago repo towards yoctoproject.org primary

2021-06-23 Thread Nishanth Menon
locations Signed-off-by: Nishanth Menon --- Changes since V1: * Patch is now trimmed to just the relevant arago configurations * Updated $subject to be more arago focussed. V1: http://arago-project.org/pipermail/meta-arago/2021-June/013225.html configs/arago-dunfell-config.txt | 2 +- configs

[meta-arago] [oe-layersetup PATCH V2 1/3] sample-files: Add a URL redirection gitconfig sample file

2021-06-23 Thread Nishanth Menon
As we move git repositories over to newer locations, there is a definite need to redirect older url usage to newer locations. Lets start with a basic configuration for the core repositories. Reviewed-by: Denys Dmytriyenko Signed-off-by: Nishanth Menon --- Changes since V1: * picked up Reviewed

Re: [meta-arago] [oe-layersetup PATCH 2/3] configs: Redirect older meta-ti to yoctoproject primary repo

2021-06-23 Thread Nishanth Menon
nt active supported releases (dunfell and above as they appear). Git already has history if need be. For folks on specific releases, the release configs are already available. Will respin.. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1

Re: [meta-arago] [tisdk-setup-scripts] [master] [PATCH-V2 2/3] create-sdcard: Fix wrong rootfs tarball selection

2021-06-23 Thread Nishanth Menon
selection: '$TARNUMBER'. Please use values from 1 to $COUNT" done > + done > FOUNDTARFILENAME=`ls --sort=size $ROOTFILEPARTH | grep "image" > | grep 'tar.xz' | grep -n '' | grep "${TARNUMBER}:" | cut -c3- | awk > {'print$1'}` &g

Re: [meta-arago] [tisdk-setup-scripts] [master] [PATCH-V2 1/3] create-sdcard.sh: fix regex used for rootfs tarball

2021-06-23 Thread Nishanth Menon
t; > | grep 'tar.xz' | grep -n '' | grep "${TARNUMBER}:" | cut -c3- | awk > {'print$1'}` > ROOTFSTAR=$FOUNDTARFILENAME > > else > - ROOTFSTAR=`ls $ROOTFILEPARTH | grep "tisdk.*rootfs" | grep &

[meta-arago] [oe-layersetup PATCH 1/3] sample-files: Add a URL redirection gitconfig sample file

2021-06-23 Thread Nishanth Menon
As we move git repositories over to newer locations, there is a definite need to redirect older url usage to newer locations. Lets start with a basic configuration for the core repositories. Signed-off-by: Nishanth Menon --- sample-files/gitconfig.sample | 16 1 file changed

[meta-arago] [oe-layersetup PATCH 3/3] configs: *.txt: Revise meta-arago repo towards yoctoproject.org primary

2021-06-23 Thread Nishanth Menon
locations Signed-off-by: Nishanth Menon --- configs/arago-daisy-config.txt| 2 +- configs/arago-danny-config.txt| 2 +- configs/arago-denzil-config.txt | 2 +- configs/arago-dora-config.txt | 2 +- configs/arago-dunfell-config.txt | 2 +- configs/arago-dunfell-next

[meta-arago] [oe-layersetup PATCH 0/2] Lets start sunsetting arago-project.org

2021-06-23 Thread Nishanth Menon
to yoctoproject.org once the infrastructural pieces are in place. Nishanth Menon (3): sample-files: Add a URL redirection gitconfig sample file configs: Redirect older meta-ti to yoctoproject primary repo configs: *.txt: Revise meta-arago repo towards yoctoproject.org primary configs/arago

[meta-arago] [oe-layersetup PATCH 2/3] configs: Redirect older meta-ti to yoctoproject primary repo

2021-06-23 Thread Nishanth Menon
Redirect the older meta-ti references from arago-project to yoctoproject primary repository. Signed-off-by: Nishanth Menon --- configs/arago-daisy-config.txt | 2 +- configs/arago-danny-config.txt | 2 +- configs/arago-denzil-config.txt| 2 +- configs/arago-dora-config.txt | 2

Re: [meta-arago] [meta-arago PATCH] tisdk-core-bundle: Install sysfw.itb in the prebuilt-images directory

2021-06-08 Thread Nishanth Menon
On 19:14-20210608, Nikhil Devshatwar wrote: > On 16:23-20210607, Nishanth Menon wrote: > > On 14:26-20210603, Vignesh Raghavendra wrote: > > > +praneeth > > > > > > On 6/3/21 8:50 AM, Aparna M wrote: > > > > Install the sysfw.itb file in the pre

Re: [meta-arago] [meta-arago PATCH] tisdk-core-bundle: Install sysfw.itb in the prebuilt-images directory

2021-06-07 Thread Nishanth Menon
ady part of > tiboot3.bin in case of am64x? NAK. We are using multi-certificate for am64x. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D ___ meta-arago mailing list meta-

Re: [meta-arago] [master PATCH 0/3] create-sdcard: Fix rootfs tarball search and selection

2021-06-07 Thread Nishanth Menon
--- > 1 file changed, 58 insertions(+), 17 deletions(-) > > -- > 2.19.1.windows.1 > > ___ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-ara

Re: [meta-arago] [dunfell/master][PATCH] linuxptp: update bbappend against latest upstream

2021-05-25 Thread Nishanth Menon
gt; 2.17.1 > Nitpicking on $subject.. http://arago-project.org/git/meta-arago.git?p=meta-arago.git;a=blobdiff;f=meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%25.bbappend;h=e4fb109a5b1dcc16e52aec24c61386fde1e871df;hp=b0552aaf41528735a697946f60a432378d6c5cb8;hb=dc1101ed36094749219285378a73f660255e3cbd;hpb

Re: [meta-arago] [dunfell/master][PATCH] packagegroups: arago-tisdk-addons: Add packages to allow building on target

2021-05-24 Thread Nishanth Menon
" \ > +pru-icss \ > +cmake \ > +libyaml \ > +python3-pyyaml \ > +boost \ > +ninja \ > +" > UTILS_append_j7-hs-evm = " pru-icss" > > UTILS_append_omapl138 = " ti-ipc-rtos-fw" Should'nt we go the

Re: [meta-arago] [PATCH] v4l2 H264 encoder plugin changes

2021-05-19 Thread Nishanth Menon
freedesktop.org/gstreamer/gst-plugins-good/-/commits/master/sys/v4l2/gstv4l2h264enc.c should give an idea of what the subject line, commit message style and code style should be. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693

Re: [meta-arago] [PATCH] v4l2 H264 encoder plugin changes

2021-05-19 Thread Nishanth Menon
t:{ > + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); > +}break; > + } If this is a kernel patch, please don't post it in public kernel list with ti.com ID - this is wrong in so many kernel coding style ways. [...] -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)

[meta-arago] [dunfell PATCH] cryptodev-module: Backport a patch to fix build failure with kernel v5.11

2021-04-27 Thread Nishanth Menon
); |^~ |ksys_chown OE Core does'nt plan on fixing dunfell branch up for newer kernel, and oe master already is on 1.12 cryptodev with the fixes already in place. Signed-off-by: Nishanth Menon --- oe master is already at 1.12 release which has this fix incorporated, so this should NOT be applied on meta

Re: [meta-arago] [dunfell/master][PATCH 6/7] ti-test: disable cmem, omapdrmtest, ti-ipc, llds for mainline brand

2021-04-01 Thread Nishanth Menon
ramdisk system and 2G DDR - such as those on am64, kinda hard to get the full package group in.. might be something for us to chew on later on, I guess.. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5

Re: [meta-arago] [dunfell/master][PATCH 1/7] make-mod-scripts: pass CROSS_COMPILE to configure and build

2021-04-01 Thread Nishanth Menon
@@ > +EXTRA_OEMAKE += "CROSS_COMPILE=${TARGET_PREFIX}" > -- > 2.7.4 > Aaah, thanks.. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D ___ meta-arago mailing list meta-arago@arago-project.org http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Re: [meta-arago] [dunfell/master][PATCH 2/7] branding-mainline: remove gpu machine feature

2021-04-01 Thread Nishanth Menon
sting to be a little more robust... minimal drm tests are'nt playing too nicely with our test frameworks.. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D ___ meta-arago mailing list meta-arago@arago-project.org http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

[meta-arago] [dunfell/master][PATCH] omapconf: Bump to v1.75 release

2021-03-26 Thread Nishanth Menon
Lets move to v1.75.. finally.. Signed-off-by: Nishanth Menon --- meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb b/meta-arago-extras/recipes-devtools

[meta-arago] [master][PATCH] layer.conf: Add hardknott to compatible release branches

2021-03-23 Thread Nishanth Menon
This follows commit cfe3f78 ("layer.conf: add hardknott to compatible release branches") from meta-ti. While we are at it, remove old releases before dunfell as we no longer support the build of such configurations. Signed-off-by: Nishanth Menon --- WARNING: there is a bunch of

Re: [meta-arago] [tisdk-build-scripts][PATCH] configs/farm: update local mirror address

2021-03-18 Thread Nishanth Menon
On 12:15-20210318, Denys Dmytriyenko wrote: > Only update active configs for dunfell and master. > Gee, thanks. Acked-by: Nishanth Menon -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 173

Re: [meta-arago] [dunfell/master][PATCH] opencv: drop deprecated bbappend for DSP-offloading

2021-03-16 Thread Nishanth Menon
cv/tiopencv/log/?h=tiopencvrelease_3.1 Thanks. Acked-by: Nishanth Menon Also tested to confirm this gets rid of the following: WARNING: No recipes available for: /workdir/pub-sdk/oe-layersetup/sources/meta-arago/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend > > Signed-o

Re: [meta-arago] [oe-layersetup][PATCH 0/2] arago-dunfell/dunfell-next: Move to

2021-03-16 Thread Nishanth Menon
On 12:08-20210316, Nishanth Menon wrote: I have no idea what ate up my $subject -> I intended to add "Move to dunfell/dunfell-tip from upstream. > > This brings arago-config and arago-next-config both in sync with latest > dunfell and dunfell-next tips appropriately. > >

[meta-arago] [oe-layersetup][PATCH 2/2] Revert "arago-dunfell: Pin all layers to last known good build SHA"

2021-03-16 Thread Nishanth Menon
This reverts commit 3e3b838e5cee047251fa97842509de70d1d5b42f. Now that we dont have an issue with upstream dunfell, switch to bleeding edge of dunfell Signed-off-by: Nishanth Menon --- configs/arago-dunfell-config.txt | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[meta-arago] [oe-layersetup][PATCH 0/2] arago-dunfell/dunfell-next: Move to

2021-03-16 Thread Nishanth Menon
appropriately. This series obviously will need to be followed up at an appropriate time with a stable commit sha patch to pin things up. Nishanth Menon (2): Revert "arago-dunfell-next: Temporarily redirect meta-openembedded" Revert "arago-dunfell: Pin all layers to last known

[meta-arago] [oe-layersetup][PATCH 1/2] Revert "arago-dunfell-next: Temporarily redirect meta-openembedded"

2021-03-16 Thread Nishanth Menon
This reverts commit 99f72a0bd64e3f7e0d395a0bb5c26017d745a185. MariaDB issue has been resolved in upstream, no need to use a TI private repository for build. Signed-off-by: Nishanth Menon --- configs/arago-dunfell-next-config.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

Re: [meta-arago] [master/dunfell PATCH] ltp-ddt: Update to latest

2021-03-12 Thread Nishanth Menon
___ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D ___ meta-arago mailing list meta-arago@arago-project.org http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Re: [meta-arago] [PATCH dunfell] cryptodev: Move to 1.12 revision

2021-03-04 Thread Nishanth Menon
On 21:26-20210304, Denys Dmytriyenko wrote: > On Thu, Mar 04, 2021 at 07:24:11PM -0600, Nishanth Menon wrote: > > On 19:58-20210304, Denys Dmytriyenko wrote: > > > On Thu, Mar 04, 2021 at 05:14:34PM -0600, Nishanth Menon wrote: > > > > Thank you, actually you br

Re: [meta-arago] [PATCH dunfell] cryptodev: Move to 1.12 revision

2021-03-04 Thread Nishanth Menon
On 19:58-20210304, Denys Dmytriyenko wrote: > On Thu, Mar 04, 2021 at 05:14:34PM -0600, Nishanth Menon wrote: > > On 14:48-20210304, Denys Dmytriyenko wrote: > > > BTW, you'd need to ensure updating cryptodev from 1.10 to 1.12 does not > > > affect > > > curr

Re: [meta-arago] [PATCH dunfell] cryptodev: Move to 1.12 revision

2021-03-04 Thread Nishanth Menon
On 13:48-20210304, Denys Dmytriyenko wrote: > On Thu, Mar 04, 2021 at 12:52:00AM -0600, Nishanth Menon wrote: > > Cryptodev out of kernel module and suite has yet another set of [...] > > +PR_append = ".arago0" > > Same. Thanks.. Subject to our thread contin

Re: [meta-arago] [PATCH dunfell] cryptodev: Move to 1.12 revision

2021-03-04 Thread Nishanth Menon
nts having to deal with challenges we are trying to flush out by testing the bleeding edge of kernel - and I'd like to make sure TI ecosystem is able to leverage/contribute as well (an internal fork will not be that useful).. Any thoughts? -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F

[meta-arago] [PATCH dunfell] cryptodev: Move to 1.12 revision

2021-03-04 Thread Nishanth Menon
tch to a newer version with richer set of fixups Attempting to switch to 1.12 version with minimal changes as a better option to get a wider swath of kernel compatibility. Signed-off-by: Nishanth Menon --- DISCLAIMER: This is probably a dumb way of switching to 1.12.. open to suggestions. N