Re: [OE-core] [PATCH] uboot-sign: support to load optee-os and TFA images

2024-01-17 Thread Tom Rini
On Thu, Jan 18, 2024 at 02:19:09AM +, Jamin Lin wrote: > > -Original Message- > > From: Tom Rini > > Sent: Wednesday, January 17, 2024 10:37 PM > > To: Jamin Lin > > Cc: openembedded-core@lists.openembedded.org > > Subject: Re: [PATCH] uboot-si

Re: [OE-core] [PATCH] uboot-sign: support to load optee-os and TFA images

2024-01-17 Thread Tom Rini
On Tue, Jan 16, 2024 at 07:37:04PM -0800, Jamin Lin wrote: > Hi Alexander, > > One more thing, So far, bitman only support hash 256. What hashing algorithm would you like to be using instead? We can always include more and better options with configuration as needed. -- Tom

[OE-core] [PATCH] inetutils: Update to the 2.5 release

2024-01-03 Thread Tom Rini
The update from 2.4 to 2.5 was almost something AUH could take care of. However, we had backported two patches to address CVE-2023-40303 and that threw off AUH. These changes are confirmed to be in 2.5, so drop them and update to 2.5. Signed-off-by: Tom Rini --- ...tpd-rcp-rlogin-rsh-rshd-uucpd

Re: [OE-core] [PATCH 1/2] u-boot: Switch to nobranch=1

2023-07-16 Thread Tom Rini
On Sun, Jul 16, 2023 at 07:19:56PM +0200, Alexander Kanavin wrote: > On Sun, 16 Jul 2023 at 17:03, Tom Rini wrote: > > Does bitbake have any infrastructure atm for dealing with signed tags? > > I'm fine with (for now, as LTS is a hope not a feature) keeping the >

Re: [OE-core] [PATCH 1/2] u-boot: Switch to nobranch=1

2023-07-16 Thread Tom Rini
On Sun, Jul 16, 2023 at 08:12:42AM +0300, Alexander Kanavin wrote: > On Sun 16. Jul 2023 at 4.01, Marek Vasut wrote: > > > This protection is really weak, this check fails on every single > > possibly bogus commit which is already on any random branch, so what is > > the gain here really ? > >

Re: [OE-core] [PATCH 1/2] u-boot: Switch to nobranch=1

2023-07-14 Thread Tom Rini
On Fri, Jul 14, 2023 at 07:53:03PM +0200, Alexander Kanavin wrote: > It's not in master branch, but it is in a branch, so please do not use > nobranch, and just adjust the branch parameter together with the > version update: >

Re: [OE-core] [dunfell][PATCHv2] u-boot: fix CVE-2022-34835

2022-08-31 Thread Tom Rini
On Tue, Aug 30, 2022 at 09:00:39PM +0200, Minjae Kim wrote: > i2c: fix stack buffer overflow vulnerability in i2c md command > > CVE: CVE-2022-34835 > > Signed-off-by:Minjae Kim While this is the full backport of the fix for the issue, at this point we now also have:

Re: [OE-core] [PATCH] qemux86-64: Allow higher tunes

2022-08-11 Thread Tom Rini
On Thu, Aug 11, 2022 at 05:51:52PM +0200, Alexander Kanavin wrote: > This is less useful than it may seem, and merely moves the supported > CPU from circa-2006 core 2 to circa-2008 core i7. You won't get AVX or > anything newer, which requires adding these instructions to qemu > usermode (a

[OE-core] [PATCH] qemux86-64: Allow higher tunes

2022-08-11 Thread Tom Rini
e same now for qemux86-64. Cc: Joshua Watt Cc: Richard Purdie Signed-off-by: Tom Rini --- meta/conf/machine/qemux86-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 901353499c81..864086791179 100644

Re: [OE-core] [dunfell][PATCH] u-boot: fix CVE-2022-34835

2022-08-02 Thread Tom Rini
On Tue, Aug 02, 2022 at 07:17:23AM -1000, Steve Sakoman wrote: > On Mon, Aug 1, 2022 at 8:04 AM Tom Rini wrote: > > > > On Sun, Jul 31, 2022 at 01:01:27PM +0200, Minjae Kim wrote: > > > > > i2c: fix stack buffer overflow vulnerability in i2c md command &

Re: [OE-core] [dunfell][PATCH] u-boot: fix CVE-2022-34835

2022-08-01 Thread Tom Rini
On Sun, Jul 31, 2022 at 01:01:27PM +0200, Minjae Kim wrote: > i2c: fix stack buffer overflow vulnerability in i2c md command > > CVE: CVE-2022-34835 > > Signed-off-by:Minjae Kim Reviewed-by: Tom Rini -- Tom -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to t

Re: [OE-core] [PATCH] vim: put xxd in its own package

2022-06-08 Thread Tom Rini
ociated data. > > For backwards compatibility, add an RDEPENDS from the main package to > the new vim-xxd package. > > Signed-off-by: Rasmus Villemoes Reviewed-by: Tom Rini -- Tom -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Rep

Re: [OE-core] [AUH] u-boot-tools: upgrading to 2022.04 FAILED

2022-05-16 Thread Tom Rini
On Mon, May 16, 2022 at 04:43:47PM +0200, Alexander Kanavin wrote: > On Sun, 15 May 2022 at 19:15, Auto Upgrade Helper > wrote: > > do_compile failed > > The u-boot update is held by > https://source.denx.de/u-boot/u-boot/-/issues/12 > > Please address :) I've followed up in the issue

Re: [OE-core] [PATCH] wic: Add extra-space argument

2021-09-02 Thread Tom Rini
On Thu, Sep 02, 2021 at 03:19:21PM +0200, Kristian Klausen via lists.openembedded.org wrote: > This allows extra space to be added after the last partition and is > especially useful when free space is needed for ex: adding partitions on > first boot with ex: systemd-repart[1] and the image is

Re: [OE-core] [PATCH] libubootenv: Disable for ppc/ppc64 qemu machines

2021-07-22 Thread Tom Rini
On Thu, Jul 22, 2021 at 05:02:16PM -0700, Khem Raj wrote: > On Thu, Jul 22, 2021 at 12:49 PM Tom Rini wrote: > > > On Thu, Jul 22, 2021 at 12:34:47PM -0700, Khem Raj wrote: > > > > > ping^2 > > > > > > Is there any issue with this patch ? If

Re: [OE-core] [PATCH] libubootenv: Disable for ppc/ppc64 qemu machines

2021-07-22 Thread Tom Rini
On Thu, Jul 22, 2021 at 12:34:47PM -0700, Khem Raj wrote: > ping^2 > > Is there any issue with this patch ? If so please let me know Note that qemu-ppce500_defconfig would be a good target to use for ppc for U-Boot, but not ppc64 and wouldn't cover the mac99 machine type OE uses anyhow. --

Re: [OE-core] [PATCH] u-boot_2021.07: incompatible with qemumips and qemumips64

2021-07-22 Thread Tom Rini
On Thu, Jul 22, 2021 at 01:46:57PM +0100, Richard Purdie wrote: > On Thu, 2021-07-22 at 17:49 +0800, kai wrote: > > From: Kai Kang > > > > u-boot 2021.07 is not compatible with qemumips and qemumips64: > > > > > *** Can't find default configuration > > >

Re: [OE-core] how to cleanly centralize a zillion BBCLASSEXTEND += "nativesdk" settings?

2020-03-03 Thread Tom Rini
On Tue, Mar 03, 2020 at 02:38:29PM +, Richard Purdie wrote: > On Tue, 2020-03-03 at 06:25 -0800, Tim Orling wrote: > > > > > > On Tue, Mar 3, 2020 at 4:32 AM Peter Kjellerstedt < > > peter.kjellerst...@axis.com> wrote: > > > > -Original Message- > > > > From:

Re: [OE-core] [PATCH] vim: update from 8.1.1518 to 8.2.0110

2020-01-16 Thread Tom Rini
On Tue, Jan 14, 2020 at 11:18:44PM +0100, Alexander Kanavin wrote: > On Tue, 14 Jan 2020 at 21:10, Randy MacLeod > wrote: > > > Oleg is getting started using Yocto so I'll reply on his behalf since > > I asked him to update vim as his first commit. > > > > I'm not sure what you mean by 8.2. Are

Re: [OE-core] [PATCH 11/28] ifupdown: update 0.8.22 -> 0.8.35

2020-01-09 Thread Tom Rini
On Thu, Jan 09, 2020 at 04:33:58PM +0100, Alexander Kanavin wrote: > On Thu, 9 Jan 2020 at 16:01, Tom Rini wrote: > > > On Thu, Jan 09, 2020 at 03:47:24PM +0100, Alexander Kanavin wrote: > > > On Thu, 9 Jan 2020 at 15:44, Tom Rini wrote: > > > > > > &g

Re: [OE-core] [PATCH 11/28] ifupdown: update 0.8.22 -> 0.8.35

2020-01-09 Thread Tom Rini
On Thu, Jan 09, 2020 at 03:47:24PM +0100, Alexander Kanavin wrote: > On Thu, 9 Jan 2020 at 15:44, Tom Rini wrote: > > > The problem here would have been caught with systemd-free and > > busybox-free being a check in lib/oeqa/selftest/cases/imagefeatures.py > > yes? >

Re: [OE-core] [PATCH 11/28] ifupdown: update 0.8.22 -> 0.8.35

2020-01-09 Thread Tom Rini
On Thu, Jan 09, 2020 at 03:36:08PM +0100, Alexander Kanavin wrote: > On Thu, 9 Jan 2020 at 14:55, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > > > > That may be but I think this is an oversight, not an intention and we > > should support busybox-free images... > > > > Right,

Re: [OE-core] [PATCH] u-boot: Update to v2020.01-rc5

2019-12-29 Thread Tom Rini
On Sun, Dec 29, 2019 at 10:18:54AM -0800, Khem Raj wrote: > On Sun, Dec 29, 2019 at 5:46 AM Tom Rini wrote: > > > > On Sun, Dec 29, 2019 at 09:23:47AM +, Richard Purdie wrote: > > > On Tue, 2019-12-24 at 14:41 -0800, Alistair Francis wrote: > > >

Re: [OE-core] [PATCH] u-boot: Update to v2020.01-rc5

2019-12-29 Thread Tom Rini
On Sun, Dec 29, 2019 at 09:23:47AM +, Richard Purdie wrote: > On Tue, 2019-12-24 at 14:41 -0800, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > > --- > > meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git

Re: [OE-core] [PATCH v2] u-boot-fw-utils: Add capability of building from out-of-tree

2019-12-06 Thread Tom Rini
On Fri, Dec 06, 2019 at 10:13:11AM +, Daisuke Yamane wrote: > This patch also helps to build with EXTERNALSRC. > > Signed-off-by: Daisuke Yamane Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature -- ___ Openembe

Re: [OE-core] OE-Core python minimum version requirement

2019-12-04 Thread Tom Rini
On Thu, Dec 05, 2019 at 01:23:24AM +0200, Adrian Bunk wrote: > On Wed, Dec 04, 2019 at 06:02:37PM -0500, Tom Rini wrote: > > On Wed, Dec 04, 2019 at 05:45:03PM +, Richard Purdie wrote: > > > > > I just enabled hashequiv's server in local mode by default in poky.

Re: [OE-core] OE-Core python minimum version requirement

2019-12-04 Thread Tom Rini
On Wed, Dec 04, 2019 at 05:45:03PM +, Richard Purdie wrote: > I just enabled hashequiv's server in local mode by default in poky. > > This causes an unintended side effect of requiring python 3.5 as the > minimum version. > > We had thought that the servers would be 'rare' and a 3.5 version

Re: [OE-core] [PATCH 01/13] python: update to 2.7.17

2019-11-20 Thread Tom Rini
On Wed, Nov 20, 2019 at 04:06:44PM +0100, Alexander Kanavin wrote: > On Wed, 20 Nov 2019 at 14:50, Tom Rini wrote: > > > Well, the release is scheduled for January 6th. I'd really like to see > > more testing in no-python2 environment. I believe the Fedora folks have &g

Re: [OE-core] [PATCH 01/13] python: update to 2.7.17

2019-11-20 Thread Tom Rini
On Wed, Nov 20, 2019 at 02:47:19PM +0100, Alexander Kanavin wrote: > On Wed, 20 Nov 2019 at 13:56, Tom Rini wrote: > > > I would _really_ like to see someone move master to using v2020.01-rc3 > > or so for U-Boot as that should not have any Python 2 dependencies left. >

Re: [OE-core] [PATCH 01/13] python: update to 2.7.17

2019-11-20 Thread Tom Rini
On Mon, Nov 18, 2019 at 02:07:49PM +0100, Alexander Kanavin wrote: > Drop backports, rebase a couple of patches. > > This is the second last release of py 2.x; upstream support ends on > 1 January 2020, there will be one final 2.x afterwards. > > Note that the only thing that still needs python

Re: [OE-core] Why do we still disable mke2fs 64bit support?

2019-10-24 Thread Tom Rini
On Mon, Oct 21, 2019 at 01:24:40PM +0300, Adrian Bunk wrote: > On Mon, Oct 21, 2019 at 11:41:49AM +0200, Marco Felsch wrote: > > Hi, > > > > during a initial system-setup script the mke2fs tools complains about > > the missing 64bit support: > > > >

Re: [OE-core] [Warrior][ 00/19] patch review

2019-06-24 Thread Tom Rini
On Sun, Jun 23, 2019 at 08:53:59PM -0700, Armin Kuster wrote: > Please review by Wednesday > > The following changes since commit 712c78984c891e6357e1b1dc414431fb6c226c49: > > gnutls: Use ca-certificates as default trust store file (2019-06-14 > 07:05:34 -0700) > > are available in the git

Re: [OE-core] [PATCH] vim: Update to 8.1.1518 to fix CVE-2019-12735

2019-06-11 Thread Tom Rini
On Tue, Jun 11, 2019 at 08:10:58PM -0400, Tom Rini wrote: > Signed-off-by: Tom Rini > --- > meta/recipes-support/vim/vim-tiny_8.1.1240.bb | 12 > meta/recipes-support/vim/vim-tiny_8.1.1518.bb | 12 > meta/recipes-support/vim/vim.inc | 2 +-

[OE-core] [PATCH] vim: Update to 8.1.1518 to fix CVE-2019-12735

2019-06-11 Thread Tom Rini
Signed-off-by: Tom Rini --- meta/recipes-support/vim/vim-tiny_8.1.1240.bb | 12 meta/recipes-support/vim/vim-tiny_8.1.1518.bb | 12 meta/recipes-support/vim/vim.inc | 2 +- meta/recipes-support/vim/vim_8.1.1240.bb | 10 -- meta/recipes-support

Re: [OE-core] [PATCH] wic/plugins: kernel image refer to KERNEL_IMAGETYPE

2019-06-11 Thread Tom Rini
d see this being useful down the line (if not now..) for UEFI images, but aarch64, so a good idea. Reviewed-by: Tom Rini -- Tom -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] wic/filemap: handle FIGETBSZ failing

2019-06-07 Thread Tom Rini
On Fri, Jun 07, 2019 at 12:05:02PM +0100, Ross Burton wrote: > Some file systems don't support fetching the block size (notably the file > system > Docker uses for containers), so handle the iotctl() failing and raise the > expected error. > > Signed-off-by: Ross Burton Rev

Re: [OE-core] [PATCH] wic/engine: include .wks.in in wic search and list

2019-06-05 Thread Tom Rini
On Wed, Jun 05, 2019 at 11:38:22PM +0800, chee.yang@intel.com wrote: > From: Chee Yang Lee > > allow wic to list and search for kickstart file in .wks.in extension. > basename show by wic list images to fully exclude extension. > > Signed-off-by: Chee Yang Lee Rev

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-30 Thread Tom Rini
: > > > > On Wed, May 29, 2019 at 06:29:20PM -0400, Tom Rini wrote: > > > > > On Thu, May 30, 2019 at 01:17:26AM +0300, Adrian Bunk wrote: > > > > > > On Wed, May 29, 2019 at 10:29:31PM +0100, > > > > > > richard.pur...@lin

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread Tom Rini
On Thu, May 30, 2019 at 01:17:26AM +0300, Adrian Bunk wrote: > On Wed, May 29, 2019 at 10:29:31PM +0100, richard.pur...@linuxfoundation.org > wrote: > > On Wed, 2019-05-29 at 17:25 -0400, Tom Rini wrote: > > > On Wed, May 29, 2019 at 09:50:22PM +0100, > > > rich

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread Tom Rini
On Wed, May 29, 2019 at 09:50:22PM +0100, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-05-29 at 13:39 -0700, akuster808 wrote: > > > > On 5/29/19 12:26 PM, richard.pur...@linuxfoundation.org wrote: > > > On Wed, 2019-05-29 at 12:21 -0700, akuster808 wrote: > > > > On 5/29/19 11:43

Re: [OE-core] [PATCH] vim: Move PACKAGECONFIG[gtkgui] from GTK 2 to GTK 3

2019-05-27 Thread Tom Rini
On Mon, May 27, 2019 at 11:39:17PM +0300, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk Reviewed-by: Tom Rini -- Tom -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listi

Re: [OE-core] [PATCH 0/4] add wic based image installer

2019-05-21 Thread Tom Rini
quot; patch > - bootimg-partition ( format in ext4 ) > so I think it would be great to keep the enhancement for bootimg-efi while > ignore the other 3 patches. > > > On 5/16/19, 8:20 PM, "Tom Rini" wrote: > > On Thu, May 16, 2019 at 11:48:02AM +, L

Re: [OE-core] [PATCH] vim: Rework things so vim adds features not vim-tiny removes

2019-05-18 Thread Tom Rini
On Sat, May 18, 2019 at 03:03:27PM -0400, Tom Rini wrote: > On Sat, May 18, 2019 at 08:57:02PM +0200, Martin Jansa wrote: > > Thanks Tom for quick update. > > > > ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" > > ALTERNATIVE_LINK_NAME[xxd] = "${b

Re: [OE-core] [PATCH] vim: Rework things so vim adds features not vim-tiny removes

2019-05-18 Thread Tom Rini
supposed to do in this scenario). Maybe > u-a bbclass automatically adds .${BPN} suffix to TARGET and renames the > installed file? I'll double check, but also toybox doesn't have anything for xxd today, so I'll add that into my build and come up with something sane for both if needed, thanks!

[OE-core] [PATCH] vim: Rework things so vim adds features not vim-tiny removes

2019-05-18 Thread Tom Rini
Now that we have a common inc file for both vim and vim-tiny move a few bits of logic out of vim.inc and in to vim_$VER.bb so that vim adds things rather than vim-tiny removes them. Suggested-by: Martin Jansa Signed-off-by: Tom Rini --- meta/recipes-support/vim/vim-tiny_8.1.1240.bb | 3

Re: [OE-core] [PATCH] vim: split the common part into vim.inc

2019-05-18 Thread Tom Rini
On Fri, May 17, 2019 at 04:34:14PM +0200, Alexander Kanavin wrote: > This is up to the recipe maintainer (Tom) to do; I only want to ensure > AUH does not choke on the recipe. What's proper etiquette here? Shall I grab, v2 and include Martin's suggestions, or follow-up and Suggested-by them?

Re: [OE-core] [PATCH 0/4] add wic based image installer

2019-05-16 Thread Tom Rini
ub-efi-bootx64.efi;EFI/BOOT/bootx64.efi \ grub-installer.cfg;EFI/BOOT/grub.cfg \ " And note that I reworked the installer for our case to write then update the real image's wic image rather than copy contents and then modify files due to other constraints (this project i

Re: [OE-core] [PATCH 0/4] add wic based image installer

2019-05-15 Thread Tom Rini
act image as it was done for a customer. > > Forwarded Message ---- > From: Tom Rini > To: chee.yang@intel.com > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 0/4] add wic based image installer > Date: W

Re: [OE-core] [PATCH v2] wic/bootimg-efi: replace hardcoded volume name with label

2019-05-15 Thread Tom Rini
ff-by: Chee Yang Lee Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 0/4] add wic based image installer

2019-05-15 Thread Tom Rini
On Wed, May 08, 2019 at 02:40:58PM +0800, chee.yang@intel.com wrote: > From: Chee Yang Lee > > Existing installable image (hddimg/ISO) has limit of 4GB size, so to build > larger installable image, we can build it in wic based image. > > 2 partition needed for installable image > - first

Re: [OE-core] [PATCH] wic/bootimg-efi: replace hardcoded volume name with label

2019-05-10 Thread Tom Rini
On Fri, May 10, 2019 at 11:00:45AM +0800, chee.yang@intel.com wrote: > From: Chee Yang Lee > > volume name should refer to --label in .wks. > Replace the hardcoded volume name with label. > Keep "efi" as default name when no lable specified. > > Signed-off-by: Chee Yang Lee > --- >

Re: [OE-core] [oe] [warrior][PATCH] README: updated Maintainers list for Warrior

2019-05-01 Thread Tom Rini
On Wed, May 01, 2019 at 10:45:03AM -0500, Joshua Watt wrote: > On Wed, 2019-05-01 at 11:27 -0400, Tom Rini wrote: > > On Wed, May 01, 2019 at 07:52:00AM -0700, Armin Kuster wrote: > > > Signed-off-by: Armin Kuster > > > --- > > > README |

[OE-core] [PATCHv2 1/2] vim: Rework to not rely on relative directories

2019-05-01 Thread Tom Rini
e to be overall more simple and regularly laid out if we use that. Signed-off-by: Tom Rini --- meta/recipes-support/vim/vim-tiny_8.1.1017.bb | 2 +- meta/recipes-support/vim/vim_8.1.1017.bb | 18 ++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/meta/rec

[OE-core] [PATCHv2 2/2] vim: Update to 8.1.1240

2019-05-01 Thread Tom Rini
and leads to the compile failing. Signed-off-by: Tom Rini --- meta/recipes-support/vim/vim-tiny_8.1.1017.bb | 15 --- meta/recipes-support/vim/vim-tiny_8.1.1240.bb | 15 +++ meta/recipes-support/vim/vim_8.1.1017.bb | 131 meta/recipes-support/vim/vim_8.1.1240.bb

[OE-core] [RFC DO NOT APPLY][PATCH 3/2] vim: Add a work-around for some locale issues

2019-04-24 Thread Tom Rini
We do not support fully / correctly the certain locales. Attempting to use these with msgfmt in order to update the ".desktop" files exposes this problem and leads to the compile failing. Signed-off-by: Tom Rini --- meta/recipes-support/vim/vim_8.1.1198.bb | 10 ++ 1 file c

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-24 Thread Tom Rini
On Wed, Apr 24, 2019 at 02:50:51PM +0100, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-04-24 at 07:29 -0400, Tom Rini wrote: > > On Wed, Apr 24, 2019 at 08:40:01AM +0100, > > richard.pur...@linuxfoundation.org wrote: > > > > > What does "locale -

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-24 Thread Tom Rini
On Tue, Apr 23, 2019 at 10:24:42PM -0700, Tim Orling wrote: > On Tue, Apr 23, 2019 at 6:17 PM Tom Rini wrote: > > > On Tue, Apr 23, 2019 at 11:22:14PM +0100, > > richard.pur...@linuxfoundation.org wrote: > > > On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > &g

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-24 Thread Tom Rini
On Wed, Apr 24, 2019 at 08:40:01AM +0100, richard.pur...@linuxfoundation.org wrote: > On Tue, 2019-04-23 at 21:17 -0400, Tom Rini wrote: > > On Tue, Apr 23, 2019 at 11:22:14PM +0100, > > richard.pur...@linuxfoundation.org wrote: > > > On Tue, 2019-04-23 at 18:

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-23 Thread Tom Rini
On Tue, Apr 23, 2019 at 11:22:14PM +0100, richard.pur...@linuxfoundation.org wrote: > On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > > On Tue, Apr 23, 2019 at 04:02:49PM +0100, Richard Purdie wrote: > > > On Sun, 2019-04-21 at 13:57 -0400, Tom Rini wrote: >

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-23 Thread Tom Rini
On Tue, Apr 23, 2019 at 11:22:14PM +0100, richard.pur...@linuxfoundation.org wrote: > On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > > On Tue, Apr 23, 2019 at 04:02:49PM +0100, Richard Purdie wrote: > > > On Sun, 2019-04-21 at 13:57 -0400, Tom Rini wrote: >

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-23 Thread Tom Rini
On Tue, Apr 23, 2019 at 04:02:49PM +0100, Richard Purdie wrote: > On Sun, 2019-04-21 at 13:57 -0400, Tom Rini wrote: > > This brings us to the current version of vim. > > > > Signed-off-by: Tom Rini > > --- > > meta/recipes-support/vim/{vim-tiny_8.1.1017.bb

Re: [OE-core] [PATCH v2] u-boot: Fix missing Python.h build failure

2019-04-22 Thread Tom Rini
On Thu, Apr 18, 2019 at 07:37:27AM -0700, Alistair Francis wrote: > On Thu, Apr 18, 2019 at 7:29 AM Joshua Watt wrote: > > > > On Thu, 2019-04-18 at 14:16 +0200, Alexander Kanavin wrote: > > > Can we take this opportunity to teach u-boot to use Python 3.x > > > instead? oe-core is trying to

[OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-21 Thread Tom Rini
This brings us to the current version of vim. Signed-off-by: Tom Rini --- meta/recipes-support/vim/{vim-tiny_8.1.1017.bb => vim-tiny_8.1.1198.bb} | 0 meta/recipes-support/vim/{vim_8.1.1017.bb => vim_8.1.1198.bb} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) renam

[OE-core] [PATCH 1/2] vim: Rework to not rely on relative directories

2019-04-21 Thread Tom Rini
e to be overall more simple and regularly laid out if we use that. Signed-off-by: Tom Rini --- meta/recipes-support/vim/vim-tiny_8.1.1017.bb | 2 +- meta/recipes-support/vim/vim_8.1.1017.bb | 18 ++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/meta/rec

Re: [OE-core] [AUH] vim: upgrading to 8.1.1174 FAILED

2019-04-17 Thread Tom Rini
> > Alex > > On Wed, 17 Apr 2019 at 15:19, Tom Rini wrote: > > > > On Tue, Apr 16, 2019 at 11:39:44PM -0700, a...@auh.yoctoproject.org wrote: > > > > > Hello, > > > > > > You are receiving this email because you are the maintainer &g

Re: [OE-core] [AUH] vim: upgrading to 8.1.1174 FAILED

2019-04-17 Thread Tom Rini
On Tue, Apr 16, 2019 at 11:39:44PM -0700, a...@auh.yoctoproject.org wrote: > Hello, > > You are receiving this email because you are the maintainer > of *vim* recipe and this is to let you know that the automatic attempt > to upgrade the recipe to *8.1.1174* has Failed (devtool error). > >

Re: [OE-core] [oe] Git commit process question.

2019-04-03 Thread Tom Rini
On Wed, Apr 03, 2019 at 11:30:39AM +0100, Burton, Ross wrote: > On Tue, 2 Apr 2019 at 20:46, Tom Rini wrote: > > > The kernel does not have "upgrade foo to the latest upstream version" > > > commits. > > > > > > With the Automatic Upgrade Hel

Re: [OE-core] [oe] Git commit process question.

2019-04-02 Thread Tom Rini
On Tue, Apr 02, 2019 at 02:24:51PM -0700, akuster808 wrote: > > > On 4/2/19 12:47 PM, Tom Rini wrote: > > On Tue, Apr 02, 2019 at 04:45:16AM +, Jon Mason wrote: > >> On Tue, Apr 2, 2019 at 6:41 AM Mark Hatle wrote: > >>> On 4/1/19 6:20 PM, akuster808 wr

Re: [OE-core] Git commit process question.

2019-04-02 Thread Tom Rini
On Tue, Apr 02, 2019 at 04:45:16AM +, Jon Mason wrote: > On Tue, Apr 2, 2019 at 6:41 AM Mark Hatle wrote: > > > > On 4/1/19 6:20 PM, akuster808 wrote: > > > > > > > > > On 4/1/19 4:02 PM, Richard Purdie wrote: > > >> On Mon, 2019-04-01 at 15:33 -0700, akuster808 wrote: > > >>> Hello, > > >>>

Re: [OE-core] Git commit process question.

2019-04-02 Thread Tom Rini
On Tue, Apr 02, 2019 at 09:51:21AM +0300, Adrian Bunk wrote: > On Mon, Apr 01, 2019 at 04:20:41PM -0700, akuster808 wrote: > > > > > > On 4/1/19 4:02 PM, Richard Purdie wrote: > > > On Mon, 2019-04-01 at 15:33 -0700, akuster808 wrote: > > >> Hello, > > >> > > >> I have noticed a large number of

Re: [OE-core] [PATCH v2] vim: update to 8.1.1097

2019-03-31 Thread Tom Rini
On Sun, Mar 31, 2019 at 06:28:31PM -0400, Paul Barker wrote: > On Sun, 31 Mar 2019, at 21:56, Tom Rini wrote: > > On Sun, Mar 31, 2019 at 10:19:51PM +0200, Alexander Kanavin wrote: > > > On Sun, 31 Mar 2019 at 22:12, Tom Rini wrote: > > > > Looks better, thanks. Is t

Re: [OE-core] [PATCH v2] vim: update to 8.1.1097

2019-03-31 Thread Tom Rini
On Sun, Mar 31, 2019 at 10:19:51PM +0200, Alexander Kanavin wrote: > On Sun, 31 Mar 2019 at 22:12, Tom Rini wrote: > > Looks better, thanks. Is there a particular fix / change you're doing > > this for? I ask since every commit is a version bump we might want to > > se

Re: [OE-core] [PATCH v2] vim: update to 8.1.1097

2019-03-31 Thread Tom Rini
On Sun, Mar 31, 2019 at 05:50:12PM +0200, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk > --- > .../vim/{vim-tiny_8.1.1017.bb => vim-tiny_8.1.1097.bb} | 0 > meta/recipes-support/vim/{vim_8.1.1017.bb => vim_8.1.1097.bb} | 2 +- > 2 files changed, 1 insertion(+), 1

Re: [OE-core] [PATCH] wic/bootimg-efi.py: add new source parameter "initrd_rename"

2019-03-28 Thread Tom Rini
On Fri, Mar 29, 2019 at 12:07:59AM +, Liu, Yongxin wrote: > > -Original Message- > > From: Tom Rini [mailto:tr...@konsulko.com] > > Sent: Thursday, March 28, 2019 21:59 > > To: Liu, Yongxin > > Cc: openembedded-core@lists.openembedded.org > > Subjec

Re: [OE-core] [PATCH] binutils: set CVE_VERSION

2019-03-28 Thread Tom Rini
VERSION for now, which should be removed when PV and the upstream > version match again. > > Signed-off-by: Ross Burton Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature -- ___ Openembedded-core mailin

Re: [OE-core] [PATCH 1/1] binutils: fix PV to respect upstream tag and also cve database

2019-03-28 Thread Tom Rini
On Thu, Mar 28, 2019 at 02:38:40PM +, Burton, Ross wrote: > On Thu, 28 Mar 2019 at 14:25, Tom Rini wrote: > > Bumping PE is what this is for too, to not break package feeds after > > we've done something wrong in PV. So lets bump PE and not break feeds. > > Especi

Re: [OE-core] [PATCH 1/1] binutils: fix PV to respect upstream tag and also cve database

2019-03-28 Thread Tom Rini
On Thu, Mar 28, 2019 at 03:08:00PM +0100, Alexander Kanavin wrote: > On Thu, 28 Mar 2019 at 14:51, Burton, Ross wrote: > > > Bumping PE is even worse as a PE never goes away. I say we leave it > > as it is, and ask upstream nicely if they'll match the tag/version in > > the future. > > The tag

Re: [OE-core] [PATCH] wic/bootimg-efi.py: add new source parameter "initrd_rename"

2019-03-28 Thread Tom Rini
On Wed, Mar 27, 2019 at 06:37:42PM +0800, Yongxin Liu wrote: > When using initrd in bootloader configuration file, we may want > the name of initrd to be fixed. However, the actual name of initrd > may change and depend on distro/machine's name. "initrd_rename" > gives user a chance to rename

Re: [OE-core] [PATCH 1/1] binutils: fix PV to respect upstream tag and also cve database

2019-03-28 Thread Tom Rini
On Thu, Mar 28, 2019 at 01:17:11PM +, Burton, Ross wrote: > On Thu, 28 Mar 2019 at 13:15, Burton, Ross wrote: > > On Thu, 28 Mar 2019 at 12:07, Alexander Kanavin > > wrote: > > > The problem with setting PV properly, is that 2.32 is less than 2.32.0 > > > and will cause the 'version going

Re: [OE-core] [PATCH] u-boot: install dumpimage and fit_check_sign in u-boot-tools

2019-03-20 Thread Tom Rini
On Tue, Mar 19, 2019 at 06:15:44PM +, luca.bocca...@gmail.com wrote: > From: Luca Boccassi > > Dumpimage and fit_check_sign can be used to extract kernel and ramdisk from > a FIT file, verify them and kexec for a faster reboot. > > Signed-off-by: Luca Boccassi Rev

[OE-core] [PATCH 1/1] vim: Update to 8.1.1017

2019-03-17 Thread Tom Rini
The most current release of vim is now 8.1.1017. The only problem currently is that the disable_acl_header patch is still not upstream. Cc: Wenzong Fan Cc: Changqing Li Signed-off-by: Tom Rini --- meta/recipes-support/vim/files/disable_acl_header_check.patch | 8 .../vim/{vim

[OE-core] [PATCH 1/3] inetutils: Remove talk / talkd from ALTERNATIVES

2019-03-12 Thread Tom Rini
There are no alternative provides of these packages anymore. To avoid QA issues when building with musl, don't put these under an alternative at all. Cc: Khem Raj Signed-off-by: Tom Rini --- meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 3 +-- 1 file changed, 1 insertion(+), 2

[OE-core] [PATCH 3/3] inetutils: Disable rsh, etc in the build

2019-03-12 Thread Tom Rini
It is long since past time for rsh and company to be retired from the world. Disable building these now. Suggested-by: Khem Raj Signed-off-by: Tom Rini --- meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 2/3] inetutils: Handle rsh, etc more consistently

2019-03-12 Thread Tom Rini
use of RPROVIDES / RCONFLICTS logic instead and make it match the netkit-rsh packaging names. Cc: Khem Raj Signed-off-by: Tom Rini --- .../inetutils/inetutils_1.9.4.bb | 32 +++--- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/meta/recipes

Re: [OE-core] [PATCH 1/5] qemuarm: Swap for an arm7ve (A15) configuration

2019-03-11 Thread Tom Rini
On Mon, Mar 11, 2019 at 08:13:21AM -0700, Richard Purdie wrote: > On Mon, 2019-03-11 at 11:09 -0400, Tom Rini wrote: > > On Mon, Mar 11, 2019 at 03:12:26AM +, Richard Purdie wrote: > > > > > From: Jon Mason > > > > > > Add new QE

Re: [OE-core] [PATCH 1/5] qemuarm: Swap for an arm7ve (A15) configuration

2019-03-11 Thread Tom Rini
On Mon, Mar 11, 2019 at 03:12:26AM +, Richard Purdie wrote: > From: Jon Mason > > Add new QEMU BSP for a Arm Cortex-A15 system and use this as qemuarm, > moving the old armv5te Versatile PB based machine to qemuarmv5. > > The new machine uses the QEMU virt machine type, which should be >

Re: [OE-core] [sumo][PATCH] busybox: backport fix for issues introduced by CVE-2011-5325.patch

2019-03-11 Thread Tom Rini
On Sun, Mar 10, 2019 at 08:12:01PM +, Martin Jansa wrote: > Signed-off-by: Martin Jansa This also reverts some really odd functionality that can cause projects to break (I hit this myself and intended to find time to do a move-busybox-forward patch to sumo) so yes, please! Reviewed-by:

Re: [OE-core] [PATCH v2 2/4] inetutils: Import version 1.9.4

2019-03-08 Thread Tom Rini
On Fri, Mar 08, 2019 at 07:12:33AM -0500, Tom Rini wrote: > On Thu, Mar 07, 2019 at 08:31:01PM -0800, Khem Raj wrote: > > > > > > On 3/7/19 8:20 PM, Tom Rini wrote: > > >On Thu, Mar 07, 2019 at 09:50:51PM +, Richard Purdie wrote: > > >>On Wed,

Re: [OE-core] [PATCH v2 2/4] inetutils: Import version 1.9.4

2019-03-08 Thread Tom Rini
On Thu, Mar 07, 2019 at 08:31:01PM -0800, Khem Raj wrote: > > > On 3/7/19 8:20 PM, Tom Rini wrote: > >On Thu, Mar 07, 2019 at 09:50:51PM +, Richard Purdie wrote: > >>On Wed, 2019-03-06 at 09:36 -0500, Tom Rini wrote: > >>>In order to have more robust

Re: [OE-core] [PATCH v2 2/4] inetutils: Import version 1.9.4

2019-03-07 Thread Tom Rini
On Thu, Mar 07, 2019 at 09:50:51PM +, Richard Purdie wrote: > On Wed, 2019-03-06 at 09:36 -0500, Tom Rini wrote: > > In order to have more robust stand-alone network tools in oe-core, > > bring > > in inetutils from meta-openembedded/meta-networking. This imports > >

Re: [OE-core] [PATCH] inetutils: Fix build on RISC-V

2019-03-07 Thread Tom Rini
On Thu, Mar 07, 2019 at 09:32:15AM -0800, Khem Raj wrote: > Signed-off-by: Khem Raj Reviewed-by: Tom Rini -- Tom -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listi

[OE-core] [PATCH v3 2/4] inetutils: Import version 1.9.4

2019-03-06 Thread Tom Rini
build with glibc-2.28 Signed-off-by: Tom Rini --- Changes in v2: - Fix wording (thanks André!) - Add self as maintainer --- meta/conf/distro/include/maintainers.inc | 1 + .../0001-rcp-fix-to-work-with-large-files.patch| 31 .../inetutils/inetutils/fix-disable-ipv6.patch

[OE-core] [PATCH v3 4/4] imagefeatures: Add test to blacklist building busybox

2019-03-06 Thread Tom Rini
Now that we have a packagegroup that can be used to replace the overall functionality of busybox as base-utils, add a test that we can continue to build a fairly complex image without busybox being available. This also doubles as documentation-by-test of how to do this. Signed-off-by: Tom Rini

[OE-core] [PATCH v3 3/4] packagegroup-core-base-utils: Introduce new base-utils packagegroup

2019-03-06 Thread Tom Rini
-tiny to allow for a differently features vim to be used instead. Signed-off-by: Tom Rini --- Changes in v2: - Add a few more inetutils packages - List kbd, add a few more packages specifically for non-systemd systems, thanks Mark! --- meta/conf/local.conf.sample.extended | 8

[OE-core] [PATCH v3 1/4] vim: Import version 8.1.0347

2019-03-06 Thread Tom Rini
the behavior of a recipe by including a layer is not allowed by the yocto-check-layer script. Signed-off-by: Tom Rini -- Changes in v3: - Catch vim-tiny too (thanks Richard!) Changes in v2: - List self as maintainer --- meta/conf/distro/include/maintainers.inc | 2 + meta/files

[OE-core] [PATCH v2 4/4] imagefeatures: Add test to blacklist building busybox

2019-03-06 Thread Tom Rini
Now that we have a packagegroup that can be used to replace the overall functionality of busybox as base-utils, add a test that we can continue to build a fairly complex image without busybox being available. This also doubles as documentation-by-test of how to do this. Signed-off-by: Tom Rini

[OE-core] [PATCH v2 1/4] vim: Import version 8.1.0347

2019-03-06 Thread Tom Rini
the behavior of a recipe by including a layer is not allowed by the yocto-check-layer script. Signed-off-by: Tom Rini -- Changes in v2: - List self as maintainer --- meta/conf/distro/include/maintainers.inc | 1 + meta/files/common-licenses/vim | 81

[OE-core] [PATCH v2 3/4] packagegroup-core-base-utils: Introduce new base-utils packagegroup

2019-03-06 Thread Tom Rini
-tiny to allow for a differently features vim to be used instead. Signed-off-by: Tom Rini --- Changes in v2: - Add a few more inetutils packages - List kbd, add a few more packages specifically for non-systemd systems, thanks Mark! --- meta/conf/local.conf.sample.extended | 8

[OE-core] [PATCH v2 2/4] inetutils: Import version 1.9.4

2019-03-06 Thread Tom Rini
build with glibc-2.28 Signed-off-by: Tom Rini --- Changes in v2: - Fix wording (thanks André!) - Add self as maintainer --- meta/conf/distro/include/maintainers.inc | 1 + .../0001-rcp-fix-to-work-with-large-files.patch| 31 .../inetutils/inetutils/fix-disable-ipv6.patch

[OE-core] [PATCH v2 0/4] Introduce packagegroup-core-base-utils

2019-03-06 Thread Tom Rini
Over on the Yocto list[1] the topic of how to build an image without busybox once again came up. As part of that discussion I said I'd been thinking about a packagegroup to make this easier to do as while virtual/base-utils and VIRTUAL-RUNTIME_base-utils exist and work and allow for this, the

  1   2   3   4   5   6   >