Re: [meta-ti] [PATCH] ti-img-rogue-umlibs: use image path to avoid local path expansion

2023-06-28 Thread Ricardo Salveti
On Wed, Jun 28, 2023 at 10:48 PM Randolph Sapp wrote: > > On 6/28/23 20:21, Ricardo Salveti wrote: > > Provide a package file list based on the image path to avoid it later be > > expanded by using the host system path. > > > > Fixes a package QA error when file

[meta-ti] [PATCH] ti-img-rogue-umlibs: use image path to avoid local path expansion

2023-06-28 Thread Ricardo Salveti
Provide a package file list based on the image path to avoid it later be expanded by using the host system path. Fixes a package QA error when files named similarly are provided by the host system (e.g. /usr/bin/oclock is a match for /usr/bin/ocl*). Signed-off-by: Ricardo Salveti --- .../ti

Re: [meta-ti][master/kirkstone][PATCH] conf: machine: include: k3 enable fit signing for uboot

2023-06-14 Thread Ricardo Salveti
ME ?= "custMpk" > +UBOOT_SIGN_KEYDIR ?= "${TI_SECURE_DEV_PKG}/keys" Did you verify that this won't cause a build failure when the key is not available at runtime (e.g. users not defining TI_SECURE_DEV_PKG)? Just because UBOOT_SIGN_ENABLE is being forced to 1. Tha

Re: [meta-ti] [kirkstone][PATCH v2] meta-ti-bsp: Add recipe for u-boot-ti-jailhouse and linux-ti-jailhouse

2023-06-06 Thread Ricardo Salveti
On Tue, Jun 6, 2023 at 8:59 AM Paresh Bhagat wrote: > > Hi, > > On 06/06/23 03:29, Ricardo Salveti wrote: > > On Mon, Jun 5, 2023 at 5:25 PM Ryan Eatmon via lists.yoctoproject.org > > wrote: > >> On 6/5/2023 8:30 AM, Ryan Eatmon via lists.yoctoproject.org wrote:

Re: [meta-ti] [kirkstone][PATCH v2] meta-ti-bsp: Add recipe for u-boot-ti-jailhouse and linux-ti-jailhouse

2023-06-05 Thread Ricardo Salveti
enabled, which will force them to use this extra layer which might not necessarily be aligned with the main bsp revision used (e.g. kernel and u-boot), causing maintenance issues for product builders. Maybe in this case it is just better to have the patches available in the layer and enabled dyn

Re: [meta-ti] [kirkstone][PATCH] meta-ti-bsp: Add recipe for u-boot-ti-jailhouse and linux-ti-jailhouse

2023-06-05 Thread Ricardo Salveti
On Mon, Jun 5, 2023 at 8:22 AM Paresh Bhagat wrote: > > Hi, > > On 02/06/23 22:45, Ricardo Salveti wrote: > > On Fri, Jun 2, 2023 at 6:29 AM Paresh Bhagat via > > lists.yoctoproject.org wrote: > >> Add a recipe for u-boot-ti-jailhouse and linux-ti-jailhouse

Re: [meta-ti] [kirkstone][PATCH] meta-ti-bsp: Add recipe for u-boot-ti-jailhouse and linux-ti-jailhouse

2023-06-02 Thread Ricardo Salveti
one patch? -- Ricardo Salveti -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16659): https://lists.yoctoproject.org/g/meta-ti/message/16659 Mute This Topic: https://lists.yoctoproject.org/mt/99282915/21656 Group Owner: meta-ti+ow...@lists.yoctopr

Re: [meta-ti][master/kirkstone][RFC PATCH] conf: machine: include: k3 enable fit signing for uboot

2023-05-11 Thread Ricardo Salveti
uot;uboot_signing_dev_key" > > +UBOOT_SIGN_KEYDIR = "${DEPLOY_DIR_IMAGE}/u-boot-keys" > > How are the keys get into there? Are there extra docs/instructions? FIT_GENERATE_KEYS set to 1 forces the key to be automatically generated by openembedded-core/meta/classes/uboot-

Re: [meta-ti][master/kirkstone][RFC PATCH] conf: machine: include: k3 enable fit signing for uboot

2023-05-11 Thread Ricardo Salveti
GN_ENABLE = "1" > +UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb" > +UBOOT_SIGN_KEYNAME = "uboot_signing_dev_key" > +UBOOT_SIGN_KEYDIR = "${DEPLOY_DIR_IMAGE}/u-boot-keys" > +FIT_GENERATE_KEYS = "1" I think it is better to make this decision a bit more flexible by

Re: [meta-ti] [kirkstone][PATCH] Add recipe and patches for jailhouse support for am62xx

2023-04-25 Thread Ricardo Salveti
gt; > +SRC_URI = " \ > > +git://github.com/siemens/jailhouse.git;protocol=https;branch=${BRANCH} > > \ > > +file://0001-configs-arm64-k3-am625-sk-Add-crypto-memory-region.patch \ > > +file://0002-configs-arm64-k3-am625-sk-Switch-inmate-boot-console.pa

Re: [meta-ti][master/kirkstone][PATCH] bsp: multiconfig: k3r5: allow customization by donwstream layers

2023-01-30 Thread Ricardo Salveti
is related with spdx and rm_work > https://lists.openembedded.org/g/openembedded-core/message/174276 > > With this patch I can set a new TMPDIR folder for each machine and > can build successfully. If you don't have spdx enabled then these sort of issues happen less often, but after th