[oe] [meta-networking][PATCH] quagga: 1.2.1 -> 1.2.2

2017-11-23 Thread Huang Qiyu
Update quagga from 1.2.1 to 1.2.2 Signed-off-by: Huang Qiyu --- meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb | 4 1 file changed, 4 insertions(+) create mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb diff --git a/meta-networking/recipes-protocols/quagga/q

Re: [oe] [PATCH 00/15] create meta-installer layer

2017-11-23 Thread Hongxu Jia
On 2017年11月24日 08:35, Khem Raj wrote: On Thu, Nov 23, 2017 at 4:15 AM Burton, Ross > wrote: I honestly don't see why this has to belong in meta-openembedded and can't live in a standalone repository. I share the same opinion it should probably be  Repo o

Re: [oe] [meta-java][PATCH] openjdk-8-native, icedtea7-native: use JAVA_TOOL_OPTIONS from environment

2017-11-23 Thread Bai, Haiqing
Any feedback or comments of this? thanks . -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Haiqing Bai Sent: 2017年11月2日 16:33 To: openembedded-devel@lists.openembedded.org Subject: [oe] [

Re: [oe] [PATCH 00/15] create meta-installer layer

2017-11-23 Thread Khem Raj
On Thu, Nov 23, 2017 at 4:15 AM Burton, Ross wrote: > I honestly don't see why this has to belong in meta-openembedded and can't > live in a standalone repository. > I share the same opinion it should probably be Repo of its own > Ross > > On 23 November 2017 at 12:09, Hongxu Jia wrote: > >>

Re: [oe] [meta-oe][PATCH] Fix PACKAGES assignment for fftw

2017-11-23 Thread Andreas Müller
On Thu, Nov 23, 2017 at 3:40 PM, Koen Kooi wrote: > Op 23-11-17 om 14:25 schreef Vladan Jovanovic: > > fftw recipe using wrong operator for modifying PACKAGES variable. > > Please explain what's wrong with it and show a buildhistory-diff between > the 2 builds. > > > > --- > > meta-oe/recipes-su

Re: [oe] [meta-oe][PATCH] Fix PACKAGES assignment for fftw

2017-11-23 Thread Koen Kooi
Op 23-11-17 om 14:25 schreef Vladan Jovanovic: > fftw recipe using wrong operator for modifying PACKAGES variable. Please explain what's wrong with it and show a buildhistory-diff between the 2 builds. > --- > meta-oe/recipes-support/fftw/fftw_3.3.6.bb | 4 ++-- > 1 file changed, 2 insertions(

Re: [oe] [meta-oe][PATCH] Fix PACKAGES assignment for fftw

2017-11-23 Thread Burton, Ross
You should explain why its the wrong operator, as =+ is as valid as += is. Ross On 23 November 2017 at 13:25, Vladan Jovanovic wrote: > fftw recipe using wrong operator for modifying PACKAGES variable. > --- > meta-oe/recipes-support/fftw/fftw_3.3.6.bb | 4 ++-- > 1 file changed, 2 insertions(

Re: [oe] [PATCH] neon: add the recipe from oe-core

2017-11-23 Thread Alexander Kanavin
On 11/23/2017 02:06 PM, Martin Jansa wrote: https://www.openembedded.org/wiki/Styleguide#Format_Guidelines Alright. I resent the patch, as I don't want to start a style war, but (as discussed previously) I will resist any attempts to enforce indentation in oe-core. We need to prioritize what

[oe] [PATCH] neon: add the recipe from oe-core

2017-11-23 Thread Alexander Kanavin
It is still required by libmusicbrainz, but is no longer needed by oe-core. Switch the upstream to debian as webdav.org is down. Signed-off-by: Alexander Kanavin --- meta-oe/recipes-support/neon/neon/pkgconfig.patch | 15 + meta-oe/recipes-support/neon/neon_0.30.2.bb | 38 +

[oe] [meta-oe][PATCH] Fix PACKAGES assignment for fftw

2017-11-23 Thread Vladan Jovanovic
fftw recipe using wrong operator for modifying PACKAGES variable. --- meta-oe/recipes-support/fftw/fftw_3.3.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.6.bb b/meta-oe/recipes-support/fftw/fftw_3.3.6.bb index ed14e16..e13684c 1

Re: [oe] [PATCH 00/15] create meta-installer layer

2017-11-23 Thread Hongxu Jia
On 2017年11月23日 20:15, Burton, Ross wrote: I honestly don't see why this has to belong in meta-openembedded and can't live in a standalone repository. Yes, as a standalone repository is OK, but previously I submitted all required recipes to OE, with anacodna, it is complete as a whole. It is

Re: [oe] [PATCH 00/15] create meta-installer layer

2017-11-23 Thread Burton, Ross
I honestly don't see why this has to belong in meta-openembedded and can't live in a standalone repository. Ross On 23 November 2017 at 12:09, Hongxu Jia wrote: > The meta-installer layer provides a collection of installation > programs based on OE platform. > > One implementation is the target

[oe] [PATCH 15/15] meta-installer: add recipe core-image-anaconda-initramfs

2017-11-23 Thread Hongxu Jia
The initramfs image is used for PXE install (net boot installation) Signed-off-by: Hongxu Jia --- .../images/core-image-anaconda-initramfs.bb| 33 ++ 1 file changed, 33 insertions(+) create mode 100644 meta-installer/recipes-installer/images/core-image-anaconda-init

[oe] [PATCH 14/15] meta-installer: add recipe core-image-anaconda

2017-11-23 Thread Hongxu Jia
In the host build, it generates a live iso image which runs anaconda to do the installation. Signed-off-by: Hongxu Jia --- .../images/core-image-anaconda.bb | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 meta-installer/recipes-installer/images

[oe] [PATCH 12/15] meta-installer: add recipe anaconda-init

2017-11-23 Thread Hongxu Jia
The init script to boot anaconda at startup. Signed-off-by: Hongxu Jia --- .../anaconda-init/anaconda-init.bb | 77 + .../anaconda-init/anaconda-init/COPYING| 339 +++ .../anaconda-init/anaconda-init/Xusername | 1 + .../anaconda-init/a

[oe] [PATCH 10/15] meta-installer: add recipe packagegroup-installer-x11-anaconda

2017-11-23 Thread Hongxu Jia
It provides desktop X11 applications to support anaconda. Signed-off-by: Hongxu Jia --- .../packagegroup-installer-x11-anaconda.bb | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 meta-installer/recipes-installer/packagegroups/packagegroup-installer-x11-

[oe] [PATCH 09/15] meta-installer: add multipath-tools bbappend

2017-11-23 Thread Hongxu Jia
- Explicitly disable auto service to help installer work - Copy multipath.conf from example The bbappend works only if DISTRO = "anaconda". Signed-off-by: Hongxu Jia --- .../recipes-support/multipath-tools/multipath-tools_%.bbappend| 8 1 file changed, 8 insertions(+) create mode

[oe] [PATCH 08/15] meta-installer: add xserver-xf86-config bbappend

2017-11-23 Thread Hongxu Jia
Tweak display rate from "640x480" to "1024x768". The xorg.conf is already overridden by qemux86-64 in oe-core, so we have to use sed to do the modification. The bbappend works only if DISTRO = "anaconda". Signed-off-by: Hongxu Jia --- .../xorg-xserver/xserver-xf86-config_0.1.bbappend

[oe] [PATCH 07/15] meta-installer: add initramfs-live-boot bbappend

2017-11-23 Thread Hongxu Jia
Customize init-live.sh to override the one in oe-core - Add option to enter a debug shell in initrd - Add option to run anaconda installer from initrd. (required by PXE install) - Remove -c while invoking switch_root which is not supported by util-linux The bbappend works only if DISTRO = "

[oe] [PATCH 05/15] meta-installer: add systemd/systemd-serialgetty bbappend

2017-11-23 Thread Hongxu Jia
Use screen for text install, the serail console and tty1 will have the same input/output. The bbappend works only if DISTRO = "anaconda". Signed-off-by: Hongxu Jia --- .../systemd/files/serial-getty@.service| 40 ++ .../systemd/files/serial-screen-anaconda.sh

[oe] [PATCH 06/15] meta-installer: add gtk+3 bbappend

2017-11-23 Thread Hongxu Jia
Here is easy way to reproduce the failure: ... root@localhost:~# python >>> from gi.repository import Gtk, AnacondaWidgets >>> builder = Gtk.Builder() >>> builder.get_type_from_name("AnacondaStandaloneWindow") ... Which is expected: ... root@localhost:~# python >>> from gi.repository import Gtk,

[oe] [PATCH 02/15] meta-installer: add kernel config

2017-11-23 Thread Hongxu Jia
The set of kernel scc/cfg are required by target build and host build. - For target build, add anaconda_support_kernel to KERNEL_CLASSES - For host build, add anaconda_kernel to KERNEL_CLASSES Signed-off-by: Hongxu Jia --- meta-installer/classes/anaconda_kernel.bbclass| 14

[oe] [PATCH 04/15] meta-installer: add distro anaconda for host build

2017-11-23 Thread Hongxu Jia
While DISTRO = "anaconda", it enable features of host build. The host build requires: - append anaconda_kernel to KERNEL_CLASSES to add kernel configs - misc setting in conf/distro/anaconda.conf for host build - copy package/image from target build to host image - add rpm packages check Signe

[oe] [PATCH 03/15] meta-installer: add anaconda support for target build

2017-11-23 Thread Hongxu Jia
While "anaconda-support" in DISTRO_FEATURES, it enable features of target build. The target build requires: - packages to help installation - append anaconda_support_kernel to KERNEL_CLASSES which add dmthin.scc and crypt.scc to kernel config - manually install grub/grub-efi for image install

[oe] [PATCH 01/15] meta-installer: create layer

2017-11-23 Thread Hongxu Jia
Create meta-installer as a collection of installation programs based on OE platform. The target installer 'anaconda' has been maintained by Wind River for several years, and now we want to contribute it to OE community. There are two images in target installer, one is target image which to be ins

[oe] [PATCH 00/15] create meta-installer layer

2017-11-23 Thread Hongxu Jia
The meta-installer layer provides a collection of installation programs based on OE platform. One implementation is the target installer 'anaconda', the version is 26.21.11 which is based on Fedora 26. The anacoda requires: - systemd as init manager - python3 - dnf2/rpm4 - gobject-introspection w

Re: [oe] [PATCH] neon: add the recipe from oe-core

2017-11-23 Thread Martin Jansa
https://www.openembedded.org/wiki/Styleguide#Format_Guidelines On Thu, Nov 23, 2017 at 10:46 AM, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 11/22/2017 07:47 PM, Martin Jansa wrote: > >> +do_compile_append() { >>> + oe_runmake -C test >>> >> >> Use 4 spaces for indent

Re: [oe] [meta-browser] CFT: Chromium 62 in meta-browser

2017-11-23 Thread Ayoub Zaki
Hello all, I'm trying to build from the latest commit meta-browser: a8bb1e779bc3565beacceadc4414816670f33475 with an imx6 using yocto pyro branch with meta-freescale, however the build fails : [460/30779] touch obj/chrome/browser/search/local_ntp_code_generate.stamp | [461/30779] touch obj/chrom

Re: [oe] [PATCH] neon: add the recipe from oe-core

2017-11-23 Thread Alexander Kanavin
On 11/22/2017 07:47 PM, Martin Jansa wrote: +do_compile_append() { + oe_runmake -C test Use 4 spaces for indentation instead of tabs. Please explain why. Alex -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org ht