Re: [yocto] read-only-rootfs and opkg

2024-09-18 Thread Alex Stewart
ns on first-boot and moves the sstate information to /data-os. Sorry if my emails are strangely formatted by the way. I'm in a weird temporary email setup. --- Alex Stewart Software Engineer. PR&D Security, RTOS. T&M, Emerson Electric Corp. (NI) __

Re: [yocto] read-only-rootfs and opkg

2024-09-17 Thread Alex Stewart
nit__.py#n111 [2] https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-metadata.html?highlight=operators#setting-a-weak-default-value --- Alex Stewart Software Engineer. PR&D Security, RTOS. T&M, Emerson Electric Corp. (NI) From: yocto@

Re: [yocto] [Openembedded-architecture] Security processes: YP needs

2023-09-13 Thread Alex Stewart
nd a track of excellent security record. * Becoming a CNA (be able to assign CVEs) Needed if we want to assign CVEs to the software of the YP, like autobuilder, Toaster etc. I'm also interested in this, as the maintainer of our opkg fork. So far, I haven't had to respond to a CVE aga

Re: [yocto] [opkg-utils PATCH V2] opkg-feed: Fix adding feeds with same name as architecture

2023-05-24 Thread Alex Stewart
f unquoted - sourceTypePattern='("([^"]*)"|(\S+))\s+'; + sourceTypePattern='("([^"](src|dist)(/gz)?)"|(src|dist)(/gz)?)\s+'; # Feed name capture groups (4, 5, 6) # 4 = full feed name with any quotes -- Alex Stewart

Re: [yocto] [opkg-utils PATCH V2] opkg-feed: Fix adding feeds with same name as architecture

2023-05-22 Thread Alex Stewart
ePattern='("([^"](src|dist)(/gz)?)"|(src|dist)(/gz)?)\s+'; # Feed name capture groups (4, 5, 6) # 4 = full feed name with any quotes -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-

Re: [yocto] [opkg-devel] [opkg-utils PATCH] CONTRIBUTING: fix yocto ML link

2021-03-01 Thread Alex Stewart
Merged 1 commit to opkg-utils:master. 18f7bfca3ac6f5c4502ce05de6e5e4fa5360e759 Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52525

Re: [yocto] [opkg-devel] [opkg-utils PATCH] opkg-build: make sure destination dir exists

2021-03-01 Thread Alex Stewart
Merged 1 commit to opkg-utils:master. 53ab66853e073f54ef43d3045b38ed0303da72a4 Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52524

Re: [yocto] [opkg-devel] [opkg-utils PATCH] CONTRIBUTING: fix yocto ML link

2021-02-25 Thread Alex Stewart
Thanks for catching that and putting in a fix! ACK from me. -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52486): https://lists.yoctoproject.org

Re: [yocto] [opkg-devel] [opkg-utils PATCH] opkg-build: make sure destination dir exists

2021-02-25 Thread Alex Stewart
Looks good to me. I'll pull tomorrow if there are no objections. Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52485):

Re: [yocto] [opkg-devel] [opkg-utils PATCH v2] Makefile: separate manpages and utils install

2021-02-23 Thread Alex Stewart
Merged 1 commit to opkg-utils:master. 74ccbee0f798822041dba5c6564df62a0c60d86b Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52465

Re: [yocto] [opkg-devel] [opkg-utils PATCH v2] Makefile: separate manpages and utils install

2021-02-22 Thread Alex Stewart
Hey Ryan, This looks good to me. I'll merge this patch tomorrow, if there are no objections. Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/

[yocto] [opkg-utils PATCH] Makefile: add opkg-feed to UTILS

2020-02-17 Thread Alex Stewart
* Add the opkg-feed script to UTILS so that it is installed with a `make install`. * Clean up the UTILS variable declaration to be a little more diffable. Signed-off-by: Alex Stewart --- Makefile | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Makefile