[OE-core] [PATCH] libav: Add libswscale to PACKAGES_DYNAMIC

2013-10-08 Thread Diego Rondini
Add libswscale to PACKAGES_DYNAMIC because it was missing. Adding it also allows libswscale to get included in an image using IMAGE_INSTALL. Signed-off-by: Diego Rondini diego...@zoho.com --- meta/recipes-multimedia/libav/libav.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH] watchdog: Provide and install initscript

2015-03-18 Thread Diego Rondini
-by: Diego Rondini diego...@zoho.com --- .../watchdog/watchdog/watchdog-conf.patch | 11 .../watchdog/watchdog/watchdog-init.patch | 53 meta/recipes-extended/watchdog/watchdog_5.14.bb| 12 - 3 files changed, 75 insertions(+), 1 deletion

[OE-core] [PATCH] base-files: add some safety checks in profile

2016-04-29 Thread Diego Rondini
uff, for example X startup. Signed-off-by: Diego Rondini <diego...@zoho.com> --- meta/recipes-core/base-files/base-files/profile | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/base-files/base-files/profile b/meta/recipes-core/base-files/base-f

[OE-core] [fido][PATCH] gnupg: fix find-version for beta checking

2016-10-05 Thread Diego Rondini
From: Wenzong Fan find-version always assumes that gnupg is beta if autogen.sh is run out of git-repo. This doesn't work for users whom just take release tarball and re-run autoconf in their local build dir. This fixes runtime issue: $gpg --list-sigs gpg: NOTE:

[OE-core] [jethro][PATCH] gnupg: fix find-version for beta checking

2016-10-05 Thread Diego Rondini
From: Wenzong Fan find-version always assumes that gnupg is beta if autogen.sh is run out of git-repo. This doesn't work for users whom just take release tarball and re-run autoconf in their local build dir. This fixes runtime issue: $gpg --list-sigs gpg: NOTE:

[OE-core] [PATCH] xinput-calibrator: use up-to-date git version

2016-11-15 Thread Diego Rondini
Use up-to-date version from git. While currently there aren't official releases newer than 0.7.5, quite some new features have been added in git, for example the ability to disable the calibration screen timeout. Signed-off-by: Diego Rondini <diego...@zoho.com> --- meta/recipes-graphics/

[OE-core] [PATCH v3] xinput-calibrator: use up-to-date git version

2016-11-21 Thread Diego Rondini
directly to obtain the geometry, instead of parsing the output of the xrandr binary (parsing of the output can easily break, for example when the output name is made up of two words instead of one). Signed-off-by: Diego Rondini <diego...@zoho.com> --- .../add-geometry-input-when-calibrating

[OE-core] [PATCH v2] xinput-calibrator: use up-to-date git version

2016-11-15 Thread Diego Rondini
Use up-to-date version from git. While currently there aren't official releases newer than 0.7.5, quite some new features have been added in git, for example the ability to disable the calibration screen timeout. Signed-off-by: Diego Rondini <diego...@zoho.com> --- meta/recipes-graphics/

[OE-core] [PATCH] bitbake.conf: Add python2 to HOSTTOOLS

2017-04-27 Thread Diego Rondini
Add python2 to HOSTTOOLS as, according to https://www.python.org/dev/peps/pep-0394/, the command "python2" should be the one used in scripts that are not yet ported to Python 3. Signed-off-by: Diego Rondini <diego.rond...@kynetics.com> --- meta/conf/bitbake.conf | 2 +- 1

Re: [OE-core] [PATCH 4/4] wic: fix restoring of original fstab

2017-06-20 Thread Diego Rondini
ror exceptions: the resulting fstab correctly has only one mount entry. So this seems to fix #11633. Tested-by: Diego Rondini <diego.rond...@kynetics.com> Thanks for taking care of this, Diego -- ___ Openembedded-core mailing list Ope

Re: [OE-core] [meta-oe][rocko][sumo][PATCH] tbb: check the version of the cross gcc instead of host gcc

2018-08-30 Thread Diego Rondini
Sorry, sent to the wrong mailing list. Please drop. -- Diego Rondini Sr. Embedded Engineer Kynetics www.kynetics.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo

[OE-core] [meta-oe][rocko][sumo][PATCH] tbb: check the version of the cross gcc instead of host gcc

2018-08-30 Thread Diego Rondini
From: Gregory Vimont When cross compiling on linux with gcc, the host gcc was used instead of the cross gcc to set compilation flags according to gcc version. Signed-off-by: Gregory Vimont Signed-off-by: Khem Raj --- The reason of the backport is to fix a crash, details here:

[OE-core] [PATCH] gtk+3: add PACKAGECONFIG for cups

2019-01-07 Thread Diego Rondini
Signed-off-by: Diego Rondini --- meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 6331a43..519a984 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes

[OE-core] [PATCH] cups: default to unix pam module

2018-12-28 Thread Diego Rondini
is enabled. Signed-off-by: Diego Rondini --- meta/recipes-extended/cups/cups.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index c142a4d..5010f08 100644 --- a/meta/recipes-extended/cups/cups.in

[OE-core] [PATCH] bluez5: fix obex packaging

2019-06-05 Thread Diego Rondini
Ship some obex files in the appropriate obex package. This fixes boot error: [FAILED] Failed to start Bluetooth OBEX service. that was caused by the obex.service being shipped in the main package, rather than the -obex (that includes obexd). Signed-off-by: Diego Rondini --- meta/recipes

[OE-core] [PATCH] initramfs-framework: support PARTLABEL option

2019-09-16 Thread Diego Rondini
Since commit (kernel >= 4.20): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f027c34d844013d9d6c902af8fa01a82d6e5073d specifying rootfs by PARTLABEL is supported. This commit adds support to specify root by GPT partition label. Signed-off-by: Diego Rond

[OE-core] [PATCH] iptables: add systemd helper unit to load/restore rules

2019-09-05 Thread Diego Rondini
on the target using: Good documentation for writing rules offline is lacking, but the basics are explained here: https://unix.stackexchange.com/q/400163/49405 Signed-off-by: Jack Mitchell Signed-off-by: Diego Rondini --- Original patch has been posted 3 years ago, but never got approved. I'm

[OE-core] [PATCH v2] iptables: add systemd helper unit to load/restore rules

2019-09-05 Thread Diego Rondini
on the target using: # iptables-save -f /etc/iptables/iptables.rules Good documentation for writing rules offline is lacking, but the basics are explained here: https://unix.stackexchange.com/q/400163/49405 Signed-off-by: Jack Mitchell Signed-off-by: Diego Rondini --- Changes in v2: fixed missing

[OE-core] [PATCH v2] initramfs-framework: support PARTLABEL option

2019-09-19 Thread Diego Rondini
Since commit (kernel >= 4.20): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f027c34d844013d9d6c902af8fa01a82d6e5073d specifying rootfs by PARTLABEL is supported. This commit adds support to specify root by GPT partition label. Signed-off-by: Diego Rond

[OE-core] [PATCH] image_types.bbclass: make gzipped images rsyncable

2019-07-26 Thread Diego Rondini
Both gzip and pigz implement the --rsyncable option, allowing small changes to images to save a lot of data when they are transferred using rsync. This patch enables --rsyncable by default. Signed-off-by: Diego Rondini --- meta/classes/image_types.bbclass | 2 +- 1 file changed, 1 insertion

[OE-core] [PATCH] initramfs-framework: fix var name

2019-09-19 Thread Diego Rondini
Use appropriate variable name for root of partuuid. Signed-off-by: Diego Rondini --- meta/recipes-core/initrdscripts/initramfs-framework/rootfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/rootfs b/meta/recipes-core

Re: [OE-core] [PATCH] bmap-tools: add missing python3-misc dependency

2019-09-26 Thread Diego Rondini
Hi Ross, On Wed, Sep 25, 2019 at 9:40 PM Ross Burton wrote: > On 25/09/2019 15:49, Diego Rondini wrote: > > Add runtime dependency on python3-misc as bmaptool depends on ntpath. > > > > Signed-off-by: Diego Rondini > > --- > > meta/recipes-support/bmap-tools

[OE-core] [PATCH] bmap-tools: add missing python3-misc dependency

2019-09-25 Thread Diego Rondini
Add runtime dependency on python3-misc as bmaptool depends on ntpath. Signed-off-by: Diego Rondini --- meta/recipes-support/bmap-tools/bmap-tools_3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb b/meta/recipes-support

[OE-core] [PATCH] foomatic-filters: remove recipe

2020-01-17 Thread Diego Rondini
/OpenPrinting/cups-filters/blob/release-1-26-2/NEWS#L2563 [2] https://lists.gt.net/gentoo/user/288187#288187 Signed-off-by: Diego Rondini --- .../CVE-2015-8327.patch | 23 -- .../CVE-2015-8560.patch | 23 -- .../foomatic/foomatic-filters_4.0.17.bb

[OE-core] [PATCH] cups: fix crossscripts

2020-01-08 Thread Diego Rondini
Also fix FILES_${PN} to use ${libexecdir}; previously it was working just because "${libexecdir}/*" was part of the default values in bitbake.conf. Signed-off-by: Diego Rondini --- meta/recipes-extended/cups/cups.inc | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/m