Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-03 Thread akuster808
On 07/03/2015 12:07 AM, Anders Darander wrote: * akuster808 [150702 19:05]: The current version of nettle 2.7 has one file that is GPL v3. mini-gmp.* so the license for 2.7 should be updated IMHO. So wont that put us in the same boat as the upgrade? Ouch, that's no good! Ideally, we sh

Re: [OE-core] [PATCH] image_types.bbclass: add support for multiple ubi sizes

2015-07-03 Thread Otavio Salvador
Hello, I really like this and it keeps the backward compatibility which is very good. I think this should be merged as is, as it does improve the current situation and new improvements can be done as new patches. Acked-by: Otavio Salvador On Tue, Jun 30, 2015 at 7:50 PM, Pushpal Sidhu wrote:

[OE-core] Yocto Project Status WW27

2015-07-03 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 2 (M2) Next Deadline: M2 cut off of July 27th at noon GMT SWAT team rotation: Saul -> Paul https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: Fido updated successfully with gcc 5 fixes and other updates (thanks Joshua/Ross) Se

[OE-core] [PATCH] subversion_1.8.13.bb: Regex modified to allow '-D' in paths

2015-07-03 Thread jose . a . lamego
From: Jose Lamego Modified the regex sed in serf.m4 to allow the use of '-D' characters in project folder names without having compilation error from subversion-native. [YOCTO #7874] Signed-off-by: Jose Lamego --- ...erf.m4-Regex-modified-to-allow-D-in-paths.patch | 28 ++

Re: [OE-core] Cherry-pick request: oe-core rev 2471f9b on branch dizzy

2015-07-03 Thread Paul Eggleton
On Wednesday 01 July 2015 11:37:22 Burton, Ross wrote: > On 1 July 2015 at 11:09, Kang Kai wrote: > > Would you like to cherry-pick one commit 2471f9b which is useful from > > branch dizzy to master, please? > > How did that get into dizzy without going through master... :/ I'd like to state f

[OE-core] SDK extract errors on master

2015-07-03 Thread Jack Mitchell
Built an SDK today on 7eb0abc5f4d971d9a511c93cfb2eb52b72e6f228 and when I tried to install it I got the following error: Setting it up...ls: cannot access /home/jack/Work/build/openembedded/sdk/1/x86_64/environment-setup-*: No such file or directory I have been messing about with the SDK ins

[OE-core] [PATCH v2] combo-layer: modified to generate better commit messages.

2015-07-03 Thread Ismo Puustinen
From: "Puustinen, Ismo" This patch includes support for a global section in combo-layer.conf called [combo-layer-settings]. Supported in this section is key "commit_msg"; its value is the template for the git commit message that updates the last_revision. The template can include substitution for

Re: [OE-core] [PATCH] libdrm: Upgrade to 2.4.62

2015-07-03 Thread Steffen.Pankratz
From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 03, 2015 12:21 PM To: Pankratz, Steffen Cc: OE-core Subject: Re: [OE-core] [PATCH] libdrm: Upgrade to 2.4.62 Hi Ross > On 3 July 2015 at 09:30, wrote: > +SRC_URI += "file://installtests.patch " > > This patch doesn't apply.

Re: [OE-core] [PATCH] xorg-proto-common: allow the empty package

2015-07-03 Thread Martin Jansa
On Fri, Jul 03, 2015 at 10:16:09AM +, Huang, Jie (Jackie) wrote: > Thanks for the explanation. I think you’re suggesting that we do nothing for > such issue or > just tell the user to use PN-dev for this kind of packages, right? Yes, if user wants to install PN-dev, then he should add PN-dev

[OE-core] [PATCH] libdrm: remove git recipe, merge inc

2015-07-03 Thread Ross Burton
The git recipe hasn't been touched since 2012 and is out of date, so simplify the recipe by removing the git form and merging the remaining bb and inc file. Signed-off-by: Ross Burton --- meta/recipes-graphics/drm/libdrm.inc | 41 -- meta/recipes-graphics/drm/li

Re: [OE-core] [PATCH] xorg-proto-common: allow the empty package

2015-07-03 Thread Burton, Ross
On 3 July 2015 at 11:16, Huang, Jie (Wind River) wrote: > Thanks for the explanation. I think you’re suggesting that we do nothing > for such issue or > > just tell the user to use PN-dev for this kind of packages, right? > > Correct. Ross -- ___ Open

Re: [OE-core] [PATCH] libdrm: Upgrade to 2.4.62

2015-07-03 Thread Burton, Ross
On 3 July 2015 at 09:30, wrote: > +SRC_URI += "file://installtests.patch " > This patch doesn't apply. ERROR: Command Error: exit status: 1 Output: Applying patch installtests.patch patching file tests/Makefile.am Hunk #1 FAILED at 6. 1 out of 1 hunk FAILED -- rejects in file tests/Makefile.am

Re: [OE-core] [PATCH] xorg-proto-common: allow the empty package

2015-07-03 Thread Huang, Jie (Jackie)
Thanks for the explanation. I think you’re suggesting that we do nothing for such issue or just tell the user to use PN-dev for this kind of packages, right? Thanks, Jackie From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 03, 2015 5:39 PM To: Huang, Jie (Jackie) Cc: Martin Ja

Re: [OE-core] [PATCH] libdrm: Upgrade to 2.4.62

2015-07-03 Thread Burton, Ross
On 3 July 2015 at 09:30, wrote: > +# Valgrind support is enabled by default currently > +# already fixed upstream: > http://cgit.freedesktop.org/mesa/drm/commit/?id=676c806d0221a7ea375676b2eab514c426fcacd3 > +EXTRA_OECONF += "--disable-valgrind" > No need for this comment. We'd need the --disab

[OE-core] [PATCH v2] mesa-demos: rename clear

2015-07-03 Thread Li xin
ncurses have already provided clear,so rename it to clear.mesa-demos. Signed-off-by: Li Xin --- meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb inde

Re: [OE-core] [PATCH] xorg-proto-common: allow the empty package

2015-07-03 Thread Burton, Ross
On 3 July 2015 at 10:34, Huang, Jie (Wind River) wrote: > I see your point, I think we can make the empty PN rdepends on PN-dev(but > the dev-deps QA check need to be skipped), > > then when user try to add PN, PN-dev will also be installed, so it’s not > an useless empty package. > bigreqsproto

Re: [OE-core] [PATCH] xorg-proto-common: allow the empty package

2015-07-03 Thread Huang, Jie (Jackie)
I see your point, I think we can make the empty PN rdepends on PN-dev(but the dev-deps QA check need to be skipped), then when user try to add PN, PN-dev will also be installed, so it’s not an useless empty package. I see that openssh has similar situation, PN is allowed empty, but it rdepend

[OE-core] [PATCH 2/2] testimage.bbclass: add support for test suites manifest files 7848

2015-07-03 Thread zjh
Signed-off-by: zjh --- meta/classes/testimage.bbclass | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 5d74fe4..2c66b5d 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/class

Re: [OE-core] [PATCH] xorg-proto-common: allow the empty package

2015-07-03 Thread Burton, Ross
On 3 July 2015 at 10:04, Martin Jansa wrote: > I as a customer would definitely prefer error message even later in the > build then getting completely useless empty package installed in my > image and blame you for installing it when I was expecting to find > bigreqsproto in my rootfs. > Agreed.

Re: [OE-core] [PATCH] xorg-proto-common: allow the empty package

2015-07-03 Thread Martin Jansa
On Fri, Jul 03, 2015 at 01:34:31AM +, Huang, Jie (Jackie) wrote: > Yeah I know it’s not good to have the empty package and we can remove > dependencies to void error, but > our customer may add the package through IMAGE_INSTALL in local.conf and > blame it fails until do_rootfs: > > ERROR: b

Re: [OE-core] [PATCH] man: replace ',' with '#'

2015-07-03 Thread wenzong fan
On 07/02/2015 04:05 PM, Richard Purdie wrote: On Thu, 2015-07-02 at 09:25 +0800, wenzong@windriver.com wrote: From: Yue Tao Sometimes, the parameters of CC contains the ',', which cause the sed command failed, so replace the ',' with '#' What about BUILD_CC? Not sure if there are any lin

[OE-core] [PATCH v2] man: replace ',' with '#'

2015-07-03 Thread wenzong.fan
From: Yue Tao Sometimes, the parameters of CC/BUILD_CC contains the ',', which cause the sed command failed, so replace the ',' with '#' Signed-off-by: Yue Tao Signed-off-by: Wenzong Fan --- meta/recipes-extended/man/man/configure_sed.patch | 32 +++ meta/recipes-extended/

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-03 Thread Paul Eggleton
On Friday 03 July 2015 09:07:16 Anders Darander wrote: > * akuster808 [150702 19:05]: > > The current version of nettle 2.7 has one file that is GPL v3. > > mini-gmp.* > > > > so the license for 2.7 should be updated IMHO. So wont that put us in the > > same boat as the upgrade? > > Ouch, that's

[OE-core] [PATCH 1/1] multilib_global.bbclass: fix PREFERRED_VERSION for cross-canadian

2015-07-03 Thread Robert Yang
Fixed: When both gcc 4.9 and 5.1 are in the layer, and set these in local.conf: GCCVERSION = "4.9%" MACHINE = "qemux86-64" require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" $ bitbake gcc-cross-canadian-i586 Then gcc 5.1 would be built rather than

[OE-core] [PATCH 0/1] multilib_global.bbclass: fix PREFERRED_VERSION for cross-canadian

2015-07-03 Thread Robert Yang
The following changes since commit dd09fab685de2eaf04aa5ab60f8220b89c1deae9: tune-core2.inc: set X86ARCH32 to i686 (instead of i586) (2015-07-02 23:08:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/cross http://cgit.openembedded

Re: [OE-core] [PATCH] libdrm: Upgrade to 2.4.62

2015-07-03 Thread Steffen.Pankratz
> -Original Message- > From: Jussi Kukkonen [mailto:jussi.kukko...@intel.com] > Sent: Friday, July 03, 2015 10:27 AM > To: Pankratz, Steffen > Cc: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH] libdrm: Upgrade to 2.4.62 Hi Jussi > > attached you can find

Re: [OE-core] [PATCH] libdrm: Upgrade to 2.4.62

2015-07-03 Thread Jussi Kukkonen
On 3 July 2015 at 11:11, wrote: > Hi, > > attached you can find a patch to upgrade libdrm to version 2.4.62. Thanks Steffen. Could you resend the patch inline and not as an attachment? - Jussi > I added a temporary workaround, as Valgrind support is enabled by default > currently, > this wa

[OE-core] [PATCH] libdrm: Upgrade to 2.4.62

2015-07-03 Thread Steffen.Pankratz
Hi, attached you can find a patch to upgrade libdrm to version 2.4.62. I added a temporary workaround, as Valgrind support is enabled by default currently, this was already fixed upstream for the next version. Regards -Steffen -- Steffen Pankratz Expert, Software Integration & Services EB - D

[OE-core] [PATCH] gettext-minimal-native: use MKIDR_P in Makefile.in.in

2015-07-03 Thread wenzong.fan
From: Wenzong Fan The Makefile.in.in provided by gettext-minimal-native will be copied to many packages that need gettext to produce multi-lingual messages. Replace mkdir_p with MKDIR_P to fix below errors from those packages' install logs: /bin/sh: 6: @mkdir_p@: not found /usr/bin/install:

Re: [OE-core] [PATCH] systemd: bug fix for the path of systemd.conf

2015-07-03 Thread Andreas Oberritter
Hello Zhang Xiao, On 03.07.2015 08:42, Zhang Xiao wrote: > tmpfiles.d/systemd.conf lies in {prefix}/lib not {libdir}. > Fix it. > > Signed-off-by: Zhang Xiao > --- > meta/recipes-core/systemd/systemd_219.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-c

[OE-core] [PATCH 1/1] Update alternatives of man pages

2015-07-03 Thread Kai Kang
Update alternatives of man pages in several packages. Signed-off-by: Kai Kang --- meta/recipes-core/coreutils/coreutils_8.23.bb | 7 ++- meta/recipes-core/util-linux/util-linux.inc | 8 +++- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 6 ++ meta/recipes-devtoo

[OE-core] [PATCH 0/1] Update alternatives of man pages

2015-07-03 Thread Kai Kang
It is ok to be installed by rpm, but failed with smart. The following changes since commit 8ad9a434c9fd0300cf5c38c368b181b78421e95a: bitbake: tests/data: Add new data tests (2015-07-01 15:40:21 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/al

[OE-core] Getting rid of "The license listed internal was not in the licenses collected" warnings?

2015-07-03 Thread Mike Looijmans
In my layer.conf I have: LICENSE_PATH += "${LAYERDIR}/licenses" In that path, there's a license file called "internal" containing the following short text: For TOPIC internal use only. Do not distribute. Now on each build I get warnings like this for every recipe that refers to this lice

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-03 Thread Anders Darander
* akuster808 [150702 19:05]: > The current version of nettle 2.7 has one file that is GPL v3. > mini-gmp.* > so the license for 2.7 should be updated IMHO. So wont that put us in the > same boat as the upgrade? Ouch, that's no good! Ideally, we should look at that file and see for how long it'