Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Kristian Amlie
On 24/11/16 07:15, Ulrich Ölmann wrote: > Hi, > > On Wed, Nov 23, 2016 at 04:56:56PM +0100, Patrick Ohly wrote: >> On Wed, 2016-11-23 at 15:22 +0200, Ed Bartosh wrote: >>> On Wed, Nov 23, 2016 at 02:08:28PM +0100, Kristian Amlie wrote: On 23/11/16 13:08, Ed Bartosh wrote: > On Tue, Nov

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Patrick Ohly
On Thu, 2016-11-24 at 07:15 +0100, Ulrich Ölmann wrote: > On Wed, Nov 23, 2016 at 04:56:56PM +0100, Patrick Ohly wrote: > > Excluding only the directory content but not the actual directory is > > indeed a good point. I'm a bit undecided. When excluding only the > > directory content, there's no

[OE-core] [PATCH v5 5/6] wic: selftest: do not assume bzImage kernel image

2016-11-23 Thread Maciej Borzecki
Instead of assuming that bzImage is available, query bitbake enviroment for KERNEL_IMAGETYPE. Signed-off-by: Maciej Borzecki --- meta/lib/oeqa/selftest/wic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/wic.py

[OE-core] [PATCH v5 6/6] wic: selftest: add tests for --fixed-size partition flags

2016-11-23 Thread Maciej Borzecki
wic has a new flag for setting a fixed parition size --fixed-size. Add tests that verify if partition is indeed sized properly and that errors are signaled when there is not enough space to fit partition data. Signed-off-by: Maciej Borzecki ---

[OE-core] [PATCH v5 3/6] wic: add --fixed-size wks option

2016-11-23 Thread Maciej Borzecki
Added new option --fixed-size to wks. The option can be used to indicate the exact size of a partition. The option cannot be added together with --size, in which case an error will be raised. Other options that influence automatic partition size (--extra-space, --overhead-factor), if specifiec

[OE-core] [PATCH v5 2/6] oeqa/utils/commands.py: allow use of binaries from native sysroot

2016-11-23 Thread Maciej Borzecki
Tests may need to run a native tool that is not available on the host filesystem, but can be built using one of the *-native recipes. In such case, the tool will be available in native sysroot, and running in from that location will require adjustments to PATH. runCmd() can now take a path to

[OE-core] [PATCH v5 4/6] wic: selftest: avoid COMPATIBLE_HOST issues

2016-11-23 Thread Maciej Borzecki
wic tests will unconditionally attempt to build syslinux and add configuration options that may not be compatible with current machine. Resolve this by consulting HOST_ARCH (which defaults to TARGET_ARCH) and build recipes, add configuration options or skip tests conditionally. A convenience

[OE-core] [PATCH v5 0/6] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes

2016-11-23 Thread Maciej Borzecki
v5 of a patch series previously posted here [1]. Changes since v4: * dropped `wic: selftest: do not repeat core-image-minimal` & rebased dependant patches * minor formatting fix in `wic: selftest: add tests for --fixed-size partition flags` [1].

[OE-core] [PATCH v5 1/6] oe-selftest: enforce en_US.UTF-8 locale

2016-11-23 Thread Maciej Borzecki
Replicate bitbake and eforce en_US.UTF-8 locale so that ouptut of locale-aware tools remains stable. Signed-off-by: Maciej Birzecki Signed-off-by: Maciej Borzecki --- scripts/oe-selftest | 3 +++ 1 file changed, 3 insertions(+) diff

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Ulrich Ölmann
Hi, On Wed, Nov 23, 2016 at 04:56:56PM +0100, Patrick Ohly wrote: > On Wed, 2016-11-23 at 15:22 +0200, Ed Bartosh wrote: > > On Wed, Nov 23, 2016 at 02:08:28PM +0100, Kristian Amlie wrote: > > > On 23/11/16 13:08, Ed Bartosh wrote: > > > > On Tue, Nov 22, 2016 at 12:54:52PM +0100, Kristian Amlie

Re: [OE-core] [PATCH 2/2] base-passwd: set root's default password to 'root'

2016-11-23 Thread Robert Yang
On 11/24/2016 11:18 AM, Paul Eggleton wrote: On Thu, 24 Nov 2016 10:01:59 Robert Yang wrote: On 11/23/2016 07:16 PM, Patrick Ohly wrote: On Tue, 2016-11-22 at 23:49 -0800, Robert Yang wrote: [YOCTO #10710] Otherwise, we can't login as root when debug-tweaks is not in IMAGE_FEATURES, and

Re: [OE-core] [PATCH 2/2] base-passwd: set root's default password to 'root'

2016-11-23 Thread Paul Eggleton
On Thu, 24 Nov 2016 10:01:59 Robert Yang wrote: > On 11/23/2016 07:16 PM, Patrick Ohly wrote: > > On Tue, 2016-11-22 at 23:49 -0800, Robert Yang wrote: > >> [YOCTO #10710] > >> > >> Otherwise, we can't login as root when debug-tweaks is not in > >> IMAGE_FEATURES, and there is no other users to

Re: [OE-core] [PATCH] meta/conf/layer.conf: Add recommended download layer

2016-11-23 Thread Mark Hatle
On 11/23/16 7:16 PM, Christopher Larson wrote: > On Wed, Nov 23, 2016 at 12:42 PM, Mark Hatle > wrote: > > On 11/23/16 12:56 PM, Martin Jansa wrote: > > On Wed, Nov 23, 2016 at 12:38:42PM -0600, Mark Hatle wrote: > >> On

[OE-core] [PATCH 0/1] archiver.bbclass: fix can't create diff tarball

2016-11-23 Thread Dengke Du
The following changes since commit 12a0ee049e453b6d0d2ce2f3fa981d1b6e02bd78: dev-manual: Added note about RPM not dealing with post-install (2016-11-23 11:10:35 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 1/1] archiver.bbclass: fix can't create diff tarball

2016-11-23 Thread Dengke Du
When enable: ARCHIVER_MODE[src] = "configured" ARCHIVER_MODE[diff] = "1" There is no "diff" tarball created, just "configured" tarball created, in log file: log.do_unpack_and_patch, it said that directory doesn't exist. This is because when enable "diff" and "configured", system

Re: [OE-core] [PATCH 2/2] base-passwd: set root's default password to 'root'

2016-11-23 Thread Robert Yang
On 11/23/2016 07:16 PM, Patrick Ohly wrote: On Tue, 2016-11-22 at 23:49 -0800, Robert Yang wrote: [YOCTO #10710] Otherwise, we can't login as root when debug-tweaks is not in IMAGE_FEATURES, and there is no other users to login by default, so there is no way to login. Wait a second, are

[OE-core] [PATCH] webkitgtk: update to 2.14.2

2016-11-23 Thread Carlos Alberto Lopez Perez
Signed-off-by: Carlos Alberto Lopez Perez --- meta/recipes-sato/webkit/{webkitgtk_2.14.1.bb => webkitgtk_2.14.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/webkit/{webkitgtk_2.14.1.bb => webkitgtk_2.14.2.bb} (97%) diff --git

Re: [OE-core] [PATCH] meta/conf/layer.conf: Add recommended download layer

2016-11-23 Thread Christopher Larson
On Wed, Nov 23, 2016 at 12:42 PM, Mark Hatle wrote: > On 11/23/16 12:56 PM, Martin Jansa wrote: > > On Wed, Nov 23, 2016 at 12:38:42PM -0600, Mark Hatle wrote: > >> On 11/23/16 12:10 PM, Martin Jansa wrote: > >>> On Wed, Nov 23, 2016 at 11:42:09AM -0600, Mark Hatle

[OE-core] [PATCH] classes: Fix alternatives and rc.d ordering

2016-11-23 Thread David Vincent
When using an alternative as an initscript, the ordering between update-rc.d and update-alternatives tasks during prerm and postinst tasks must always be the following in order to work: * prerm: - stop daemon - remove alternative * postinst: - add alternative - start daemon

[OE-core] [PATCH v2] systemd-boot: Remove old gummiboot recipe, class and wks file

2016-11-23 Thread Alejandro Hernandez
Since the gummiboot project is no longer being maintained and we are using systemd-boot as a replacement instead, we can now clean up all remaining gummiboot files. [YOCTO #10332] Signed-off-by: Alejandro Hernandez --- meta/classes/gummiboot.bbclass

[OE-core] [PATCH 2/2] Remove old gummiboot recipe, class and wks file

2016-11-23 Thread Alejandro Hernandez
Since the gummiboot project is no longer being maintained and we are using systemd-boot as a replacement instead, we can now clean up all remaining gummiboot files. [YOCTO #10332] Signed-off-by: Alejandro Hernandez --- meta/classes/gummiboot.bbclass

[OE-core] [PATCH 1/2] systemd-boot: Completely replaces gummiboot with systemd-boot

2016-11-23 Thread Alejandro Hernandez
After systemd-boot was introduced, its been tested for a while with no major issues being found until now, this patch completely replaces all gummiboot instances with systemd-boot ones, taking the next step into cleaning up systemd-boot/gummiboot. [YOCTO #10332] Signed-off-by: Alejandro

[OE-core] [PATCHv2 1/1] nfs-utils: 1.3.3 -> 1.3.4

2016-11-23 Thread mariano . lopez
From: Mariano Lopez Signed-off-by: Mariano Lopez --- .../files/nfs-utils-debianize-start-statd.patch| 23 +++-- ...tatd-fix-a-segfault-caused-by-improper-us.patch | 113 -

Re: [OE-core] [PATCH] meta/conf/layer.conf: Add recommended download layer

2016-11-23 Thread Mark Hatle
On 11/23/16 12:56 PM, Martin Jansa wrote: > On Wed, Nov 23, 2016 at 12:38:42PM -0600, Mark Hatle wrote: >> On 11/23/16 12:10 PM, Martin Jansa wrote: >>> On Wed, Nov 23, 2016 at 11:42:09AM -0600, Mark Hatle wrote: This is a Wind River specific patch and not generally applicable. >>> >>> Then

Re: [OE-core] [PATCH] meta/conf/layer.conf: Add recommended download layer

2016-11-23 Thread Martin Jansa
On Wed, Nov 23, 2016 at 12:38:42PM -0600, Mark Hatle wrote: > On 11/23/16 12:10 PM, Martin Jansa wrote: > > On Wed, Nov 23, 2016 at 11:42:09AM -0600, Mark Hatle wrote: > >> This is a Wind River specific patch and not generally applicable. > > > > Then why is it sent to oe-core ML? > > As noted

Re: [OE-core] [PATCH] meta/conf/layer.conf: Add recommended download layer

2016-11-23 Thread Mark Hatle
On 11/23/16 12:10 PM, Martin Jansa wrote: > On Wed, Nov 23, 2016 at 11:42:09AM -0600, Mark Hatle wrote: >> This is a Wind River specific patch and not generally applicable. > > Then why is it sent to oe-core ML? As noted in the cover letter, I'm required to by Yocto Project compliance

Re: [OE-core] [oe-commits] [openembedded-core] 02/05: linux-yocto/4.8: update to 4.8.6

2016-11-23 Thread Martin Jansa
I know it's not a fix and doesn't help to find the root cause of this issue, but it built OK after cleansstate. On Wed, Nov 23, 2016 at 7:12 PM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 2016-11-23 12:12 PM, Martin Jansa wrote: > >> On Thu, Nov 03, 2016 at 01:33:47PM +,

Re: [OE-core] [oe-commits] [openembedded-core] 02/05: linux-yocto/4.8: update to 4.8.6

2016-11-23 Thread Bruce Ashfield
On 2016-11-23 12:12 PM, Martin Jansa wrote: On Thu, Nov 03, 2016 at 01:33:47PM +, g...@git.openembedded.org wrote: rpurdie pushed a commit to branch master-next in repository openembedded-core. commit 2a7d3173c7a05cd09bbcf5fe465403b2d4b2b589 Author: Bruce Ashfield

Re: [OE-core] [PATCH] meta/conf/layer.conf: Add recommended download layer

2016-11-23 Thread Martin Jansa
On Wed, Nov 23, 2016 at 11:42:09AM -0600, Mark Hatle wrote: > This is a Wind River specific patch and not generally applicable. Then why is it sent to oe-core ML? > > Signed-off-by: Mark Hatle > --- > meta/conf/layer.conf | 2 ++ > 1 file changed, 2 insertions(+) >

[OE-core] [PATCH] meta/conf/layer.conf: Add recommended download layer

2016-11-23 Thread Mark Hatle
This is a Wind River specific patch and not generally applicable. Signed-off-by: Mark Hatle --- meta/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 24b4df0..a94e524 100644 ---

[OE-core] [PATCH] Add recommended layer to oe-core

2016-11-23 Thread Mark Hatle
This patch is being sent for Yocto Project compliance reasons. It is not expected to be integrated. The patch is unique to Wind River Linux's implementation. We have special layers called 'download layers', where we aggregate all of the download content needed by a given layer. The layer

Re: [OE-core] [oe-commits] [openembedded-core] 02/05: linux-yocto/4.8: update to 4.8.6

2016-11-23 Thread Martin Jansa
On Thu, Nov 03, 2016 at 01:33:47PM +, g...@git.openembedded.org wrote: > rpurdie pushed a commit to branch master-next > in repository openembedded-core. > > commit 2a7d3173c7a05cd09bbcf5fe465403b2d4b2b589 > Author: Bruce Ashfield > AuthorDate: Thu Nov 3

Re: [OE-core] migrating simple tarballs over to OE recipes?

2016-11-23 Thread Robert P. J. Day
On Wed, 23 Nov 2016, Martin Jansa wrote: > On Wed, Nov 23, 2016 at 01:00:12PM +0100, Ulf Magnusson wrote: > > On Wed, Nov 23, 2016 at 12:34 PM, Robert P. J. Day > > wrote: > > > On Wed, 23 Nov 2016, Burton, Ross wrote: > > > > > >> > > >> On 23 November 2016 at 10:42,

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Patrick Ohly
On Wed, 2016-11-23 at 15:22 +0200, Ed Bartosh wrote: > On Wed, Nov 23, 2016 at 02:08:28PM +0100, Kristian Amlie wrote: > > On 23/11/16 13:08, Ed Bartosh wrote: > > > On Tue, Nov 22, 2016 at 12:54:52PM +0100, Kristian Amlie wrote: > > >> On 22/11/16 12:10, Patrick Ohly wrote: > > ... > > >>> >

Re: [OE-core] [Master][PATCH] libtiff: Update to 4.0.7

2016-11-23 Thread akuster808
The never made into patchwork. is there a bug there ? is there an issue on how I submitted? - armin On 11/21/2016 09:28 PM, Armin Kuster wrote: Major changes: The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution, used for

[OE-core] [PATCH] mesa: make sure GLES3 headers are installed

2016-11-23 Thread Samuli Piippo
Since there is no libgles3-mesa package that would pull in the headers, add dependency to libgles2-mesa-dev. Now there no need to manually add GLES3 headers to image or toolchain. Signed-off-by: Samuli Piippo --- meta/recipes-graphics/mesa/mesa.inc | 3 +++ 1 file changed,

[OE-core] State of bitbake world 2016-11-22

2016-11-23 Thread Martin Jansa
= Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [OE-core] migrating simple tarballs over to OE recipes?

2016-11-23 Thread Martin Jansa
On Wed, Nov 23, 2016 at 01:00:12PM +0100, Ulf Magnusson wrote: > On Wed, Nov 23, 2016 at 12:34 PM, Robert P. J. Day > wrote: > > On Wed, 23 Nov 2016, Burton, Ross wrote: > > > >> > >> On 23 November 2016 at 10:42, Robert P. J. Day > >> wrote: > >>

Re: [OE-core] [PATCH 1/1] nfs-utils: 1.3.3 -> 1.3.4

2016-11-23 Thread Burton, Ross
On 22 November 2016 at 08:46, wrote: > From: Mariano Lopez > > Signed-off-by: Mariano Lopez > ERROR: nfs-utils-1.3.4-r0 do_patch: Command Error: 'quilt --quiltrc

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Kristian Amlie
On 23/11/16 14:44, Ed Bartosh wrote: > On Wed, Nov 23, 2016 at 02:08:28PM +0100, Kristian Amlie wrote: >> On 23/11/16 13:08, Ed Bartosh wrote: >>> I support the idea. Let's discuss the details of implementation and >>> create a bug in bugzilla to track the development >> >> Do you want me to

Re: [OE-core] [PATCH 2/2] base-passwd: set root's default password to 'root'

2016-11-23 Thread Burton, Ross
On 23 November 2016 at 11:16, Patrick Ohly wrote: > Wait a second, are you really suggesting that OE-core should have a > default root password in its default configuration? > > That's very bad practice and I'm against doing it this way. Having a > default password is one

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Ed Bartosh
On Wed, Nov 23, 2016 at 02:51:20PM +0100, Maciej Borzęcki wrote: > On Wed, Nov 23, 2016 at 2:22 PM, Ed Bartosh > wrote: > > On Wed, Nov 23, 2016 at 02:08:28PM +0100, Kristian Amlie wrote: > >> On 23/11/16 13:08, Ed Bartosh wrote: > >> > On Tue, Nov 22, 2016 at

Re: [OE-core] [PATCH] libpcap: Fix build when PACKAGECONFIG ipv6 is not enable

2016-11-23 Thread Otavio Salvador
On Wed, Nov 23, 2016 at 11:41 AM, Christopher Larson wrote: > > On Wed, Nov 23, 2016 at 3:00 AM, Otavio Salvador > wrote: >> >> On Thu, Nov 17, 2016 at 2:24 PM, Christopher Larson >> wrote: >> > >> > On Thu, Nov 17,

[OE-core] [OE-Core][Patch 6/7] perf: Add EXTRA_LDFLAGS for MIPS N32

2016-11-23 Thread Zubair Lutfullah Kakakhel
MIPS N32 requires EXTRA_LDFLAGS to link correctly. Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-kernel/perf/perf.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index

[OE-core] [OE-Core][Patch 7/7] ghostscript: Use MIPS MACHINE_OVERRIDES for objarch.h

2016-11-23 Thread Zubair Lutfullah Kakakhel
MIPS MACHINE_OVERRIDES can be used to provide the same objarch.h files for MIPS pre-R2 and R6 ISA versions. Use them to reduce duplication in supporting MIPS R6 ISA Signed-off-by: Zubair Lutfullah Kakakhel --- .../ghostscript/ghostscript/{mips64 =>

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Maciej Borzęcki
On Wed, Nov 23, 2016 at 2:22 PM, Ed Bartosh wrote: > On Wed, Nov 23, 2016 at 02:08:28PM +0100, Kristian Amlie wrote: >> On 23/11/16 13:08, Ed Bartosh wrote: >> > On Tue, Nov 22, 2016 at 12:54:52PM +0100, Kristian Amlie wrote: >> >> On 22/11/16 12:10, Patrick Ohly

[OE-core] [OE-Core][Patch 5/7] gmp: Disable assembly for MIPS R6

2016-11-23 Thread Zubair Lutfullah Kakakhel
gmplib has some assembly routines. These have not been optimized for MIPS R6 yet. Add --disable-assembly so that the C implementation is used. Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-support/gmp/gmp_6.1.1.bb | 1 + 1 file changed, 1 insertion(+)

[OE-core] [OE-Core][Patch 4/7] python-numpy: Use MIPS MACHINE_OVERRIDES to reduce duplication

2016-11-23 Thread Zubair Lutfullah Kakakhel
The mipsarch* MACHINE_OVERRIDES can be used to pass the same parameters to MIPS pre-R2 and R6 ISA variants. Use them to reduce duplication in supporting MIPS R6 ISA. Signed-off-by: Zubair Lutfullah Kakakhel --- .../{mips64n32 => mipsarchn32eb}/_numpyconfig.h|

[OE-core] [OE-Core][Patch 2/7] qemu: Disable qemu on target for MIPS

2016-11-23 Thread Zubair Lutfullah Kakakhel
Disable building qemu on MIPS N64 and N32. Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-devtools/qemu/qemu_2.7.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu_2.7.0.bb

[OE-core] [OE-Core][Patch 3/7] valgrind: Use MIPS MACHINE_OVERRIDES

2016-11-23 Thread Zubair Lutfullah Kakakhel
The mipsarch* MACHINE_OVERRIDES can be used to pass the same parameters to MIPS pre-R2 and R6 ISA variants. Use them to reduce duplication in supporting MIPS R6 ISA. Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 7

[OE-core] [OE-Core][Patch 0/7] MIPS: sprinkle some patches

2016-11-23 Thread Zubair Lutfullah Kakakhel
I'm running bitbake -k world using poky for various machine configurations from https://github.com/MIPS/meta-img Here are some patches Regards, ZubairLK Zubair Lutfullah Kakakhel (7): webkitgtk: Use MIPS MACHINE_OVERRIDES qemu: Disable qemu on target for MIPS valgrind: Use MIPS

[OE-core] [OE-Core][Patch 1/7] webkitgtk: Use MIPS MACHINE_OVERRIDES

2016-11-23 Thread Zubair Lutfullah Kakakhel
The mipsarch* MACHINE_OVERRIDES can be used to pass the same parameters to MIPS pre-R2 and R6 ISA variants. Use them to reduce duplication in supporting MIPS R6 ISA. Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | 6 +++---

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Ed Bartosh
On Wed, Nov 23, 2016 at 02:08:28PM +0100, Kristian Amlie wrote: > On 23/11/16 13:08, Ed Bartosh wrote: > > On Tue, Nov 22, 2016 at 12:54:52PM +0100, Kristian Amlie wrote: > >> On 22/11/16 12:10, Patrick Ohly wrote: > ... > >>> > >>> All of these introduce some special mechanism. Let me

Re: [OE-core] [PATCH] libpcap: Fix build when PACKAGECONFIG ipv6 is not enable

2016-11-23 Thread Christopher Larson
On Wed, Nov 23, 2016 at 3:00 AM, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Thu, Nov 17, 2016 at 2:24 PM, Christopher Larson > wrote: > > > > On Thu, Nov 17, 2016 at 9:21 AM, Fabio Berton > > wrote: > >> > >> No, I created

Re: [OE-core] [PATCH v4 5/7] wic: selftest: do not repeat core-image-minimal

2016-11-23 Thread Ed Bartosh
On Wed, Nov 23, 2016 at 12:39:26PM +0100, Maciej Borzęcki wrote: > On Wed, Nov 23, 2016 at 12:23 PM, Ed Bartosh > wrote: > > On Wed, Nov 23, 2016 at 08:46:31AM +0100, Maciej Borzecki wrote: > >> Replace repeated core-image-minimal with Wic class field. > >> > >>

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Ed Bartosh
On Wed, Nov 23, 2016 at 02:08:28PM +0100, Kristian Amlie wrote: > On 23/11/16 13:08, Ed Bartosh wrote: > > On Tue, Nov 22, 2016 at 12:54:52PM +0100, Kristian Amlie wrote: > >> On 22/11/16 12:10, Patrick Ohly wrote: > ... > >>> > >>> All of these introduce some special mechanism. Let me

[OE-core] [PATCH] insane: Add aarch64 baremetal mappings to the QA arch test

2016-11-23 Thread Alexandre Belloni
Add mappings for aarch64-elf and aarch64_be-elf to binary lookup table which allows for the generation of baremetal toolchains. Signed-off-by: Alexandre Belloni --- meta/classes/insane.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Kristian Amlie
On 23/11/16 13:08, Ed Bartosh wrote: > On Tue, Nov 22, 2016 at 12:54:52PM +0100, Kristian Amlie wrote: >> On 22/11/16 12:10, Patrick Ohly wrote: ... >>> >>> All of these introduce some special mechanism. Let me propose something >>> that might integrate better with the existing tooling: >>>

[OE-core] what is the current equivalent for the apache "mod_auth_tkt" module?

2016-11-23 Thread Robert P. J. Day
colleague wants to add that to his build, but i don't see that module anywhere. has it been superseded by something else? am i just blind in not seeing it? rday -- Robert P. J. Day

[OE-core] [PATCH 2/2] oe-selftest: toaster Remove redundant Toaster test

2016-11-23 Thread Michael Wood
This test has been ported to be run as part of Toaster's own tests. Signed-off-by: Michael Wood --- meta/lib/oeqa/selftest/_toaster.py | 320 - 1 file changed, 320 deletions(-) delete mode 100644 meta/lib/oeqa/selftest/_toaster.py

[OE-core] [PATCH 1/2] conf: Remove redundant toasterconf.json file

2016-11-23 Thread Michael Wood
We no longer use this file to start toaster. Toaster's configuration is setup by Toaster itself using the standard Django data fixtures. Signed-off-by: Michael Wood --- meta/conf/toasterconf.json | 77 -- 1 file changed, 77

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Ed Bartosh
On Tue, Nov 22, 2016 at 12:54:52PM +0100, Kristian Amlie wrote: > On 22/11/16 12:10, Patrick Ohly wrote: > >> ... > > > > All of these introduce some special mechanism. Let me propose something > > that might integrate better with the existing tooling: > > > > The "rootfs" directory gets

Re: [OE-core] migrating simple tarballs over to OE recipes?

2016-11-23 Thread Ulf Magnusson
On Wed, Nov 23, 2016 at 12:34 PM, Robert P. J. Day wrote: > On Wed, 23 Nov 2016, Burton, Ross wrote: > >> >> On 23 November 2016 at 10:42, Robert P. J. Day wrote: >> colleague has a pile of tarballs that were used to customize an x86 >>

Re: [OE-core] [PATCH v4 5/7] wic: selftest: do not repeat core-image-minimal

2016-11-23 Thread Maciej Borzęcki
On Wed, Nov 23, 2016 at 12:23 PM, Ed Bartosh wrote: > On Wed, Nov 23, 2016 at 08:46:31AM +0100, Maciej Borzecki wrote: >> Replace repeated core-image-minimal with Wic class field. >> >> Signed-off-by: Maciej Borzecki >> --- >>

Re: [OE-core] [PATCH v4 7/7] wic: selftest: add tests for --fixed-size partition flags

2016-11-23 Thread Maciej Borzęcki
On Wed, Nov 23, 2016 at 12:36 PM, Ed Bartosh wrote: > Hi Maciej, > > Thank you for the patchset! > The changes and the tests look good to me. > I have little suggestions, but most of them just a matter of taste, so > feel free to ignore them. > > On Wed, Nov 23, 2016

Re: [OE-core] [PATCH v4 7/7] wic: selftest: add tests for --fixed-size partition flags

2016-11-23 Thread Ed Bartosh
Hi Maciej, Thank you for the patchset! The changes and the tests look good to me. I have little suggestions, but most of them just a matter of taste, so feel free to ignore them. On Wed, Nov 23, 2016 at 08:46:33AM +0100, Maciej Borzecki wrote: > wic has a new flag for setting a fixed parition

Re: [OE-core] [PATCH v4 5/7] wic: selftest: do not repeat core-image-minimal

2016-11-23 Thread Ed Bartosh
On Wed, Nov 23, 2016 at 08:46:31AM +0100, Maciej Borzecki wrote: > Replace repeated core-image-minimal with Wic class field. > > Signed-off-by: Maciej Borzecki > --- > meta/lib/oeqa/selftest/wic.py | 111 > +++--- > 1 file

Re: [OE-core] migrating simple tarballs over to OE recipes?

2016-11-23 Thread Robert P. J. Day
On Wed, 23 Nov 2016, Burton, Ross wrote: > > On 23 November 2016 at 10:42, Robert P. J. Day wrote: >   colleague has a pile of tarballs that were used to customize an x86 > centos system, wants to move all that to OE with as little fuss as > possible, i

Re: [OE-core] migrating simple tarballs over to OE recipes?

2016-11-23 Thread Burton, Ross
On 23 November 2016 at 10:42, Robert P. J. Day wrote: > colleague has a pile of tarballs that were used to customize an x86 > centos system, wants to move all that to OE with as little fuss as > possible, i guess the simplest way is to just create recipes that have > the

Re: [OE-core] [PATCH 2/2] base-passwd: set root's default password to 'root'

2016-11-23 Thread Patrick Ohly
On Tue, 2016-11-22 at 23:49 -0800, Robert Yang wrote: > [YOCTO #10710] > > Otherwise, we can't login as root when debug-tweaks is not in > IMAGE_FEATURES, and there is no other users to login by default, so > there is no way to login. Wait a second, are you really suggesting that OE-core should

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Maciej Borzęcki
On Wed, Nov 23, 2016 at 11:12 AM, Enrico Joerns wrote: > On 11/23/2016 10:24 AM, Maciej Borzęcki wrote: >> > > Yes, what the genimage class (see below) does, is unpacking the final > rootfs.tar.xz inside a fakeroot environment and call the genimage tool with > the --rootpath

[OE-core] migrating simple tarballs over to OE recipes?

2016-11-23 Thread Robert P. J. Day
colleague has a pile of tarballs that were used to customize an x86 centos system, wants to move all that to OE with as little fuss as possible, i guess the simplest way is to just create recipes that have the same tarball in the files/ directory, and write a trivial do_install() task that

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Enrico Joerns
On 11/23/2016 10:24 AM, Maciej Borzęcki wrote: On Wed, Nov 23, 2016 at 9:40 AM, Enrico Joerns wrote: On 11/22/2016 12:54 PM, Kristian Amlie wrote: On 22/11/16 12:10, Patrick Ohly wrote: ... All of these introduce some special mechanism. Let me propose something that

Re: [OE-core] [PATCH] libpcap: Fix build when PACKAGECONFIG ipv6 is not enable

2016-11-23 Thread Otavio Salvador
On Thu, Nov 17, 2016 at 2:24 PM, Christopher Larson wrote: > > On Thu, Nov 17, 2016 at 9:21 AM, Fabio Berton > wrote: >> >> No, I created a patch, git format-patch and then edit generated files with >> Upstream-Status tag and added to recipe.

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Maciej Borzęcki
On Wed, Nov 23, 2016 at 9:40 AM, Enrico Joerns wrote: > On 11/22/2016 12:54 PM, Kristian Amlie wrote: >> >> On 22/11/16 12:10, Patrick Ohly wrote: ... >>> >>> >>> All of these introduce some special mechanism. Let me propose something >>> that might integrate better

[OE-core] [PATCH 1/2] arch-arm64.inc: Include arch-armv7ve.inc

2016-11-23 Thread Khem Raj
All armv8 implementations from a53 - a73 supports virtual extentions Signed-off-by: Khem Raj --- meta/conf/machine/include/arm/arch-arm64.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/arm/arch-arm64.inc

[OE-core] [PATCH V3 2/2] systemd: Upgrade to 232

2016-11-23 Thread Khem Raj
* Drop support for rcS.d SysV init scripts. These are prone to cause dependency loops, and almost all packages with rcS scripts now ship a native systemd service. * Drop mount propagation patch, it only happens with libseccomp, OE doesnt enable it * kdbus option has disappeared from

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Kristian Amlie
On 23/11/16 09:40, Enrico Joerns wrote: > On 11/22/2016 12:54 PM, Kristian Amlie wrote: >> On 22/11/16 12:10, Patrick Ohly wrote: ... >>> >>> All of these introduce some special mechanism. Let me propose something >>> that might integrate better with the existing tooling: >>> >>> The "rootfs"

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Kristian Amlie
On 23/11/16 08:26, Khem Raj wrote: > >> On Nov 22, 2016, at 11:13 PM, Kristian Amlie >> wrote: >> >> On 23/11/16 00:45, Khem Raj wrote: >>> Firstly, it needs to be defined what the data partition is about. >>> 1. is it some pre-initialized/seeded data that can then be

Re: [OE-core] Contents of non-rootfs partitions

2016-11-23 Thread Enrico Joerns
On 11/22/2016 12:54 PM, Kristian Amlie wrote: On 22/11/16 12:10, Patrick Ohly wrote: ... All of these introduce some special mechanism. Let me propose something that might integrate better with the existing tooling: The "rootfs" directory gets redefined as representing the entire virtual

Re: [OE-core] [PATCH] module.bbclass: allow to override location of Module.symvers

2016-11-23 Thread André Draszik
On Tue, 2016-11-22 at 17:33 -0500, Denys Dmytriyenko wrote: > On Mon, Nov 21, 2016 at 09:37:13AM +, André Draszik wrote: > > + install -Dm0644 > > "${B}/${MODULES_MODULE_SYMVERS_LOCATION}"/Module.symvers > > ${D}${includedir}/${BPN}/Module.symvers > > BTW, is "-Dm0644" portable?

[OE-core] [PATCH 1/2] rootfs-postcommands.bbclass: fix zap_empty_root_password

2016-11-23 Thread Robert Yang
[YOCTO #10710] The previous logic works when root passwd is blank, but it doesn't work when there is a root passws, for example: 1) Set a root passwd in base-passwd 2) IMAGE_FEATURES += "debug-tweaks" Start the target, it still requires passwd to login. Empty passwd if debug-tweaks is in

[OE-core] [PATCH 2/2] base-passwd: set root's default password to 'root'

2016-11-23 Thread Robert Yang
[YOCTO #10710] Otherwise, we can't login as root when debug-tweaks is not in IMAGE_FEATURES, and there is no other users to login by default, so there is no way to login. Signed-off-by: Robert Yang --- .../base-passwd/base-passwd/passwd_master.patch | 16

[OE-core] [PATCH 0/2] fix can't login when debug-tweaks is not in IMAGE_FEATURES

2016-11-23 Thread Robert Yang
Fixed 2 bugs: - Can't login as root when debug-tweaks/empty-root-password is not in IMAGE_FEATURES since no passwd. - When set root passwd and debug-tweaks/empty-root-password is in IMAGE_FEATURES, passwd is *required* to login. Filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=10710,