[OE-core][PATCH] gtk-icon-cache: Fix GTKIC_CMD if-else condition

2022-09-28 Thread Daniel Gomez
to match the gtk-update-icon-cache binary name deployed in meta/recipes-gnome/gtk+/gtk+3.inc. Signed-off-by: Daniel Gomez --- meta/classes-recipe/gtk-icon-cache.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/gtk-icon-cache.bbclass b/meta/classes

[RFC][OE-core][PATCH] bbfileconfig: Add class support

2022-09-27 Thread Daniel Gomez
Add support for the class 'BBFILECONFIG' which allows to select the recipes for a given layer. Example: 'Enable' python3-colorlog recipe from meta-python. INHERIT += "bbfileconfig" BBFILECONFIG_meta-python += "python3-colorlog" Signed-off-by: Daniel Gomez --- Hi

[OE-core][PATCH v3] dropbear: Add enable-x11-forwarding PACKAGECONFIG option

2022-09-27 Thread Daniel Gomez
Add the option to enable X11 forwarding in dropbear with a new PACKAGECONFIG option ('enable-x11-forwarding'). Method uses localoption.h file for dropbear feature selection. Add backport patch to fix X11 forwarding in the current 2022.82 version. Signed-off-by: Daniel Gomez --- v3 - Add S-o-b

Re: [OE-core][PATCH] dropbear: Enable x11 forwarding

2022-09-27 Thread Daniel Gomez
On Mon, 25 Jul 2022 at 10:49, Ross Burton wrote: > > On 25 Jul 2022, at 04:11, Matt Johnston wrote: > > The upstream method for Dropbear configuration is #define entries in a > > localoptions.h file. default_options.h should be left untouched. Adding it > > to CFLAGS for configure would also

Re: [OE-core][PATCH] dropbear: Add enable-x11-forwarding PACKAGECONFIG option

2022-09-27 Thread Daniel Gomez
On Tue, 27 Sept 2022 at 12:32, Ross Burton wrote: > > On 27 Sep 2022, at 11:29, Daniel Gomez via lists.openembedded.org > wrote: > > diff --git > > a/meta/recipes-core/dropbear/dropbear/0007-Fix-X11-build-failure-use-DROPBEAR_PRIO_LOWDELAY.patch > > > > b/me

[OE-core][PATCH] rootfs-postcommands: Remove dropbear inconsistent comment

2022-09-27 Thread Daniel Gomez
When allow-root-login, remove default dropbear comment 'Disallow root'. Signed-off-by: Daniel Gomez --- meta/classes-recipe/rootfs-postcommands.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes-recipe/rootfs-postcommands.bbclass b/meta/classes-recipe/rootfs

[OE-core][PATCH] dropbear: Add enable-x11-forwarding PACKAGECONFIG option

2022-09-27 Thread Daniel Gomez
Add the option to enable X11 forwarding in dropbear with a new PACKAGECONFIG option ('enable-x11-forwarding'). Method uses CFLAGS to configure it. Add backport patch to fix X11 forwarding in the current 2022.82 version. Signed-off-by: Daniel Gomez --- ...d-failure-use

Re: [OE-core][PATCH] dropbear: Enable x11 forwarding

2022-07-21 Thread Daniel Gomez
On Thu, 21 Jul 2022 at 11:13, Ross Burton wrote: > > > > On 20 Jul 2022, at 20:44, Daniel Gomez via lists.openembedded.org > > wrote: > > + ${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' \ > > + > > file://0007-Fix-X11-build-fail

[OE-core][PATCH] dropbear: Enable x11 forwarding

2022-07-20 Thread Daniel Gomez
Enable X11 forwarding whenever X11 is part of the DISTRO_FEATURES. Add backport patch to fix X11 forwarding in the current 2022.82 version. Signed-off-by: Daniel Gomez --- meta/recipes-core/dropbear/dropbear.inc | 5 ++- ...d-failure-use-DROPBEAR_PRIO_LOWDELAY.patch | 27

[OE-core][PATCH] dropbear: Add configuration file to CONFFILES

2022-07-19 Thread Daniel Gomez
etween the versions Z : start a shell to examine the situation The default action is to keep your current version. *** dropbear (Y/I/N/O/D/Z) [default=N] ? Signed-off-by: Daniel Gomez --- meta/recipes-core/dropbear/dropbear.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core][PATCH] os-release: Add DISTRO_CODENAME as vardeps for do_compile

2021-11-18 Thread Daniel Gomez
DISTRO_CODENAME is part of VERSION variable but not used as dependency for do_compile task. Append it to the vardeps list to rebuild in case it changes. Signed-off-by: Daniel Gomez --- meta/recipes-core/os-release/os-release.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

Re: [OE-core] [oe] [meta-oe] android-tools: Add flag to enable adbd service (#147)

2021-11-16 Thread Daniel Gomez
On Tue, 16 Nov 2021 at 19:17, Devendra Tewari wrote: > > Hi Daniel, > > Em 16 de nov. de 2021, à(s) 11:49, Daniel Gomez escreveu: > > Hi Devendra and Khem, > > I'd like to ask about the 'recent' commit you integrated in the > android-tools recipe a few months ago: &g

[OE-core] [oe] [meta-oe] android-tools: Add flag to enable adbd service (#147)

2021-11-16 Thread Daniel Gomez
Hi Devendra and Khem, I'd like to ask about the 'recent' commit you integrated in the android-tools recipe a few months ago: http://git.openembedded.org/meta-openembedded/commit/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb?id=4271cc28279b79140fc6bbde32c9110aec8d1d86

Re: [OE-core][PATCH v2 2/2] oeqa: wic: Add tests for --no-fstab-update

2021-08-17 Thread Daniel Gomez
Hi, On Tue, 17 Aug 2021 at 15:34, Alexandre Belloni wrote: > > Hi, > > On 16/08/2021 10:05:08+0200, Daniel Gomez wrote: > > Hi Alexandre, > > > > > > On Fri, 13 Aug 2021 at 07:41, Daniel Gomez via lists.openembedded.org > > wrote: > > > > &

[OE-core][PATCH v3 1/2] wic: Add --no-fstab-update part option

2021-08-17 Thread Daniel Gomez
--fstype=ext4 --label rootfs --align 1024 Signed-off-by: Daniel Gomez --- scripts/lib/wic/help.py | 3 +++ scripts/lib/wic/ksparser.py | 1 + scripts/lib/wic/partition.py | 5 +++-- scripts/lib/wic/plugins/source/rootfs.py | 2 +- 4 files changed, 8

[OE-core][PATCH v3 2/2] oeqa: wic: Add tests for --no-fstab-update

2021-08-17 Thread Daniel Gomez
Add tests for the --no-fstab-update wic part command. Signed-off-by: Daniel Gomez --- meta/lib/oeqa/selftest/cases/wic.py | 58 + 1 file changed, 58 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index

Re: [OE-core][PATCH v2 2/2] oeqa: wic: Add tests for --no-fstab-update

2021-08-16 Thread Daniel Gomez
Hi Alexandre, On Fri, 13 Aug 2021 at 07:41, Daniel Gomez via lists.openembedded.org wrote: > > Hi Alexandre, > > On Thu, 12 Aug 2021 at 18:34, Alexandre Belloni > wrote: > > > > Hello, > > > > On 10/08/2021 22:11:01+0200, Daniel Gomez wrote: > > &

Re: [OE-core][PATCH v2 2/2] oeqa: wic: Add tests for --no-fstab-update

2021-08-12 Thread Daniel Gomez
Hi Alexandre, On Thu, 12 Aug 2021 at 18:34, Alexandre Belloni wrote: > > Hello, > > On 10/08/2021 22:11:01+0200, Daniel Gomez wrote: > > Add tests for the --no-fstab-update wic part command. > > > > Signed-off-by: Daniel Gomez > > --- > >

[OE-core][PATCH v2 2/2] oeqa: wic: Add tests for --no-fstab-update

2021-08-10 Thread Daniel Gomez
Add tests for the --no-fstab-update wic part command. Signed-off-by: Daniel Gomez --- meta/lib/oeqa/selftest/cases/wic.py | 56 + 1 file changed, 56 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index

[OE-core][PATCH v2 1/2] wic: Add --no-fstab-update part option

2021-08-10 Thread Daniel Gomez
--fstype=ext4 --label rootfs --align 1024 Signed-off-by: Daniel Gomez --- scripts/lib/wic/help.py | 3 +++ scripts/lib/wic/ksparser.py | 1 + scripts/lib/wic/partition.py | 5 +++-- scripts/lib/wic/plugins/source/rootfs.py | 2 +- 4 files changed, 8

Re: [OE-core][PATCH] 1/2] wic: Add --no-fstab-update part option

2021-08-10 Thread Daniel Gomez
Hi Paul, On Tue, 10 Aug 2021 at 15:25, Paul Barker wrote: > > On Tue, 10 Aug 2021 15:06:02 +0200 > Daniel Gomez wrote: > > > When embedding a rootfs image (e.g. 'rootfs-dir') as a partition we might > > want to keep the stock fstab for that image. In such case, use >

[OE-core][PATCH] 1/2] wic: Add --no-fstab-update part option

2021-08-10 Thread Daniel Gomez
=ext4 --label rootfs --align 1024 Signed-off-by: Daniel Gomez --- scripts/lib/wic/help.py | 3 +++ scripts/lib/wic/ksparser.py | 1 + scripts/lib/wic/partition.py | 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index

[OE-core][PATCH] 2/2] oeqa: wic: Add tests for --no-fstab-update

2021-08-10 Thread Daniel Gomez
Add tests for the --no-fstab-update wic part command. Signed-off-by: Daniel Gomez --- meta/lib/oeqa/selftest/cases/wic.py | 56 + 1 file changed, 56 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index

Re: [OE-core][RFC][PATCH][dunfell] wic: Add --use-stock-fstab option

2021-08-06 Thread Daniel Gomez
On Fri, 6 Aug 2021 at 12:29, Paul Barker wrote: > > On Fri, 6 Aug 2021 11:23:37 +0200 > Daniel Gomez wrote: > > > When embeddding rootfs image (e.g. 'rootfs-dir') as a partition we > > might want to keep the stock fstab for that image. In such case, use > > this

Re: [OE-core][RFC][PATCH][dunfell] wic: direct: Use stock fstab in partitions

2021-08-06 Thread Daniel Gomez
Hi Richard, On Thu, 5 Aug 2021 at 17:31, Richard Purdie wrote: > > On Thu, 2021-08-05 at 17:03 +0200, Daniel Gomez wrote: > > Be able to get the stock fstab in partitions. > > > > Functionality reverted at commit id: > > ce682a73b7447652f898ce1d1d0416a456df5416

[OE-core][RFC][PATCH][dunfell] wic: Add --use-stock-fstab option

2021-08-06 Thread Daniel Gomez
fstab. Example: part /export --source rootfs --rootfs-dir=hockeycam-image --fstype=ext4 --label export --align 1024 --use-stock-fstab part / --source rootfs --fstype=ext4 --label rootfs --align 1024 Signed-off-by: Daniel Gomez --- The commit-id

[OE-core][RFC][PATCH][dunfell] wic: direct: Use stock fstab in partitions

2021-08-05 Thread Daniel Gomez
Be able to get the stock fstab in partitions. Functionality reverted at commit id: ce682a73b7447652f898ce1d1d0416a456df5416 Signed-off-by: Daniel Gomez --- Hi, I'm trying to get back the stock fstab file in a rootfs partition image (wic plugin) and I'd like to know what you think about

Re: [OE-core] sstate not used due to runtaskdeps

2021-07-02 Thread Daniel Gomez
On Fri, 2 Jul 2021 at 13:10, Daniel Gomez wrote: > > Hi all, > > I'm having a problem with perf recipe sstate not being reused in one > of my 'sstate clients' due to the following difference/change: > > pokyuser@da642d39231a:/workdir/build$ bitbake-diffsigs -t perf do_co

[OE-core] sstate not used due to runtaskdeps

2021-07-02 Thread Daniel Gomez
Hi all, I'm having a problem with perf recipe sstate not being reused in one of my 'sstate clients' due to the following difference/change: pokyuser@da642d39231a:/workdir/build$ bitbake-diffsigs -t perf do_configure runtaskdeps changed: perf/perf.bb:do_deploy_source_date_epoch with hash

[OE-core] alsa-state: pkg_postinst fails

2021-05-08 Thread Daniel Gomez
Hi, When upgrading our system, alsa-state package fails (exit code 99) due to the following: root@qt5222:~# /usr/sbin/alsactl -g -f /var/lib/alsa/asound.state restore No state is present for card Generic Found hardware: "HDA-Intel" "ATI R6xx HDMI" "HDA:1002aa01,00aa0100,00100700" "0x1002"

[OE-core][PATCH] allarch: Add missing allarch ttf-bitstream-vera

2020-08-05 Thread Daniel Gomez
allarch is missing in ttf-bitstream-vera recipe. Add it and include the recipe in the SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS list. Signed-off-by: Daniel Gomez --- meta/conf/layer.conf | 1 + meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | 2 +- 2

Re: [OE-core][PATCH] allarch: Fix wrong dependencies

2020-08-05 Thread Daniel Gomez
Hi Richard, On Wed, 5 Aug 2020 at 15:31, Richard Purdie wrote: > > On Wed, 2020-08-05 at 15:22 +0200, Daniel Gomez wrote: > > In all these cases, allarch is used but the package dependencies are not > > allarch. It generates a conflict when the same package is built

[OE-core][PATCH] allarch: Fix wrong dependencies

2020-08-05 Thread Daniel Gomez
f-fonts?id=0d9f7900dec4ec68d8ad6c8a455e5b4f068e3715 Signed-off-by: Daniel Gomez --- meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb| 2 +- .../ttf-fonts/source-han-sans-cn-fonts_1.004.bb | 2 +- .../ttf-fonts/source-han-sans-jp-fonts_1.004.bb | 2 +- .../ttf-fonts/source-h

[OE-core][PATCH] ttf-fonts: Update ttf-ubuntu-font-family recipe

2020-06-25 Thread Daniel Gomez
Current version 0.80 is no longer available with the link in the recipe. Update it to use 0.83 version. Signed-off-by: Daniel Gomez --- ...ont-family_0.80.bb => ttf-ubuntu-font-family_0.83.bb} | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) rename meta-oe/recipes-graphics/

[OE-core][PATCH] glib-2.0: Backport GMainContext fixes

2020-04-03 Thread Daniel Gomez
sysv/linux/x86_64/clone.S:95 #8 0x77aa12bf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Signed-off-by: Daniel Gomez --- ...-GSource-iterator-if-iteration-can-m.patch | 43 +++ ...-memory-leaks-and-memory-corruption-.patch | 109 ++ ...e-mutex

[OE-core] [PATCH] lttng-modules: Add missing SRCREV_FORMAT

2019-09-12 Thread Daniel Gomez
When using devupstream class the SRCREV_FORMAT variable must be set. Signed-off-by: Daniel Gomez --- When using class-devupstream, multiple SCMs are used. Therefore, it is needed to select the variant of the recipe via PREFERRED_VERSION. In addition, SRCREV_FORMAT variable must be set

Re: [OE-core] [morty][PATCH] Check libcc1 directory before disabling hardcoding of RPATHs

2018-08-10 Thread Daniel Gomez
On vie, 2018-07-27 at 12:59 -0700, Andre McCurdy wrote: > On Fri, Jul 27, 2018 at 6:07 AM, Daniel Gomez > wrote: > > > > Check if libcc1 directory exits before disabling hardcode_into_libs > > configuration because of broken libtool in gcc recipes. > A patch for morty

[OE-core] [morty][PATCH] Check libcc1 directory before disabling hardcoding of RPATHs

2018-07-27 Thread Daniel Gomez
Check if libcc1 directory exits before disabling hardcode_into_libs configuration because of broken libtool in gcc recipes. Signed-off-by: Daniel Gomez ---  meta/recipes-devtools/gcc/gcc_5.4.bb | 3 ++-  meta/recipes-devtools/gcc/gcc_6.4.bb | 3 ++-  2 files changed, 4 insertions(+), 2 deletions