Re: [OE-core] [PATCH 1/2] iproute2: install tools to mirror install under Debian/Ubuntu

2020-12-02 Thread Andreas Oberritter
Hi Alan, > +mv ${D}${base_sbindir}/genl ${D}${sbindir}/genl this is going to break setups where ${base_sbindir} equals ${sbindir}, so you'll need make this conditional. Best regards, Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145

Re: [OE-core] [PATCH 1/1] oe-buildenv-internal: Support extra settings

2020-11-12 Thread Andreas Oberritter
On Thu, 12 Nov 2020 19:32:59 +0800 Robert Yang wrote: > Hi Andreas, > > On 11/12/20 7:24 PM, Andreas Oberritter wrote: > > Dear Robert, > > > > On Thu, 12 Nov 2020 19:25:49 +0800 > > "Robert Yang" wrote: > > > >> This can ma

Re: [OE-core] [PATCH 1/1] oe-buildenv-internal: Support extra settings

2020-11-12 Thread Andreas Oberritter
Dear Robert, On Thu, 12 Nov 2020 19:25:49 +0800 "Robert Yang" wrote: > This can make it possible to do extra settings such as PATH for other layers, > for exampole, other layers may also have scripts directories as oe-core, we > have to run them with path since they are not in PATH, for example,

Re: [OE-core] [meta-oe][PATCH v3 3/6] armv8/tunes: reference parent's TUNE_FEATURES

2020-09-27 Thread Andreas Oberritter
Hi Jon, On Sun, 27 Sep 2020 22:01:39 -0400 "Jon Mason" wrote: > diff --git a/meta/conf/machine/include/tune-cortexa55.inc > b/meta/conf/machine/include/tune-cortexa55.inc > index 66a5d0c437ee..51842e9edda9 100644 > --- a/meta/conf/machine/include/tune-cortexa55.inc > +++ b/meta/conf/machine/inc

Re: [OE-core] [PATCH] update-alternatives: introduce new package as a opkg-utils spin-off

2020-06-02 Thread Andreas Oberritter
Hello Gregor, On Tue, 2 Jun 2020 21:09:25 +0200 "Gregor Zatko" wrote: > In some cases there is a need for update-alternatives script which gets built > within opkg-utils recipe into a standalone package. However, this causes to > many unnecessary dependencies, including Python, bc, OpenSSL etc.

Re: [OE-core] [PATCH] glibc: move ld.so.conf back to main package

2020-05-18 Thread Andreas Oberritter
On Mon, 18 May 2020 15:25:19 +0200 Rasmus Villemoes wrote: > On 18/05/2020 14.29, Andreas Oberritter wrote: > > Hello Rasmus, > > > > On Mon, 18 May 2020 14:12:43 +0200 > > Rasmus Villemoes wrote: > > > >> I'm certainly open to other ways of s

Re: [OE-core] [PATCH] glibc: move ld.so.conf back to main package

2020-05-18 Thread Andreas Oberritter
Hello Rasmus, On Mon, 18 May 2020 14:12:43 +0200 Rasmus Villemoes wrote: > I'm certainly open to other ways of solving this. But can we agree that > it is a bug that the ldconfig done at build-time does not take > /etc/ld.so.conf.d/* into account, and that that should not depend on > whether one

Re: [OE-core] [meta-oe][PATCH 1/2] php: fix zip package config

2020-05-02 Thread Andreas Oberritter
Hello Konrad, On Fri, 1 May 2020 13:56:40 +0200 "Konrad Weihmann" wrote: > --enable-zip and --with-libzip were removed in PHP 7.x. > These are replaced by --enable-zip --with-libzip. you meant --with-zip --with-zlib-dir. Best regards, Andreas > Signed-off-by: Konrad Weihmann > --- > meta-

Re: [OE-core] [PATCH] wpa-supplicant: add virtual supplicant

2020-02-13 Thread Andreas Oberritter
On Thu, 13 Feb 2020 11:13:49 -0500 Maxime Roussin-Bélanger wrote: > On Thu, Feb 13, 2020 at 11:00 AM Alexander Kanavin > wrote: > > > > On Thu, 13 Feb 2020 at 16:55, Maxime Roussin-Bélanger < > maxime.roussinbelan...@gmail.com> wrote: > >> > >> PACKAGECONFIG[iwd] = "--enable-iwd, --disable-wifi,

Re: [OE-core] packageA rdepends on packageB but it isn't a build dependency warnings

2019-11-27 Thread Andreas Oberritter
Hi André, On Wed, 27 Nov 2019 12:56:43 + André Draszik wrote: > I am getting above QA warnings for some packages. Simple example - a recipe > packageA with a shell script that calls out to certain other command line > utilities from packageB. > > Given packageA is only a shell script, it ou

Re: [OE-core] [PATCH 3/3] systemd: Add runtime dependency on new ldconfig package

2019-11-08 Thread Andreas Oberritter
On Thu, 7 Nov 2019 16:58:57 -0800 Andre McCurdy wrote: > On Thu, Nov 7, 2019 at 12:55 PM Andreas Oberritter > wrote: > > > > Signed-off-by: Andreas Oberritter > > --- > > meta/recipes-core/systemd/systemd_243.bb | 2 +- > > 1 file changed, 1 insertion(+)

[OE-core] [PATCH 3/3] systemd: Add runtime dependency on new ldconfig package

2019-11-07 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-core/systemd/systemd_243.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_243.bb b/meta/recipes-core/systemd/systemd_243.bb index 6e7f95693b..54fcc6a5d1 100644 --- a/meta/recipes-core

[OE-core] [PATCH 2/3] package.bbclass: Always include ldconfig fragment

2019-11-07 Thread Andreas Oberritter
Now that ldconfig may get installed from a feed, use it when it's available on the target. Signed-off-by: Andreas Oberritter --- meta/classes/package.bbclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass

[OE-core] [PATCH 1/3] glibc: move ldconfig to its own package

2019-11-07 Thread Andreas Oberritter
Only recommend its installation, if it's enabled in distro features. Signed-off-by: Andreas Oberritter --- meta/recipes-core/glibc/glibc-package.inc | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes

Re: [OE-core] [PATCH v2] sysvinit-inittab: support non-busybox-getty on serial consoles

2019-02-08 Thread Andreas Oberritter
Hi André, On Fri, 8 Feb 2019 16:48:32 + André Draszik wrote: > From: André Draszik > > Busybox' getty has code to try to make itself a session leader, > whereas util-linux' agetty doesn't. It expects this to happen > from outside. > When getty is not a session leader, many things don't wo

Re: [OE-core] ✗ patchtest: failure for openssh: make OpenSSL optional (rev2)

2018-09-20 Thread Andreas Oberritter
On Thu, 20 Sep 2018 21:29:20 +0200 Max Kellermann wrote: > On 2018/09/20 21:13, Andre McCurdy wrote: > > Try putting both tags at the start of a line rather than indenting. > > That's what "git show" does, which I used to generate the patch file. > I'll resend without indent, thanks. Try "gi

Re: [OE-core] [PATCH] openssh: resolve install conflict with openssh-sftp-server-dev

2018-09-19 Thread Andreas Oberritter
On Wed, 19 Sep 2018 08:41:35 +0200 Urs Fässler wrote: > Image generation fails with the configuration: > EXTRA_IMAGE_FEATURES = "ssh-server-dropbear eclipse-debug dev-pkgs" > This is due the dependency eclipse-debug -> openssh-sftp-server -> > openssh-dev -> openssh. openssh can not be install

Re: [OE-core] [PATCH] iproute2: create symbol link '/bin/ip' to '/sbin/ip.iproute2'

2018-07-13 Thread Andreas Oberritter
busybox and iproute2. Regards, Andreas > > B,R > Haiqing Bai > > -Original Message- > From: MacLeod, Randy > Sent: 2018年7月13日 4:19 > To: Andreas Oberritter; openembedded-core@lists.openembedded.org; Bai, Haiqing > Subject: Re: [OE-core] [PATCH] iproute2: crea

Re: [OE-core] [PATCH] ifupdown: fix issue that ifupdown does not configure local interface

2018-07-11 Thread Andreas Oberritter
On Wed, 11 Jul 2018 15:29:46 +0800 Haiqing Bai wrote: > The patch "inet-6-.defn-fix-inverted-checks-for-loopback.patch" is not > needed for ifupdown-0.8.16. And it causes the issue that ifupdown can > not configure the loopback interface like: > $cat /etc/network/interfaces > auto lo > iface lo i

Re: [OE-core] [PATCH] iproute2: create symbol link '/bin/ip' to '/sbin/ip.iproute2'

2018-07-11 Thread Andreas Oberritter
On Wed, 11 Jul 2018 14:01:17 +0800 Haiqing Bai wrote: > Some applications which depend on iproute/iproute2 need to > run '/sbin/ip.iproute2' through the symbol link '/bin/ip' > e.g ifupdown. Update-alternatives is supposed to create this link already. > > Signed-off-by: Haiqing Bai > --- > m

Re: [OE-core] [PATCH v2] apt: Port apt-file to busybox readlink

2018-05-17 Thread Andreas Oberritter
Dear Ricardo, On Thu, 17 May 2018 10:57:04 +0200 Ricardo Ribalda Delgado wrote: > Redlink from busybox and coreutils behave differently on missing files. > This leads to apt-key miss-behaving and also segure apt-get wouldn't it be more appropriate to improve the behavior of busybox? Best regar

Re: [OE-core] [PATCH v2 1/2] package.bbclass: add prohibited-path qa test

2017-11-14 Thread Andreas Oberritter
Hi Martyn, On Mon, 13 Nov 2017 19:19:47 + Martyn Welch wrote: > Sometimes we wish to ensure that packages don't install files or > directories somewhere that may prove detrimental to the operation of the > system. For example, this may be the case if files are placed in a > directory that is

Re: [OE-core] [PATCH v8 3/3] kernel-devicetree.bbclass: Add support to generate append to kernel

2017-09-12 Thread Andreas Oberritter
On Tue, 12 Sep 2017 14:00:43 -0300 Otavio Salvador wrote: > Hello Andreas, > > On Tue, Sep 12, 2017 at 11:45 AM, Andreas Oberritter > wrote: > > Hi Otavio, > > > > On Tue, 12 Sep 2017 10:45:51 -0300 > > Otavio Salvador wrote: > > >

Re: [OE-core] [PATCH v8 3/3] kernel-devicetree.bbclass: Add support to generate append to kernel

2017-09-12 Thread Andreas Oberritter
Hi Otavio, On Tue, 12 Sep 2017 10:45:51 -0300 Otavio Salvador wrote: > +do_configure_devicetree() { > + if [ "${KERNEL_DEVICETREE_BUNDLE}" = "1" ]; then > + if echo ${KERNEL_IMAGETYPE_FOR_MAKE} | grep -q 'zImage'; then > + config="${B}/.config" > +

Re: [OE-core] [PATCH 1/3] python: Restructure python packaging and replace it with autopackaging

2017-08-17 Thread Andreas Oberritter
On Thu, 17 Aug 2017 03:24:23 -0700 Alejandro Hernandez wrote: > - It creates a solution for users that want precompiled bytecode files >(*.pyc) INCLUDE_PYCS = "1" can be set by the user on their local.conf to >include such files, some argument they get faster boot time, even when the >

Re: [OE-core] [PATCH] connman: fix nftables dependency

2017-06-19 Thread Andreas Oberritter
On Mon, 19 Jun 2017 13:06:41 +0100 André Draszik wrote: > On Mon, 2017-06-19 at 14:02 +0200, Andreas Oberritter wrote: > > Hi André, > > > > On Mon, 19 Jun 2017 11:32:38 +0100 > > André Draszik wrote: > > > > > From: André Draszik > > >

Re: [OE-core] [PATCH] connman: fix nftables dependency

2017-06-19 Thread Andreas Oberritter
Hi André, On Mon, 19 Jun 2017 11:32:38 +0100 André Draszik wrote: > From: André Draszik > > When building with nftables support, connman doesn't ever > depend on the nftables command line tool. > > connman will depend on libmnl and libnftnl at build and > run time. In addition, the nftables r

Re: [OE-core] [PATCH v3] package_ipk: correct ipk multiline descriptions

2017-05-29 Thread Andreas Oberritter
On Mon, 29 May 2017 10:36:47 -0700 leonardo.sandoval.gonza...@linux.intel.com wrote: > From: Leonardo Sandoval > > Empty descriptions lines are set with a space following by a dot and > the multiline ones require a leading space. Also, for non-empty lines, > there is no need for formating with t

Re: [OE-core] [PATCH 2/2] connman: enable connman-wait-online.service

2017-05-09 Thread Andreas Oberritter
Ping, again, for this very simple patch. On Mon, 30 Jan 2017 23:20:02 +0100 Andreas Oberritter wrote: > Ping. > > On Wed, 30 Nov 2016 13:22:31 +0100 > Andreas Oberritter wrote: > > > Fixes network mounts on boot. > > > > Signed-off-by: Andreas Ober

Re: [OE-core] [PATCH] connman: Simplify and fix packaging of VPN plug-ins

2017-05-09 Thread Andreas Oberritter
Ping. I know conflicts may have appeared in the meantime. I've got a rebased version in my tree. Some feedback would be nice however, before I'm going to send it again. Regards, Andreas On Mon, 30 Jan 2017 23:19:30 +0100 Andreas Oberritter wrote: > Ping. > > On Mon,

Re: [OE-core] [[PATCH v2] kernel-fitimage: fix ${KERNEL_DEVICETREE} includes subdirectory issue.

2017-05-09 Thread Andreas Oberritter
Dear Chunrong Guo, you don't need to repost the same patch over and over again. Please consider my reply to your first submission of v2. http://lists.openembedded.org/pipermail/openembedded-core/2017-May/136345.html Regards, Andreas P.S.: The subject contains a superflous bracket. On Tue, 9

Re: [OE-core] [[PATCH v2] kernel-fitimage: fix ${KERNEL_DEVICETREE} includes subdirectory issue.

2017-05-05 Thread Andreas Oberritter
On Fri, 5 May 2017 11:57:44 +0800 Chunrong Guo wrote: > From: Chunrong Guo > > * For example: > KERNEL_DEVICETREE ?= "freescale/fsl-ls1046a-rdb.dtb" Does this work at all? This runs oe_runmake freescale/fsl-ls1046a-rdb.dtb, if I'm not mistaken. I think KERNEL_DEVICETREE ?= "fsl-ls104

Re: [OE-core] [PATCH] kernel-fitimage: fix ${KERNEL_DEVICETREE} includes subdirectory issue.

2017-05-04 Thread Andreas Oberritter
On Thu, 4 May 2017 17:08:40 +0800 Chunrong Guo wrote: > From: Chunrong Guo > > * For example: > KERNEL_DEVICETREE ?= "freescale/fsl-ls1046a-rdb.dtb" > > ${DTB}= "freescale/fsl-ls1046a-rdb.dtb" > > but only the dtb name should be used. > > * Support "ext2.gz " filesy

[OE-core] [PATCH 1/2] package_deb.bbclass: Fix multi-line package descriptions

2017-04-28 Thread Andreas Oberritter
In deb control files, each line of a long description starts with a single space. Empty lines are represented by a single space followed by a single full stop character. Signed-off-by: Andreas Oberritter --- Please note: As opkg uses the same format, I believe this to be broken in

[OE-core] [PATCH 2/2] package_deb.bbclass: Avoid writing empty custom fields

2017-04-28 Thread Andreas Oberritter
Avoids parser errors if PACKAGE_ADD_METADATA_DEB is set to an empty value. Signed-off-by: Andreas Oberritter --- meta/classes/package_deb.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index 3cd5efa

[OE-core] [PATCH] busybox: make bash a valid login shell if enabled

2017-04-28 Thread Andreas Oberritter
Add bash to /etc/shells if busybox is built with bash applet anabled to fix login via dropbear. Signed-off-by: Andreas Oberritter --- meta/recipes-core/busybox/busybox.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-04-21 Thread Andreas Oberritter
On Fri, 21 Apr 2017 14:37:36 +0200 David Vincent wrote: > On 2017-04-21 13:30 GMT+02:00 Andreas Oberritter : > > On Fri, 21 Apr 2017 13:02:51 +0200 > > Andrea Adami wrote: > > > >> On Fri, Apr 21, 2017 at 12:39 PM, Andreas Oberritter > >&g

Re: [OE-core] [PATCH] connman: fix race condition with systemd-udev

2017-04-21 Thread Andreas Oberritter
On Fri, 21 Apr 2017 11:25:34 +0300 Dmitry Rozhkov wrote: > When a new USB network interface is plugged in systemd > fails to rename the new interface (ethX) to a predictable > name [1] because connman locks it first. > > The proposed solution is to blacklist unpredictable names > in connman in c

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-04-21 Thread Andreas Oberritter
On Fri, 21 Apr 2017 13:02:51 +0200 Andrea Adami wrote: > On Fri, Apr 21, 2017 at 12:39 PM, Andreas Oberritter > wrote: > > This reverts commit c7bc46b9bc29dd0953ab8d63b50fa105bb66892e. > > > > It broke dpkg's update-alternatives, which requires absolute paths.

[OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-04-21 Thread Andreas Oberritter
This reverts commit c7bc46b9bc29dd0953ab8d63b50fa105bb66892e. It broke dpkg's update-alternatives, which requires absolute paths. | update-alternatives: error: alternative path is not absolute as it should be Signed-off-by: Andreas Oberritter --- meta/classes/kernel.bbclass

Re: [OE-core] [PATCH V6 2/2] kernel-initramfs: add recipe

2017-04-09 Thread Andreas Oberritter
On Sat, 8 Apr 2017 18:43:45 +0200 liu.min...@gmail.com wrote: > From: Ming Liu > > To implement initramfs bundled kernel packaging. > > The kernel images are copied from DEPLOY_DIR_IMAGE, and a list of > packages will be generated according to KERNEL_IMAGETYPES setting. > > For instance: > Fo

Re: [OE-core] [PATCH V6 1/2] image.bbclass: remove initramfs bundle related code

2017-04-09 Thread Andreas Oberritter
On Sat, 8 Apr 2017 18:43:44 +0200 liu.min...@gmail.com wrote: > From: Ming Liu > > The original purpose of these code was to repackage initramfs bundled > kernel before image do_build, but it does not really work because the > initramfs bundled kernel images are not packaged at all after commit

Re: [OE-core] [PATCH] bitbake.conf: add whoami to HOSTTOOLS

2017-03-29 Thread Andreas Oberritter
On Wed, 29 Mar 2017 22:45:17 +0200 Andrea Adami wrote: > Spotted in log do_compile of linux: > > /tmp/build/tmp-glibc/work-shared/c7x0/kernel-source/scripts/mkcompile_h: > line 46: whoami: command not found As an alternative, we could set KBUILD_BUILD_USER (and possibly KBUILD_BUILD_HOST) to

Re: [OE-core] [PATCH 1/1] buildhistory.bbclass: Add license declaration to packages and recipes

2017-03-01 Thread Andreas Oberritter
Hello Hugo, On Tue, 28 Feb 2017 09:51:00 + wrote: > Having the license declaration in the buildhistory is useful to track > licenses changes, licenses going to a given image and etc. This change > adds the license declaration for recipes and packages to its > buildhistory data. > > Upstream

Re: [OE-core] [PATCH 2/3] ffmpeg: Fix the license description

2017-02-21 Thread Andreas Oberritter
On Tue, 21 Feb 2017 01:21:35 + "Burton, Ross" wrote: > On 16 February 2017 at 10:34, Andreas Oberritter > wrote: > > > +LICENSE = "BSD & GPLv2+ & LGPLv2.1+ & MIT" > > +LICENSE_${PN} = "GPLv2+" > > +LICENSE_libavcodec =

Re: [OE-core] Suggested RREPLACES/RCONFLICTS for easier kernel-image upgrades

2017-02-17 Thread Andreas Oberritter
On Thu, 16 Feb 2017 13:43:03 + Bryan Evenson wrote: > Khem, > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf > > Of Khem Raj > > Sent: Wednesday, February 15, 2017 5:17 PM > > T

Re: [OE-core] [PATCH 3/3] ffmpeg: Build libpostproc even if global gpl flag is unset

2017-02-17 Thread Andreas Oberritter
On Thu, 16 Feb 2017 07:39:17 -0800 Khem Raj wrote: > On Thu, Feb 16, 2017 at 2:34 AM, Andreas Oberritter > wrote: > > The libpostproc package has an explicit GPLv2+ license tag. > > > > Signed-off-by: Andreas Oberritter > > --- > > ...figure-allow-lib

[OE-core] [PATCH 1/3] ffmpeg: use static package list

2017-02-16 Thread Andreas Oberritter
Dynamic packaging isn't useful if every library needs to be listed manually. Signed-off-by: Andreas Oberritter --- meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.2.bb | 53 +- 1 file changed, 19 insertions(+), 34 deletions(-) diff --git a/meta/recipes-multimedia/f

[OE-core] [PATCH 2/3] ffmpeg: Fix the license description

2017-02-16 Thread Andreas Oberritter
FFmpeg has complicated licensing options, so it should also have complicated license statements in its recipe. Signed-off-by: Andreas Oberritter --- meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.2.bb | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH 3/3] ffmpeg: Build libpostproc even if global gpl flag is unset

2017-02-16 Thread Andreas Oberritter
The libpostproc package has an explicit GPLv2+ license tag. Signed-off-by: Andreas Oberritter --- ...figure-allow-libpostproc-without-gpl-flag.patch | 34 ++ meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.2.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644

[OE-core] [PATCH] python: Don't use getentropy on Linux

2017-02-07 Thread Andreas Oberritter
Backport a patch from 2.7 branch to fix a regression with glibc 2.24 causing "OSError: [Errno 38] Function not implemented" when calling urandom() with older kernels. Signed-off-by: Andreas Oberritter --- .../python/Don-t-use-getentropy-on-Linux.patch | 41 ++

[OE-core] [PATCH v2] kernel-module-split: Allow custom suffix for package names

2017-02-06 Thread Andreas Oberritter
This makes it possible to restore the behaviour changed by commit 78cde87 "kernel-module-split: Append KERNEL_VERSION string to kernel module name". Signed-off-by: Andreas Oberritter --- v2: rebased due to conflict with commit 87d03ff meta/classes/kernel-module-split.bbclass | 4 ++

Re: [OE-core] [PATCH] ffmpeg: disable cpu autodetection

2017-01-30 Thread Andreas Oberritter
On Mon, 30 Jan 2017 18:21:10 -0500 Denys Dmytriyenko wrote: > On Mon, Jan 30, 2017 at 10:59:50PM +0100, Andreas Oberritter wrote: > > Just pass the correct -mcpu= configure switch (fallback to generic). > > > > Avoids warnings like: > > | warning: switch -mcpu=corte

Re: [OE-core] [PATCH 1/2] gptfdisk: fix support for 'large' drives

2017-01-30 Thread Andreas Oberritter
Ping. On Wed, 30 Nov 2016 22:50:45 +0100 Andreas Oberritter wrote: > Make's switch '-e' replaced important compiler flags from the > project's Makefile, i.e. -D_FILE_OFFSET_BITS=64. > > Signed-off-by: Andreas Oberritter > --- > meta/recipes-devtools/fd

Re: [OE-core] [PATCH 2/2] util-linux: create own package for lsblk

2017-01-30 Thread Andreas Oberritter
Ping. On Wed, 30 Nov 2016 19:50:27 +0100 Andreas Oberritter wrote: > Let util-linux-bash-completion depend on it, because it uses it. > > Signed-off-by: Andreas Oberritter > --- > meta/recipes-core/util-linux/util-linux.inc | 6 -- > 1 file changed, 4 insertio

Re: [OE-core] [PATCH 2/2] gptfdisk: put sgdisk into its own package

2017-01-30 Thread Andreas Oberritter
Ping. On Wed, 30 Nov 2016 22:50:46 +0100 Andreas Oberritter wrote: > This allows to avoid pulling in ncurses if only sgdisk is needed. > > Signed-off-by: Andreas Oberritter > --- > meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb | 6 ++ > 1 file changed, 6 insertions(+)

Re: [OE-core] [PATCH 1/2] bash: use update-alternatives for the bash binary

2017-01-30 Thread Andreas Oberritter
Ping. On Wed, 30 Nov 2016 19:50:26 +0100 Andreas Oberritter wrote: > Busybox may offer a bash applet. If enabled, the alternatives mechanism > avoids breaking logins if bash gets deinstalled while /bin/bash is configured > as a login shell. > > Signed-off-by: Andreas Oberritter

Re: [OE-core] [PATCH 2/2] connman: enable connman-wait-online.service

2017-01-30 Thread Andreas Oberritter
Ping. On Wed, 30 Nov 2016 13:22:31 +0100 Andreas Oberritter wrote: > Fixes network mounts on boot. > > Signed-off-by: Andreas Oberritter > --- > meta/recipes-connectivity/connman/connman.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/m

Re: [OE-core] [PATCH] connman: Simplify and fix packaging of VPN plug-ins

2017-01-30 Thread Andreas Oberritter
Ping. On Mon, 5 Dec 2016 23:41:53 +0100 Andreas Oberritter wrote: > - Use simple static packaging. > - Move VPN runtime dependencies from connman to the individual plug-ins. > - Create a connmann-ppp package containing libppp-plugin.so, which is > a shared library needed by l

[OE-core] [PATCH] kernel-module-split: Allow custom suffix for package names

2017-01-30 Thread Andreas Oberritter
This makes it possible to restore the behaviour changed by commit 78cde87 "kernel-module-split: Append KERNEL_VERSION string to kernel module name". Signed-off-by: Andreas Oberritter --- meta/classes/kernel-module-split.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletio

[OE-core] [PATCH] ffmpeg: disable cpu autodetection

2017-01-30 Thread Andreas Oberritter
Just pass the correct -mcpu= configure switch (fallback to generic). Avoids warnings like: | warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Signed-off-by: Andreas Oberritter --- meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.2.bb | 7 +++ 1 file changed, 7 insertions

Re: [OE-core] [PATCH 02/33] dpkg: update-alternatives-dpkg should conflict with other providers

2016-12-22 Thread Andreas Oberritter
On 08.12.2016 20:22, Andreas Oberritter wrote: > On 08.12.2016 17:16, Burton, Ross wrote: >> With PACKAGE_CLASSES="package_rpm package_deb" this happens: >> >> ERROR: dpkg-native-1.18.7-r0 do_populate_sysroot: The recipe dpkg-native >> is trying to install file

Re: [OE-core] [PATCH 5/5] hdparm: 9.48 -> 9.50

2016-12-22 Thread Andreas Oberritter
On 22.12.2016 04:14, Robert Yang wrote: > On 12/22/2016 11:09 AM, Andreas Oberritter wrote: >> On 22.12.2016 03:47, Robert Yang wrote: >>> On 12/21/2016 09:27 PM, Andre McCurdy wrote: >>>> Passing LDFLAGS on the make command line might be a cleaner solution &

Re: [OE-core] [PATCH 5/5] hdparm: 9.48 -> 9.50

2016-12-21 Thread Andreas Oberritter
On 22.12.2016 03:47, Robert Yang wrote: > On 12/21/2016 09:27 PM, Andre McCurdy wrote: >> Passing LDFLAGS on the make command line might be a cleaner solution >> than patching the Makefile. > > We can't do that since there is a "-e MAKEFLAGS=" in EXTRA_OEMAKE, and its > Makefile is: > > all: >

Re: [OE-core] [PATCH 01/11] buildstats: add system state sampling

2016-12-08 Thread Andreas Oberritter
Hi Patrick, On 28.11.2016 16:33, Patrick Ohly wrote: > /proc/[diskstats|meminfo|stat] get sampled and written to the same > proc_.log files as during normal bootchat logging. This will > allow rendering the CPU, disk and memory usage charts. > > Right now sampling happens once a second, triggered

[OE-core] [PATCH v2 31/33] package_deb.bbclass: compress control.tar with the same algorithm as data.tar

2016-12-08 Thread Andreas Oberritter
Yields better compression with xz and fixes a problem invoking gzip. Signed-off-by: Andreas Oberritter --- meta/classes/package_deb.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index 09bc5b9

[OE-core] [PATCH v2 30/33] dpkg: use correct path for perl libraries

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 40cfc45..1d55837 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc

[OE-core] [PATCH v2 32/33] apt: fix rpath error during configure

2016-12-08 Thread Andreas Oberritter
| checking for shared library run path origin... /bin/sh: ../apt-1.0.10.1/buildlib/config.rpath: No such file or directory Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.12.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/apt/apt_1.2.12

[OE-core] [PATCH v2 33/33] apt: dselect depends on perl

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/apt/apt_1.2.12.bb b/meta/recipes-devtools/apt/apt_1.2.12.bb index 5dc50a4..0b640f9 100644 --- a/meta/recipes-devtools/apt

[OE-core] [PATCH v2 27/33] dpkg: simplify replacing perl interpreter in scripts

2016-12-08 Thread Andreas Oberritter
Target scripts already contain the correct value. Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 2575fbb

[OE-core] [PATCH v2 26/33] dpkg: remove unneeded do_configure override

2016-12-08 Thread Andreas Oberritter
Exporting PERL_LIBDIR is enough, compiler.m4 isn't needed. Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index bb3c4df..2575fbb 1

[OE-core] [PATCH v2 29/33] dpkg: always install dpkg-configure.service

2016-12-08 Thread Andreas Oberritter
systemd.bbclass handles everything based on DISTRO_FEATURES. Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg

[OE-core] [PATCH v2 28/33] dpkg: update packages and files to match Debian more closely

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- v2: Drop gpgv from RRECOMMENDS and RSUGGESTS, gnupg implies it. meta/recipes-devtools/dpkg/dpkg.inc | 53 + 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta

[OE-core] [PATCH v2 20/33] package_manager/deb: let apt-get handle postinst scripts

2016-12-08 Thread Andreas Oberritter
would have executed, its work was already done by apt-get. Signed-off-by: Andreas Oberritter --- v2: Added patch description. meta/lib/oe/package_manager.py | 86 -- meta/lib/oe/rootfs.py | 6 +-- 2 files changed, 9 insertions(+), 83 deletions

[OE-core] [PATCH v2 22/33] package_manager/deb: implement BAD_RECOMMENDATIONS

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/classes/rootfs_deb.bbclass | 6 -- meta/lib/oe/package_manager.py | 27 +++ meta/lib/oe/rootfs.py | 2 ++ 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/meta/classes/rootfs_deb.bbclass b/meta

[OE-core] [PATCH v2 25/33] dpkg: clean-up packaging of start-stop-daemon

2016-12-08 Thread Andreas Oberritter
Dpkg-start-stop is not an intuitive name. Just call the package start-stop-daemon. Don't rdepend on it, because it might be empty. Install start-stop-daemon to /sbin to match Debian and busybox. Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc

[OE-core] [PATCH v2 24/33] dpkg: set license field to more common "GPLv2+"

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 4e39fba..cf09b35 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b

[OE-core] [PATCH v2 14/33] apt-native: drop obsolete patches

2016-12-08 Thread Andreas Oberritter
d-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt-native_1.2.12.bb | 6 +- ...ys-run-dpkg-configure-a-at-the-end-of-our.patch | 126 - meta/recipes-devtools/apt/apt/noconfigure.patch| 37 -- .../apt/files/db_linking_hack.patch

[OE-core] [PATCH v2 19/33] apt: recommend gnupg

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.12.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/apt/apt_1.2.12.bb b/meta/recipes-devtools/apt/apt_1.2.12.bb index 2c4f11d..4d781a2 100644 --- a/meta/recipes-devtools/apt/apt_1.2.12.bb

[OE-core] [PATCH v2 23/33] dpkg: use PACKAGECONFIG

2016-12-08 Thread Andreas Oberritter
Keep default dependencies as before. Set default compressor to xz if selected, gzip otherwise. Signed-off-by: Andreas Oberritter --- v2: Rebased (conflicted with PATCH v2 01/33) meta/recipes-devtools/dpkg/dpkg.inc | 30 -- 1 file changed, 16 insertions(+), 14

[OE-core] [PATCH v2 18/33] apt: more fine-grained packaging

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.12.bb | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/apt/apt_1.2.12.bb b/meta/recipes-devtools/apt/apt_1.2.12.bb index a350b36..2c4f11d 100644 --- a/meta/recipes-devtools

[OE-core] [PATCH v2 21/33] package_manager/deb: create Packages.xz

2016-12-08 Thread Andreas Oberritter
apt-get prefers it over Packages.gz. Signed-off-by: Andreas Oberritter --- v2: Added dependencies on xz-native to callers of write_index(). meta/classes/package_deb.bbclass | 1 + meta/classes/rootfs_deb.bbclass | 4 ++-- meta/lib/oe/package_manager.py | 2 ++ 3 files changed, 5 insertions

[OE-core] [PATCH v2 16/33] apt: merge apt.inc into .bb

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt.inc | 38 meta/recipes-devtools/apt/apt_1.2.12.bb | 39 - 2 files changed, 38 insertions(+), 39 deletions(-) delete mode 100644 meta/recipes-devtools/apt

[OE-core] [PATCH v2 15/33] apt: merge with apt-native

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt-native_1.2.12.bb | 50 -- meta/recipes-devtools/apt/apt.inc | 3 ++ meta/recipes-devtools/apt/apt_1.2.12.bb| 11 ++ 3 files changed, 14 insertions(+), 50 deletions(-) delete

[OE-core] [PATCH v2 17/33] apt: group variables (license, configuration, packaging)

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.12.bb | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/meta/recipes-devtools/apt/apt_1.2.12.bb b/meta/recipes-devtools/apt/apt_1.2.12.bb index 3463a23..a350b36 100644

[OE-core] [PATCH v2 07/33] apt-native: merge apt-native.inc into .bb

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt-native.inc | 70 meta/recipes-devtools/apt/apt-native_1.2.12.bb | 74 -- 2 files changed, 71 insertions(+), 73 deletions(-) delete mode 100644 meta/recipes-devtools/apt/apt

[OE-core] [PATCH v2 11/33] apt: use default packaging rules for base package, prepend apt-utils

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.12.bb | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/apt/apt_1.2.12.bb b/meta/recipes-devtools/apt/apt_1.2.12.bb index ba49571..ec93eb8 100644 --- a/meta/recipes

[OE-core] [PATCH v2 13/33] apt: rewrite do_install

2016-12-08 Thread Andreas Oberritter
Install missing files and directories (apt, apt-ftparchive, apt-helper, apt-mark, trusted.gpg.d). Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.12.bb | 73 ++--- 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH v2 12/33] apt: use default packaging rules for -dev package

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.12.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/apt/apt_1.2.12.bb b/meta/recipes-devtools/apt/apt_1.2.12.bb index ec93eb8..c531a49 100644 --- a/meta/recipes-devtools/apt/apt_1.2.12.bb +++ b

[OE-core] [PATCH v2 10/33] apt: use default packaging rules for manpages

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.12.bb | 35 + 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/meta/recipes-devtools/apt/apt_1.2.12.bb b/meta/recipes-devtools/apt/apt_1.2.12.bb index 3efa14e..ba49571 100644

[OE-core] [PATCH v2 09/33] apt-native: use sed to prepare apt.conf.sample

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt-native_1.2.12.bb | 32 +- .../apt/{files/apt.conf => apt/apt.conf.in}| 6 ++-- 2 files changed, 10 insertions(+), 28 deletions(-) rename meta/recipes-devtools/apt/{files/apt.conf =&g

[OE-core] [PATCH v2 01/33] dpkg: implement offline mode for update-alternatives

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- v2: Make update-alternatives optional. Enable it by default for class-target or if PREFERRED_PROVIDER_virtual/update-alternatives-native is set to dpkg-native. This should match the behaviour of opkg-utils. Added patch header (submitted

[OE-core] [PATCH v2 08/33] apt: merge apt-package.inc into .bb

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt-package.inc | 78 -- meta/recipes-devtools/apt/apt_1.2.12.bb | 79 ++- 2 files changed, 78 insertions(+), 79 deletions(-) delete mode 100644 meta/recipes-devtools/apt

[OE-core] [PATCH v2 06/33] debianutils: Allow native builds

2016-12-08 Thread Andreas Oberritter
Apt has a runtime dependency on it. Signed-off-by: Andreas Oberritter --- meta/recipes-support/debianutils/debianutils_4.8.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/debianutils/debianutils_4.8.bb b/meta/recipes-support/debianutils

[OE-core] [PATCH v2 00/33] Accumulated patches for deb packaging

2016-12-08 Thread Andreas Oberritter
uld be removed later. v2: Patches 1, 3, 20, 21, 23 and 28 were modified and annotated. Andreas Oberritter (33): dpkg: implement offline mode for update-alternatives dpkg: update-alternatives-dpkg should conflict with other providers dpkg-native: hardcode SYSCONFDIR to sysconfdir_native i

[OE-core] [PATCH v2 03/33] dpkg-native: hardcode SYSCONFDIR to sysconfdir_native in update-alternatives

2016-12-08 Thread Andreas Oberritter
It needs to be relative to DPKG_INSTDIR when installing. Signed-off-by: Andreas Oberritter --- v2: Use ${sysconfdir_native} instead of /etc. meta/recipes-devtools/dpkg/dpkg.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools

[OE-core] [PATCH v2 04/33] apt-native: Use option --force-script-chrootless for rootfs

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/files/apt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/apt/files/apt.conf b/meta/recipes-devtools/apt/files/apt.conf index 0335135..9ad61cc 100644 --- a/meta/recipes-devtools/apt

[OE-core] [PATCH v2 02/33] dpkg: update-alternatives-dpkg should conflict with other providers

2016-12-08 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 5695a35..2285f23 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes

[OE-core] [PATCH v2 05/33] package_manager/deb: pass option --force-script-chrootless to dpkg

2016-12-08 Thread Andreas Oberritter
Fixes removal of packages with new dpkg version. Signed-off-by: Andreas Oberritter --- meta/lib/oe/package_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index 7ba2e4d..4ef4f6d 100644 --- a/meta/lib

Re: [OE-core] [PATCH 02/33] dpkg: update-alternatives-dpkg should conflict with other providers

2016-12-08 Thread Andreas Oberritter
On 08.12.2016 17:16, Burton, Ross wrote: > With PACKAGE_CLASSES="package_rpm package_deb" this happens: > > ERROR: dpkg-native-1.18.7-r0 do_populate_sysroot: The recipe dpkg-native > is trying to install files into a shared area when those files already > exist. Those files and their manifest loca

  1   2   3   4   5   6   >