Re: [OE-core] sip.bbclass?

2016-05-25 Thread Richard Purdie
On Wed, 2016-05-25 at 08:46 +0200, Gary Thomas wrote: > On 2016-05-25 08:13, Khem Raj wrote: > > > > > On May 25, 2016, at 8:34 AM, Gary Thomas > > > wrote: > > > > > > I was just wondering why sip.bbclass is in OE-core (at least > > > the Poky version master:c7e614c438706) when nothing uses it?

[OE-core] [PATCH] connman: add alias for connman

2016-05-25 Thread Zhenbo Gao
connman get conflicts with networkmanager when building the project. here introduce alias virtual/networkmanager for these two recipes, so setting PREFERRED_PROVIDER to the proper one can solve the conflicts. this patch is for connman recipe. Signed-off-by: Zhenbo Gao --- meta/recipes-connecti

Re: [OE-core] wic wks: data partition only mounted on second boot?

2016-05-25 Thread Khem Raj
> On May 24, 2016, at 8:35 PM, Anders Darander wrote: > > * Matthijs Vader [160523 13:37]: > >> Hi again, fixed and found it myself already. There is an error while >> mounting that >> partition on the first boot because the mount point (/data) doesn't exist >> yet. >> Then, later during fir

Re: [OE-core] [PATCH] connman: add alias for connman

2016-05-25 Thread Andreas Oberritter
On 25.05.2016 09:11, Zhenbo Gao wrote: > connman get conflicts with networkmanager when building > the project. > > here introduce alias virtual/networkmanager for these > two recipes, so setting PREFERRED_PROVIDER to the proper > one can solve the conflicts. > > this patch is for connman recipe.

Re: [OE-core] [PATCH] connman: add alias for connman

2016-05-25 Thread Richard Purdie
On Wed, 2016-05-25 at 15:11 +0800, Zhenbo Gao wrote: > connman get conflicts with networkmanager when building > the project. > > here introduce alias virtual/networkmanager for these > two recipes, so setting PREFERRED_PROVIDER to the proper > one can solve the conflicts. > > this patch is for c

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-25 Thread Khem Raj
> On May 25, 2016, at 9:39 AM, Richard Purdie > wrote: > > Thanks to the patches from Bruce we're looking better, linux-yocto 4.1 > works, just 4.4 has a couple of issues. I also removed a patch which > removed the xdg-utils failure. That leaves us with: > > qt4-x11-free: > > arm, mips, ppc,

Re: [OE-core] [PATCH] connman: add alias for connman

2016-05-25 Thread Burton, Ross
On 25 May 2016 at 08:11, Zhenbo Gao wrote: > connman get conflicts with networkmanager when building > the project. > Do you mean installing connman and networkmanager at the same time breaks networking? Ross -- ___ Openembedded-core mailing list Ope

[OE-core] [PATCH 2/2 v4] kernel: Make symbol link to vmlinuz in boot directory

2016-05-25 Thread zhe.he
From: He Zhe Rename do_kernel_link_vmlinux to do_kernel_link_images and make a symbol link to vmlinuz(if exists) for reference in arch/$arch/boot directory. Signen-off-by: He Zhe --- meta/classes/kernel.bbclass | 13 - meta/conf/documentation.conf | 2 +-

[OE-core] [PATCH 1/2 v4] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-05-25 Thread zhe.he
From: He Zhe Add KERNEL_IMAGETYPES to support building packaging and installing multi types of kernel images, such as zImage uImage, at one time. KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE work as before. Signed-off-by: He Zhe --- meta/classes/kernel-fitimage.bbclass| 20 ++-- meta/classe

[OE-core] [PATCH v4 0/2] Yocto Bug #6945

2016-05-25 Thread zhe.he
From: He Zhe This has been reviewed several rounds and no more comments are provided so far. Here is the brief history. More details can be found in the previous threads. Hopefully this can be merged in v2.2 m1. v1 to v2: - Change KERNEL_OUTPUT to KERNEL_OUTPUT_DIR and update comments - Updat

Re: [OE-core] [PATCH] connman: add alias for connman

2016-05-25 Thread zhenbo
On 2016年05月25日 16:30, Burton, Ross wrote: On 25 May 2016 at 08:11, Zhenbo Gao > wrote: connman get conflicts with networkmanager when building the project. Do you mean installing connman and networkmanager at the same time breaks networking? Nope

[OE-core] [PATCH 1/2] utility-tasks.bbclass: fix do_listtasks

2016-05-25 Thread Robert Yang
It lists deleted tasks which is unexpected, use __BBTASKS to fix the problem since deltask() which is defined in bitbake/lib/bb/build.py updates __BBTASKS correctly. Signed-off-by: Robert Yang --- meta/classes/utility-tasks.bbclass | 16 1 file changed, 8 insertions(+), 8 deleti

[OE-core] [PATCH 2/2] nopackages.bbclass: deltask foo_setscene

2016-05-25 Thread Robert Yang
When deltask foo, also deltask foo_setscene. Signed-off-by: Robert Yang --- meta/classes/nopackages.bbclass | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/classes/nopackages.bbclass b/meta/classes/nopackages.bbclass index 0c2761b..559f507 100644 --- a/meta/classes/nopackages.bbcl

[OE-core] [PATCH 0/2] Fix utility-tasks.bbclass and nopackages.bbclass

2016-05-25 Thread Robert Yang
The following changes since commit bb4ead9b7b1400c37a72d148d9775bdf4210ec37: linux-yocto/4.4: integrate v4.4.11 (2016-05-25 07:49:55 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/list http://cgit.openembedded.org/cgit.cgi/openembed

Re: [OE-core] [PATCH] connman: add alias for connman

2016-05-25 Thread zhenbo
On 2016年05月25日 16:05, Richard Purdie wrote: On Wed, 2016-05-25 at 15:11 +0800, Zhenbo Gao wrote: connman get conflicts with networkmanager when building the project. here introduce alias virtual/networkmanager for these two recipes, so setting PREFERRED_PROVIDER to the proper one can solve th

Re: [OE-core] [PATCH] bluez5: move btmgmt to common READLINE section

2016-05-25 Thread Nicolas Dechesne
On Thu, May 19, 2016 at 5:35 PM, Burton, Ross wrote: > On 19 May 2016 at 16:32, Nicolas Dechesne > wrote: >> >> i haven't seen any feedback on this one, and I don't see it in -next.. > > > It's in mut and I should be sending a consolidated pull soon. thanks, i see that it got merged now ! the s

[OE-core] [PATCHv2] docbook-xsl-stylesheets: Upgrade 1.78.1 -> 1.79.1

2016-05-25 Thread Jussi Kukkonen
* Use $PV at appropriate places in do_install * Install some new files, avoid installing 25M of java archives * License checksum change is just copyright years changing * Fix the URI delegation file (that prevents fetches from http://docbook.sourceforge.net/ during build) to refer to a non-vers

Re: [OE-core] [PATCH] connman: add alias for connman

2016-05-25 Thread Burton, Ross
On 25 May 2016 at 10:41, zhenbo wrote: > The draft patch looks like: > --- > --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > @@ -28,8 +28,6 @@ RDEPENDS_packagegroup-self-hosted = "\ > " > > RDEPENDS_pack

Re: [OE-core] [PATCH] bluez5: move btmgmt to common READLINE section

2016-05-25 Thread Burton, Ross
On 25 May 2016 at 11:05, Nicolas Dechesne wrote: > the same patch is needed on krogoth and jethro (and applies as-is in > both branches), should I send a separate patches or can it be picked > up? > It's best to send patches so the relevant maintainers can see them. Ross -- ___

Re: [OE-core] [PATCH 1/2] utility-tasks.bbclass: fix do_listtasks

2016-05-25 Thread Burton, Ross
On 25 May 2016 at 10:23, Robert Yang wrote: > It lists deleted tasks which is unexpected, use __BBTASKS to fix the > problem since deltask() which is defined in bitbake/lib/bb/build.py > updates __BBTASKS correctly. > Wouldn't an alternative be to change deltask so that it also remove the "task"

[OE-core] [krogoth][master][PATCH] dropbear: Remove incorrect SFTPSERVER_PATH from CFLAGS

2016-05-25 Thread Dominic Sacré
Openssh now installs the sftp-server binary as /usr/libexec/sftp-server, whereas the dropbear recipe assumes a different path. Dropbear uses the correct path by default, so it's no longer necessary to override SFTPSERVER_PATH via CFLAGS. This fixes SFTP access to systems using dropbear as the SSH

Re: [OE-core] Wic and "live" images

2016-05-25 Thread Ed Bartosh
On Tue, May 24, 2016 at 01:30:19PM -0700, Christopher Larson wrote: > On Tue, May 24, 2016 at 1:16 PM, Ed Bartosh > wrote: > > > On Tue, May 24, 2016 at 12:56:39PM -0700, Christopher Larson wrote: > > > On Tue, May 24, 2016 at 12:51 PM, Ed Bartosh > > > > > wrote: > > > > > > > On Mon, May 23, 2

Re: [OE-core] [PATCH 09/45] python3: manipulate all of the config*/Makefile files, not just config/Makefile

2016-05-25 Thread alexander . kanavin
>> install -m 0644 Makefile.sysroot >> ${D}/${libdir}/python${PYTHON_MAJMIN}/config/Makefile >> +install -m 0644 Makefile.sysroot >> ${D}/${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}m/Makefile > > Shouldn't it use "PYTHON_ABI" variable instead of "m"? Thanks, I fixed it in the

Re: [OE-core] [PATCH 05/45] sip.bbclass: remove

2016-05-25 Thread alexander . kanavin
> The pyqt recipe in meta-qt4 uses sip. It's using the sip recipe, but not the sip class. I don't see anything in meta-qt4 that is using the class, do you? Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://list

Re: [OE-core] [PATCH 28/45] swig: move to Python 3

2016-05-25 Thread alexander . kanavin
> I'm trying to get my head around how this change will impact python2 > based programs that use swig, such as gnuradio. > > Does this mean all programs that use swig will need to move to python3 > now? Probably. At least nothing in meta-oe or oe-core was impacted by this, as far as I see, but if

Re: [OE-core] [PATCH 0/6] remove unneeded python2 recipes

2016-05-25 Thread alexander . kanavin
> * Robert Yang [160524 05:25]: > >> They were required by buildtools-tarball, now replaced by python3 ones. > > Do you plan to add those recipes to meta-python? > > I think quite a few of them are usefull for quite some situations. Oe-core does provide Python 3 versions of these recipes. Does me

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 2:39 AM, Richard Purdie wrote: Thanks to the patches from Bruce we're looking better, linux-yocto 4.1 works, just 4.4 has a couple of issues. I also removed a patch which removed the xdg-utils failure. That leaves us with: qt4-x11-free: arm, mips, ppc, world-lsb, x86, x86_64: http

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 4:23 AM, Khem Raj wrote: On May 25, 2016, at 9:39 AM, Richard Purdie wrote: Thanks to the patches from Bruce we're looking better, linux-yocto 4.1 works, just 4.4 has a couple of issues. I also removed a patch which removed the xdg-utils failure. That leaves us with: qt4-x11-f

Re: [OE-core] [PATCH v4 0/2] Yocto Bug #6945

2016-05-25 Thread Bruce Ashfield
On Wed, May 25, 2016 at 4:47 AM, wrote: > From: He Zhe > > This has been reviewed several rounds and no more comments are provided so > far. > Here is the brief history. More details can be found in the previous > threads. > Hopefully this can be merged in v2.2 m1. > > v1 to v2: > - Change KERN

Re: [OE-core] [PATCH 00/45] Move recipes to use Python 3 whenever possible

2016-05-25 Thread alexander . kanavin
>> Consequently, rpm's python bindings (required by smartpm) stay at python >> 2 as well >> for now, even tough python 3 seems to be supported. > > Is there a porting guide or similar that can used to help identify what > types of > changes are needed. I am not at all familiar with what python 3 n

Re: [OE-core] sip.bbclass?

2016-05-25 Thread alexander . kanavin
> Nothing in OE-Core uses extrenalsrc directly but we'd still want > something like that in the core so I don't think the rule is absolute. > What we wouldn't want to see is multiple layers maintaining different > and potentially incompatible versions of a class file. > > That said, I think there a

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 2:39 AM, Richard Purdie wrote: Thanks to the patches from Bruce we're looking better, linux-yocto 4.1 works, just 4.4 has a couple of issues. I also removed a patch which removed the xdg-utils failure. That leaves us with: qt4-x11-free: arm, mips, ppc, world-lsb, x86, x86_64: http

Re: [OE-core] [PATCH 00/45] Move recipes to use Python 3 whenever possible

2016-05-25 Thread alexander . kanavin
>> Please create one (or three) defects and assign them to me for smartpm, >> createrepo, and rpm python3 support. (I doubt I'll be the one doing the >> work, >> but I'll do my best to find someone to do the work.) > > Yes, I'll do that now. Filed at https://bugzilla.yoctoproject.org/show_bug.cgi

[OE-core] [PATCH 0/7] upgrades + gnupg.org SRC_URI change

2016-05-25 Thread Jussi Kukkonen
Bunch of unrelated upgrades and an update on everything hosted at gnupg.org: change from using the unreliable and slow FTP site to HTTPS. - Jussi The following changes since commit 56ab1a53453525f3200a8c4d1e1963df0e4e8890: linux-yocto/4.4: integrate v4.4.11 (2016-05-25 07:50:18 +0100) are av

[OE-core] [PATCH 1/7] clutter-1.0: Upgrade 1.24.2 -> 1.26.0

2016-05-25 Thread Jussi Kukkonen
Remove a backported patch. Signed-off-by: Jussi Kukkonen --- .../0001-build-Use-AC_COMPILE_IFELSE.patch | 105 - ...clutter-1.0_1.24.2.bb => clutter-1.0_1.26.0.bb} | 5 +- 2 files changed, 2 insertions(+), 108 deletions(-) delete mode 100644 meta/recipes-graphics/

[OE-core] [PATCH 2/7] clutter-gst-3.0: Upgrade 3.0.16 -> 3.0.18

2016-05-25 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../clutter/{clutter-gst-3.0_3.0.16.bb => clutter-gst-3.0_3.0.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.16.bb => clutter-gst-3.0_3.0.18.bb} (58%) diff --git a/meta/recipes-graphi

[OE-core] [PATCH 3/7] gtk+: Upgrade 2.24.29 -> 2.24.30

2016-05-25 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-gnome/gtk+/{gtk+_2.24.29.bb => gtk+_2.24.30.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gtk+/{gtk+_2.24.29.bb => gtk+_2.24.30.bb} (91%) diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb b/meta/recipes

[OE-core] [PATCH 7/7] libgpg-error: Upgrade 1.21 -> 1.22

2016-05-25 Thread Jussi Kukkonen
License checksum changes are not license changes. Remove a patch that's in upstream now. Signed-off-by: Jussi Kukkonen --- .../0001-libgpg-error-Add-nios2-support.patch | 46 -- .../{libgpg-error_1.21.bb => libgpg-error_1.22.bb} | 9 ++--- 2 files changed, 4 insertions(

[OE-core] [PATCH 4/7] dosfstools: Upgrade 3.0.28 -> 4.0

2016-05-25 Thread Jussi Kukkonen
* Build system is now autotools * Patches are no longer required Signed-off-by: Jussi Kukkonen --- .../0001-mkfs.fat-fix-incorrect-int-type.patch | 46 -- .../dosfstools/dosfstools/largefile.patch | 19 - .../{dosfstools_3.0.28.bb => dosfstools_4.0.bb}

[OE-core] [PATCH 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site

2016-05-25 Thread Jussi Kukkonen
https version seems more reliable and in an informal test fetching all gnupg recipes now takes <20% of the time it used to. Define GNUPG_MIRROR in bitbake.conf so future tweaks to this are easier. Replace some slower mirrors with the official ftp site and another from gnupg.org mirror list. Chang

[OE-core] [PATCH 5/7] libevdev: Upgrade 1.4.6 -> 1.5.1

2016-05-25 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../recipes-support/libevdev/{libevdev_1.4.6.bb => libevdev_1.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libevdev/{libevdev_1.4.6.bb => libevdev_1.5.1.bb} (74%) diff --git a/meta/recipes-support/libevdev/libev

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 8:32 AM, Bruce Ashfield wrote: On 2016-05-25 2:39 AM, Richard Purdie wrote: Thanks to the patches from Bruce we're looking better, linux-yocto 4.1 works, just 4.4 has a couple of issues. I also removed a patch which removed the xdg-utils failure. That leaves us with: qt4-x11-free:

Re: [OE-core] [PATCH 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site

2016-05-25 Thread alexander . kanavin
> Change gnutls to use GNUPG_MIRROR as well: they have their own domain > but the ftp site is the slow, unreliable gnupg.org one. Doesn't work for gnutls I'm afraid: https://www.gnupg.org/ftp/gcrypt/gnutls/v3.4/ Alex -- ___ Openembedded-core mailing l

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-25 Thread Richard Purdie
On Wed, 2016-05-25 at 09:31 -0400, Bruce Ashfield wrote: > Hmm. Are we somehow building different SRCREVs ? I'm able to build > the > ppc kernel with gcc6: > > yow-bashfiel-d4 [/home/bruc...dard-build]> ls -alF vmlinux > -rwxr-xr-x 1 bruce bruce 115353128 May 25 09:12 vmlinux* > yow-bashfiel-d4 [/

[OE-core] [PATCH 1/2] libpam: update to 1.3.0

2016-05-25 Thread Maxin B. John
1.2.1 -> 1.3.0 Remove upstreamed patch: a) pam-no-innetgr.patch Refreshed the following patches for 1.3.0: a) crypt_configure.patch b) pam-unix-nullok-secure.patch Signed-off-by: Maxin B. John --- .../pam/libpam/crypt_configure.patch | 37 --- .../pam

[OE-core] [PATCH v2] coreutils: revert upstream commit causing havoc with ls output

2016-05-25 Thread Paul Gortmaker
A recent commit causes ls to have the following behaviour: meta-overc:~$ mkdir abc meta-overc:~$ cd abc meta-overc:~/abc$ touch 'filename with spaces' meta-overc:~/abc$ ls 'filename with spaces' meta-overc:~/abc$ Note the appearance of quotation marks. Th

[OE-core] [PATCH 2/2] linux-firmware: update to git rev 80d463be82

2016-05-25 Thread Maxin B. John
- change in amdgpu firmware copyright year - change in radeon firmware copyright year Signed-off-by: Maxin B. John --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-fir

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-25 Thread Richard Purdie
On Wed, 2016-05-25 at 09:31 -0400, Bruce Ashfield wrote: > On 2016-05-25 8:32 AM, Bruce Ashfield wrote: > > On 2016-05-25 2:39 AM, Richard Purdie wrote: > > > Thanks to the patches from Bruce we're looking better, linux > > > -yocto 4.1 > > > works, just 4.4 has a couple of issues. I also removed a

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 10:15 AM, Richard Purdie wrote: On Wed, 2016-05-25 at 09:31 -0400, Bruce Ashfield wrote: On 2016-05-25 8:32 AM, Bruce Ashfield wrote: On 2016-05-25 2:39 AM, Richard Purdie wrote: Thanks to the patches from Bruce we're looking better, linux -yocto 4.1 works, just 4.4 has a couple

Re: [OE-core] [PATCH 28/45] swig: move to Python 3

2016-05-25 Thread Philip Balister
On 05/25/2016 08:45 AM, alexander.kana...@linux.intel.com wrote: >> I'm trying to get my head around how this change will impact python2 >> based programs that use swig, such as gnuradio. >> >> Does this mean all programs that use swig will need to move to python3 >> now? > > Probably. At least no

[OE-core] [PATCH] diffutils: Add patch to fix gplv2 version with gcc6

2016-05-25 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta/recipes-extended/diffutils/diffutils-2.8.1/fix_gcc6.patch b/meta/recipes-extended/diffutils/diffutils-2.8.1/fix_gcc6.patch new file mode 100644 index 000..f915287 --- /dev/null +++ b/meta/recipes-extended/diffutils/diffutils-2.8.1/fix_gcc6.patc

[OE-core] [jethro][PATCH] bluez5: move btmgmt to common READLINE section

2016-05-25 Thread Nicolas Dechesne
Upstream in 5.33 btmgmt was moved from experimental to common READLINE section, in commit e4f0c5582f1fe3451d5588243adba9de1ed68b80, but this was never updated in the recipe. This is a backport from master branch, commit 28777e593d3dd3a5d0ee2effcdca6a971e2887f9. Signed-off-by: Nicolas Dechesne --

[OE-core] [krogoth][PATCH] bluez5: move btmgmt to common READLINE section

2016-05-25 Thread Nicolas Dechesne
Upstream in 5.33 btmgmt was moved from experimental to common READLINE section, in commit e4f0c5582f1fe3451d5588243adba9de1ed68b80, but this was never updated in the recipe. This is a backport from master branch, commit 28777e593d3dd3a5d0ee2effcdca6a971e2887f9. Signed-off-by: Nicolas Dechesne --

[OE-core] [RFC PATCH] Switch most global exports to task level

2016-05-25 Thread Christopher Larson
From: Christopher Larson The majority of our global exports are only needed for the build tasks, so switch them to those tasks (configure/compile/install, but not populate_sysroot or package). Kept global exports: PATH, PSEUDO_DISABLED, LC_ALL, CCACHE_DIR, CCACHE_DISABLE The variables which are

Re: [OE-core] [RFC PATCH] Switch most global exports to task level

2016-05-25 Thread Christopher Larson
On Wed, May 25, 2016 at 9:49 AM, Christopher Larson wrote: > From: Christopher Larson > > The majority of our global exports are only needed for the build tasks, so > switch them to those tasks (configure/compile/install, but not > populate_sysroot or package). > > Kept global exports: PATH, PSE

Re: [OE-core] [RFC PATCH 0/8] [WIP] runqemu/runqemu-internal: refactor it

2016-05-25 Thread Andrew Jeffery
On Fri, 2016-05-20 at 10:43 +0800, Robert Yang wrote: > > On 05/20/2016 10:31 AM, Robert Yang wrote: > > > > Hi Nathan, > > > > Thanks, but I'm sorry to say that this is only a RFC, we may change > > it a lot, I will talk with RP, and let you when we have progresses. > Oonce we change it a lot,

[OE-core] [PATCH 2/3] bitbake.conf: Add P4DIR and FETCHCMD_p4

2016-05-25 Thread Andrew Bradford
From: Andrew Bradford So that perforce fetching can work more like the other source control system fetchers. Signed-off-by: Andrew Bradford --- meta/conf/bitbake.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index acef30b..1aa1d37 10

[OE-core] [PATCH 1/3] oe-buildenv-internal: Add P4CONFIG to BB_ENV_EXTRAWHITE_OE

2016-05-25 Thread Andrew Bradford
From: Andrew Bradford So that the user's P4CONFIG variable can be used by recipes which utilize the perforce fetcher. References [YOCTO #6303] Signed-off-by: Andrew Bradford --- scripts/oe-buildenv-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/oe-builden

[OE-core] [PATCH 0/3] Setup for bitbake perforce fetcher changes

2016-05-25 Thread Andrew Bradford
From: Andrew Bradford The perforce fetcher does not yet support using SRCREV="${AUTOREV}" or the use of the P4CONFIG variable [1]. These patches setup a few things in oe-core so that changes in bitbake can take advantage of them to fix these two issues as well as simplify and better document the

[OE-core] [PATCH 3/3] base.bbclass: p4 fetcher supports srcrev

2016-05-25 Thread Andrew Bradford
From: Andrew Bradford Enable the perforce fetcher to call bb.fetch2.get_srcrev() as it can use 'SRCREV = "${AUTOREV}"'. Signed-off-by: Andrew Bradford --- meta/classes/base.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass ind

Re: [OE-core] Wic and "live" images

2016-05-25 Thread Christopher Larson
On Wed, May 25, 2016 at 4:35 AM, Ed Bartosh wrote: > On Tue, May 24, 2016 at 01:30:19PM -0700, Christopher Larson wrote: > > On Tue, May 24, 2016 at 1:16 PM, Ed Bartosh > > wrote: > > > > > On Tue, May 24, 2016 at 12:56:39PM -0700, Christopher Larson wrote: > > > > On Tue, May 24, 2016 at 12:51

[OE-core] [PATCH 3/3] wic: bootimg-efi: include startup.nsh if it's available

2016-05-25 Thread Christopher Larson
From: Christopher Larson We want the system to boot on its own, rather than the user having to manually input the correct file at the EFI prompt. [YOCTO #9556] Signed-off-by: Christopher Larson --- scripts/lib/wic/plugins/source/bootimg-efi.py | 5 + 1 file changed, 5 insertions(+) diff

[OE-core] [PATCH 2/3] gummiboot.bbclass: also write startup.nsh for non-iso

2016-05-25 Thread Christopher Larson
From: Christopher Larson wic will be needing this for its bootimg-efi plugin. [YOCTO #9556] Signed-off-by: Christopher Larson --- meta/classes/gummiboot.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/gummiboot.bbclass b/meta/classes/gummiboot.bbclass index 1ebb946.

[OE-core] [PATCH 1/3] grub-efi.bbclass: also write startup.nsh for non-iso

2016-05-25 Thread Christopher Larson
From: Christopher Larson wic will be needing this for its bootimg-efi plugin. [YOCTO #9556] Signed-off-by: Christopher Larson --- meta/classes/grub-efi.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index d0ae6c9..b8

[OE-core] [PATCH 0/3] Deploy startup.nsh for wic's bootimg-efi plugin

2016-05-25 Thread Christopher Larson
From: Christopher Larson Currently, wic EFI images don't end up with startup.nsh, so the user has to type in the correct bits into the EFI command-line, which isn't very user-friendly. mkefidisk.sh in oe-core writes it for us, but we don't get it for wic images. Alter grub-efi.bbclass and gummib

Re: [OE-core] [PATCH 0/3] Deploy startup.nsh for wic's bootimg-efi plugin

2016-05-25 Thread Christopher Larson
On Wed, May 25, 2016 at 1:31 PM, Christopher Larson wrote: > From: Christopher Larson > > Currently, wic EFI images don't end up with startup.nsh, so the user has to > type in the correct bits into the EFI command-line, which isn't very > user-friendly. mkefidisk.sh in oe-core writes it for us,

Re: [OE-core] [PATCH 0/3] Deploy startup.nsh for wic's bootimg-efi plugin

2016-05-25 Thread Christopher Larson
On Wed, May 25, 2016 at 1:33 PM, Christopher Larson wrote: > On Wed, May 25, 2016 at 1:31 PM, Christopher Larson > wrote: > >> From: Christopher Larson >> >> Currently, wic EFI images don't end up with startup.nsh, so the user has >> to >> type in the correct bits into the EFI command-line, whi

Re: [OE-core] [PATCH] kernel-fitimage: add initramfs support

2016-05-25 Thread Marek Vasut
On 05/25/2016 01:25 AM, George McCollister wrote: > If INITRAMFS_IMAGE is set, build an additional fitImage containing the > initramfs. Copy the additional fitImage and the source .its file used to > create it to DEPLOYDIR. The fitImage containing the initramfs must be > built before do_deploy and

[OE-core] [PATCH] packagegroup-self-hosted.bb: remove unsuitable network related dependence

2016-05-25 Thread Zhenbo Gao
self-hosted should not include any network related dependence, the image that pulls in this packagegroup should handle any networking requirements. Signed-off-by: Zhenbo Gao --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta