Re: [yocto] [meta-qt5] How to contribute patches for qtwebengine in meta-qt5?

2019-11-01 Thread Martin Jansa
This patch is already included in 5.13.2 upgrade (ready in zeus-next and master-next branches), so you don't need to do anything. Otherwise like Khem says, submit the change for meta-qt5 repository like any other layer. The meta-qt5/qt* repositories are used to maintain the patches, but usually o

Re: [yocto] systemd Version Going Backwards on Warrior

2019-10-29 Thread Martin Jansa
PR server never knows which one is really newer (in git). It just returns max(LOCALCOUNT)+1 when it gets query for hash which isn't stored in the database yet. Either the build in question didn't use PRserv at all or PRserv's cache was deleted between builds or the builds were using the same buil

Re: [yocto] [meta-security][PATCH] layer.conf: Update for zeus series

2019-10-11 Thread Martin Jansa
Acked-by: Martin Jansa Please merge this to unblock CI. On Wed, Oct 9, 2019 at 12:55 AM Armin Kuster wrote: > Signed-off-by: Armin Kuster > --- > conf/layer.conf | 2 +- > meta-integrity/conf/layer.conf | 2 +- > meta-security-compliance/

Re: [yocto] do_fetch_append: syntax error

2019-10-01 Thread Martin Jansa
On Tue, Oct 01, 2019 at 11:35:21AM +0300, Damien LEFEVRE wrote: > Hi, > > I have the following bbappend > > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > SRC_URI += " \ > file://tegra186_cti_defconfig \ > " > > do_fetch_append(){ > mv ${WORKDIR}/tegra186_cti_defconfig ${WORKDIR}/defco

Re: [yocto] Alternative to _git.bb convention for unstable versions?

2019-09-13 Thread Martin Jansa
You can easily add .inc file which will set all the PREFERRED_VERSIONs for all components you need and then the users will just add an "require" of this .inc files to their local.conf. "somepackage-unstable.bb" or "somepackage-devel.bb" this will make it 2 different components - not 2 different ve

Re: [yocto] package_qa fails on copy openssl

2019-09-10 Thread Martin Jansa
On Tue, Sep 10, 2019 at 08:49:35AM -0400, William Durocher wrote: > Currently updating a sumo build to warrior. One of our recipe called config > server uses nodejs which was updated from 8.9 in sumo to 10.5 in warrior. > As an interim solution we decided to keep the version of nodejs to 8.90. > Ho

Re: [yocto] [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable

2019-09-06 Thread Martin Jansa
On Mon, Aug 12, 2019 at 07:51:40PM +, Martin Jansa wrote: > Signed-off-by: Martin Jansa ping > --- > documentation/ref-manual/ref-classes.xml | 5 - > documentation/ref-manual/ref-variables.xml | 21 + > 2 files changed, 25 insertions(+), 1 deleti

Re: [yocto] [PATCH] In Yocto 2.7 powertop package is broken.

2019-08-19 Thread Martin Jansa
See https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg126436.html On Mon, Aug 19, 2019 at 11:35 AM Kaz Kylheku wrote: > Hi all, > > Via a .bbappend file in my own layers, I added the following patch to > build powertop, which is enabled when tools-profile is added to > EXT

[yocto] [meta-security][PATCH] smack: add runtime dependency on python3-core

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/share/smack/smack_rules_gen contained in package smack requires /usr/bin/python3, but no providers found in RDEPENDS_smack? [file-rdeps] Signed-off-by: Martin Jansa --- recipes-mac/smack/smack_1.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[yocto] [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable

2019-08-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- documentation/ref-manual/ref-classes.xml | 5 - documentation/ref-manual/ref-variables.xml | 21 + 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref

Re: [yocto] [meta-integrity][PATCH 1/3] layer.conf: add dependency on meta-security

2019-07-29 Thread Martin Jansa
On Wed, Jul 24, 2019 at 02:23:24PM +0300, Dmitry Eremin-Solenikov wrote: > ima-evm-utils recipe depends on keyutils recipe which is a part of > meta-security layer. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta-integrity/conf/layer.conf | 2 ++ > 1 file changed, 2 insertions(+) > > di

Re: [yocto] Dealing with line endings

2019-06-25 Thread Martin Jansa
Hi Keith, you can use dos2unix.bbclass: http://git.openembedded.org/openembedded-core/tree/meta/classes/dos2unix.bbclass to convert them before do_patch. Cheers, On Tue, Jun 25, 2019 at 4:57 AM keith.derrick wrote: > I am using an upstream repo with a mix of line endings. > > > In my recipe, I

Re: [yocto] [meta-gplv2][warrior][PATCH] bc: use u-a for bc as well

2019-06-21 Thread Martin Jansa
No problem, thanks for quick response. Looks like this patch wasn't merged in master as well (I thought it was), can you please push it as well. Thanks On Fri, Jun 21, 2019 at 2:59 PM Burton, Ross wrote: > Done, sorry. > > Ross > > On Fri, 21 Jun 2019 at 13:53,

Re: [yocto] [meta-gplv2][warrior][PATCH] bc: use u-a for bc as well

2019-06-21 Thread Martin Jansa
ping for warrior On Tue, Jun 11, 2019 at 9:08 AM Martin Jansa wrote: > * bc can be provided by busybox as well (e.g. if you have your own > defconfig and forget to explicitly disable it: > ... > * > * Miscellaneous Utilities > * > adjtimex (4.7 kb) (ADJTIMEX) [

Re: [yocto] cortexa9t2hf instead of cortexa9hf

2019-06-18 Thread Martin Jansa
m is a type of > armv7a. > > My two cent worth thinking, > Zoran > ___ > > > On Tue, Jun 18, 2019 at 7:13 PM Martin Jansa wrote: > > > > On Mon, Jun 17, 2019 at 07:47:36PM +0200, Arno Steffens wrote: > > > Thanks for explaining this. >

Re: [yocto] cortexa9t2hf instead of cortexa9hf

2019-06-18 Thread Martin Jansa
On Mon, Jun 17, 2019 at 07:47:36PM +0200, Arno Steffens wrote: > Thanks for explaining this. > I take some time to read about thumb/thumb2. The feedback is mixed. It seems > to generate more compact code, but some say it speeds up, others it slows > down because of reduced function set - and it c

Re: [yocto] cortexa9t2hf instead of cortexa9hf

2019-06-17 Thread Martin Jansa
See this oe-core commit (from 2.6 Thud): commit c88304a78e528596ca481cabe273749c286c352a Author: Andre McCurdy Date: Fri May 18 15:50:40 2018 -0700 arch-armv7a.inc: default to Thumb2 instruction set for armv7a and above which enabled Thumb2 by default, if you want to disable it as it was

Re: [yocto] YP sstate example conf file

2019-06-13 Thread Martin Jansa
Good question. I've one related to this as well. It would be also good to document (if it isn't somewhere already) what builds populate this mirror. I assume it will be some autobuilder job with DISTRO = poky, but without file listing enabled over http I cannot even guess which MACHINEs were inc

[yocto] [meta-gplv2][warrior][PATCH] bc: use u-a for bc as well

2019-06-11 Thread Martin Jansa
: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget_${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Signed-off-by: Martin Jansa --- recipes-extended/bc/bc_1.

[yocto] [meta-gplv2][PATCH] bc: use u-a for bc as well

2019-06-11 Thread Martin Jansa
: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget_${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Signed-off-by: Martin Jansa --- recipes-extended/bc/bc_1.

[yocto] [meta-gplv2][PATCH] elfutils: ignore new error from gcc-9

2019-06-05 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-devtools/elfutils/elfutils_0.148.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b/recipes-devtools/elfutils/elfutils_0.148.bb index a03b74e..1f07a28 100644 --- a/recipes-devtools/elfutils

[yocto] [opkg-utils][PATCH] opkg-list-fields: fix to print the fields again

2019-05-23 Thread Martin Jansa
883a1 Author: Alejandro del Castillo Date: Wed Dec 19 11:40:15 2018 -0600 opkg-make-index: add sha256sum support which replaced the modified __str__ function with print(self, checksum) Signed-off-by: Martin Jansa --- opkg-list-fields | 3 +-- 1 file changed, 1 insertion(+), 2 dele

[yocto] [meta-gplv2][PATCH] bc: use u-a for bc as well

2019-05-22 Thread Martin Jansa
: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget_${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Signed-off-by: Martin Jansa --- recipes-extended/bc/bc_1.

Re: [yocto] [meta-security][PATCH] keyutils: fix library install path

2019-05-17 Thread Martin Jansa
When you're on it, can you please check if it works with multilib? I think $(USRLIBDIR) doesn't respect ${libdir} from OE, so it always installs the library to /usr/lib instead of e.g. /usr/lib64 with multlilib. e.g. recipes-security/ccs-tools/ccs-tools_1.8.4.bb is setting USRLIBDIR=${libdir}, I

[yocto] [meta-gplv2][warrior][master][PATCH] licenses: restore Elfutils-Exception from oe-core

2019-05-16 Thread Martin Jansa
nse listed Elfutils-Exception was not in the licenses collected for recipe elfutils Signed-off-by: Martin Jansa --- conf/layer.conf | 2 ++ licenses/Elfutils-Exception | 12 2 files changed, 14 insertions(+) create mode 100644 licenses/Elfutils-Exception diff --git a/con

[yocto] [meta-gplv2][PATCH] layer.conf: Update to warrior release name series

2019-04-02 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 43d578b..59f6a89 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,4 +14,4 @@ LAYERVERSION_gplv2 = "1" LAYERDEPENDS_gpl

Re: [yocto] failed to compile php_7.2.10.bb

2018-10-10 Thread Martin Jansa
On Wed, Oct 10, 2018 at 04:03:55PM -0400, Simon Chamlian wrote: > Hi, > > I tried to bitbake php_7.2.10.bb and I am getting the following error. > > Did anyone tried to compile php_7.2.10.bb ? > > Any clue on what the issue can be ? > > bb.data_smart.ExpansionError: Failure expanding variable P

Re: [yocto] [pseudo] Pseudo 1.8+ xattr sqlite corruption

2018-09-23 Thread Martin Jansa
I did the same SRCREV bump locally and can confirm that https://bugzilla.yoctoproject.org/show_bug.cgi?id=12434 pseudo: Incorrect UID/GID in packaged files is still reproducible: ERROR: glibc-locale-2.24-r0 do_package_qa: QA Issue: glibc-locale: /glibc-binary-localedata-sw-ke/usr/lib/locale/sw_KE/L

Re: [yocto] coreutils postinstall warning

2018-09-14 Thread Martin Jansa
On Fri, Sep 14, 2018 at 07:38:49AM -0500, Seth Bollinger wrote: > On Mon, Aug 20, 2018 at 8:16 AM Seth Bollinger wrote: > > > Hello All, > > > > We've been seeing the following warning for a while now. Is this expected? > > > > WARNING: manuf-image-1.0-r0 do_rootfs: Intentionally failing postins

Re: [yocto] Postinstall scriptlets of ['coreutils'] have failed

2018-09-10 Thread Martin Jansa
al-dev. Do you have custom busybox defconfig which enables nice applet? It's not enabled in default config: meta/recipes-core/busybox/busybox/defconfig:# CONFIG_NICE is not set On Mon, Sep 10, 2018 at 8:15 PM Jens Rehsack wrote: > > > Am 09.09.2018 um 20:56 schrieb Martin J

Re: [yocto] Postinstall scriptlets of ['coreutils'] have failed

2018-09-09 Thread Martin Jansa
Cheers, > Jens > > Am 09.09.2018 um 19:27 schrieb Martin Jansa : > > busybox is most likely the one providing it in ${base_bindir} > > Recent busybox upgrade probably moved this file. > > There is also conflict on /usr/bin/setfattr between busybox and attr now. > > On

Re: [yocto] Postinstall scriptlets of ['coreutils'] have failed

2018-09-09 Thread Martin Jansa
busybox is most likely the one providing it in ${base_bindir} Recent busybox upgrade probably moved this file. There is also conflict on /usr/bin/setfattr between busybox and attr now. On Sun, Sep 9, 2018 at 7:22 PM Martin Jansa wrote: > There are 2 packages using u-a for nice, but one

Re: [yocto] Postinstall scriptlets of ['coreutils'] have failed

2018-09-09 Thread Martin Jansa
There are 2 packages using u-a for nice, but one is using {bindir} and 2nd one is using {base_bindir} coreutils is using bindir, find what's using ${base_bindir} and change one of them to use the same u-a link as the other one. On Sun, Sep 9, 2018 at 5:59 PM Jens Rehsack wrote: > > > Am 09.09.2

Re: [yocto] net-snmp_5.8.bb failed to compile

2018-08-28 Thread Martin Jansa
Follow the READMEs and don't mix layers from different branches. You need to checkout all repositories with layers from the same branch to be compatible. Now you're mixing newer meta-oe branch with older oe-core branch which doesn't have bb.utils.filter function yet. On Tue, Aug 28, 2018 at 5:17

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-27 Thread Martin Jansa
/build/poky/meta-poky/recipes-core/images/my-image.bb: > do_image_wic > Summary: There were 3 WARNING messages shown. > Summary: There were 2 ERROR messages shown, returning a non-zero exit code. > > > The ERROR: lib32-my-image-1.0-r0 do_image_wic: The file > /usr/share/gcc-7.3.0/pyt

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-26 Thread Martin Jansa
It's not as simple as that in some cases, there are some components which are pulled in 64bit version even when building lib32-foo-image. Some are easy to override from the config e.g.: ROOTFS_PKGMANAGE = "${LIB32_PREFIX}opkg" SPLASH = "${LIB32_PREFIX}psplash" but to prevent building e.g. syslinu

Re: [yocto] Error Report Tool Purge

2018-07-19 Thread Martin Jansa
or > linked build. > > > > -Amanda Brindle > > > > *From:* Martin Jansa [mailto:martin.ja...@gmail.com] > *Sent:* Thursday, July 19, 2018 11:38 AM > *To:* Brindle, Amanda R > *Cc:* Yocto Project > *Subject:* Re: [yocto] Error Report Tool Purge > > >

Re: [yocto] Error Report Tool Purge

2018-07-19 Thread Martin Jansa
I'm just curious, how are you tracking which reports were viewed or linked to (and linked from where)? I often use a link to http://errors.yoctoproject.org in the mailing list or the recipes/commit message instead of copy pasting whole build error, because it already shortens the build paths and sh

Re: [yocto] bbappend extra SRC_URI ignored

2018-06-14 Thread Martin Jansa
ther mentions until the do_install > > Yet the nvpmodel.conf is never copied to ${WORKDIR} which > is > /home/damien/procbox-pyro/build-jetson-tx2/tmp/work/aarch64_tegra186-poky-linux/tegra-tools/28.2.0-r0 > in my case. > > Could some bitbake options disable this standard behav

Re: [yocto] bbappend extra SRC_URI ignored

2018-06-14 Thread Martin Jansa
On Thu, Jun 14, 2018 at 03:16:00PM +0300, Damien LEFEVRE wrote: > HI, > > I'm working on meta-tegra layer and I'd like to append a recipe. The > original recipe looks like this: > https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.2/recipes-bsp/tegra-binaries/tegra-tools_28.2.0.bb >

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-24 Thread Martin Jansa
> That leaves only few issues in our internal components and strange failure > with perf which fails to include various header files: > perf/1.0-r9/perf-1.0/tools/perf/util/include/asm/byteorder.h:2:10: fatal > error: ../../../../include/uapi/linux/swab.h: No such file or directory > perf/1.0-r9/

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-17 Thread Martin Jansa
On Thu, May 10, 2018 at 09:11:45PM +0200, Martin Jansa wrote: > > > 5) nativesdk-libxcrypt fails to build (not sure which change caused > > > this, it build OK with sumo since the -std=gnu99 addition. > > > ../git/crypt-sunmd5.c:189:13: error: 'snprintf' outp

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-14 Thread Martin Jansa
On Mon, May 14, 2018 at 10:33:41AM -0600, Dan McGregor wrote: > On 10 May 2018 at 12:53, Khem Raj wrote: > > Hi Dan, > > > > Thanks for testing > > > > On 5/10/18 7:34 AM, Dan McGregor wrote: > >> > >> On 4 May 2018 at 18:26, Khem Raj wrote: > >>> > >>> Hi All > >>> > >>> As you might have notice

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Martin Jansa
On Thu, May 10, 2018 at 04:11:00PM -0700, Andre McCurdy wrote: > On Thu, May 10, 2018 at 3:50 PM, Martin Jansa wrote: > > On Thu, May 10, 2018 at 03:40:53PM -0700, Andre McCurdy wrote: > >> On Thu, May 10, 2018 at 3:38 PM, Martin Jansa > >> wrote: > >> > s

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Martin Jansa
On Thu, May 10, 2018 at 03:40:53PM -0700, Andre McCurdy wrote: > On Thu, May 10, 2018 at 3:38 PM, Martin Jansa wrote: > > see > > http://lists.openembedded.org/pipermail/openembedded-core/2018-May/150654.html > > Removing -fno-omit-frame-pointer isn't the same as add

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Martin Jansa
see http://lists.openembedded.org/pipermail/openembedded-core/2018-May/150654.html On Fri, May 11, 2018 at 12:38 AM Andre McCurdy wrote: > On Thu, May 10, 2018 at 3:07 PM, Martin Jansa > wrote: > > On Thu, May 10, 2018 at 11:43:25PM +0200, Martin Jansa wrote: > >> On Thu,

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Martin Jansa
On Thu, May 10, 2018 at 11:43:25PM +0200, Martin Jansa wrote: > On Thu, May 10, 2018 at 12:27:50PM -0700, Andre McCurdy wrote: > > On Thu, May 10, 2018 at 12:11 PM, Martin Jansa > > wrote: > > > On Thu, May 10, 2018 at 11:50:02AM -0700, Khem Raj wrote: > > >>

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Martin Jansa
On Thu, May 10, 2018 at 12:27:50PM -0700, Andre McCurdy wrote: > On Thu, May 10, 2018 at 12:11 PM, Martin Jansa wrote: > > On Thu, May 10, 2018 at 11:50:02AM -0700, Khem Raj wrote: > >> Hi Martin > >> > >> Thanks for testing and reporting back > >&g

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Martin Jansa
On Thu, May 10, 2018 at 11:50:02AM -0700, Khem Raj wrote: > Hi Martin > > Thanks for testing and reporting back > > On 5/9/18 2:38 AM, Martin Jansa wrote: > > My initial tests show couple issues, but usually caused by other changes > > in that branch, not the gcc-8

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-09 Thread Martin Jansa
My initial tests show couple issues, but usually caused by other changes in that branch, not the gcc-8 itself. 1) strace-4.22 from http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/gcc-8&id=af33a8b721cc9caebd3f5226b4c5903f666ab654 fails to build with ptest enabled (it builds wit

Re: [yocto] Is the a reason for adding the + to SRCPV?

2018-05-04 Thread Martin Jansa
This might help you: https://github.com/webosose/meta-webosose/blob/master/meta-webos/recipes-core/glib-2.0/glib-2.0/0002-gdbus-codegen-also-replace-character-with-underscore.patch On Wed, Apr 11, 2018 at 5:59 PM, Måns Zigher wrote: > Hi, > > Thanks for your help. It is a cmake project in which

Re: [yocto] [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT

2018-04-13 Thread Martin Jansa
On Fri, Apr 13, 2018 at 03:41:26PM -0700, Armin Kuster wrote: > Signed-off-by: Armin Kuster > --- > conf/layer.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/conf/layer.conf b/conf/layer.conf > index 84ab5f7..2100ffb 100644 > --- a/conf/layer.conf > +++ b/conf/layer.conf > @@ -8,3

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Martin Jansa
Cannot LAYERSERIES_CORENAMES added in rocko be used for that? On Thu, Apr 12, 2018 at 2:47 PM, Burton, Ross wrote: > I think the message here is that we need to embed the oe-core version > in the metadata somewhere... > > On 12 April 2018 at 13:11, Richard Collins > wrote: > > I get the followi

[yocto] [meta-gplv2][PATCH] layer.conf: add LAYERSERIES_COMPAT

2018-04-06 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index f5601bb..3d614dc 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13,3 +13,5 @@ BBFILE_PRIORITY_gplv2 = "1" LAYERVERSION_

Re: [yocto] How to disable module auto-loading

2018-03-27 Thread Martin Jansa
On Tue, Mar 27, 2018 at 10:18:28AM +0200, Nicolas Salmin wrote: > Hello all, > > I would like to know the better way to disable module auto-loading ? > > I tried to create /etc/modprobe.d/blacklist.conf but as /etc/modprobe.d > doesn't exist on my rootfs i think is not a good solution. > > I hav

[yocto] [meta-gplv2][PATCH] nettle: refresh the patches

2018-03-16 Thread Martin Jansa
From: Martin Jansa * fixes: WARNING: nettle-2.7.1-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify devtool finish --force-patch-refresh Then the

Re: [yocto] Does PACKAGECONFIG only apply to autotools recipes

2018-03-15 Thread Martin Jansa
It's applied in PACKAGECONFIG_CONFARGS variable and various bbclasses (and also various recipes) use this variable where needed, see git grep: meta/classes/base.bbclass:appendVar('PACKAGECONFIG_CONFARGS', extraconf) meta/classes/autotools.bbclass:EXTRA_OECONF_append = " ${PACKAGECONFIG_CO

Re: [yocto] [meta-raspberrypi][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-01-31 Thread Martin Jansa
; >> On Tue, Jan 30, 2018 at 2:31 PM, Martin Jansa > wrote: > >>> Signed-off-by: Martin Jansa > >>> --- > >>> recipes-kernel/linux/linux-raspberrypi.inc | 6 +++--- > >>> 1 file changed, 3 insertions(+), 3 deletions(-) > >>> >

[yocto] [meta-raspberrypi][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-01-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-kernel/linux/linux-raspberrypi.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index df3a3d7..a1c4e52 100644 --- a/recipes-kernel/linux

Re: [yocto] Error do_compile libepoxy

2018-01-18 Thread Martin Jansa
FWIW: here nativesdk-libepoxy fails in do_configure already since meson conversion FileNotFoundError: [Errno 2] No such file or directory: 'TOPDIR/tmp-glibc/work/x86_64-nativesdk-oesdk-linux/nativesdk-libepoxy/1.4.3-r0/build/meson-private/sanitycheckc.exe' http://errors.yoctoproject.org/Errors/De

Re: [yocto] Debugging sstate-cache

2017-12-19 Thread Martin Jansa
I'm using oe-core/scripts/sstate-diff-machines.sh script (which calls bitbake -S) to generate "snapshots" of sstate signatures for interesting builds (in our case daily official builds) and then every time I notice something unexpectedly being rebuilt, I can use the same script to create snapshot o

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-13 Thread Martin Jansa
I'm seeing the same build errors in linux-raspberrypi with various versions of Gentoo and Ubuntu (mostly tested with 14.04 and 16.04), I doubt that this issue is specific for Fedora 27. On Thu, Dec 14, 2017 at 2:31 PM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > Also is worth

Re: [yocto] Build error: "u-boot-imx_2017.03.bb:do_compile" failed ( freescale I.MX 6 on Ubuntu 16.04) ?

2017-12-06 Thread Martin Jansa
I don't know what version of Yocto you're using, but if it's older than 2.3 (which does filter what binaries are seen from the host system with HOSTTOOLS), then your build is probably autodetecting swig from host and you can easily disable that with: do_compile_prepend () { sed 's@\(^always +=

Re: [yocto] buildhistory.bbclass "version-going-backwards" for AUTOINC

2017-11-29 Thread Martin Jansa
I think you can disable version-going-backwards check as any other QA check by removing it from WARN_QA and ERROR_QA variables. Even with AUTOINC you should use PR service to get increasing AUTOINC numbers, so the warning is correct, if you want working upgrade paths on the device then you need to

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-20 Thread Martin Jansa
Similar QA issue is shown when you use: LOCALE_GENERATION_WITH_CROSS-LOCALEDEF_forcevariable = "0" which is needed to build glibc-locale with pyro on hosts with glibc-2.26 (with ENABLE_BINARY_LOCALE_GENERATION = "1"). On Fri, Oct 20, 2017 at 11:44 AM, Alexander Kanavin < alexander.kana...@linux.i

Re: [yocto] [pyro][bitbake][PATCH] bitbake: Replace deprecated git branch parameter "--set-upstream"

2017-10-17 Thread Martin Jansa
n is no longer supported. Please use > '--track' or '--set-upstream-to' instead. > > ERROR: PACKAGE do_unpack: Function failed: base_do_unpack > > (Bitbake rev: 2ab50074c1a6c56a8a178755de108447d7b7acaf) > > Signed-off-by: Andre Rosa > Signed-off-by: Martin J

Re: [yocto] u-boot recipe: Missing dependencies

2017-10-09 Thread Martin Jansa
Be aware that when you provide python-native, it's more likely that swig-native will be detected in sysroot as well and then u-boot will fail to build libfdt python library. To prevent this autodetection you can use something like this: do_compile_prepend () { sed 's@\(^always += $(if $(shell

Re: [yocto] [meta-raspberrypi][PATCH] Revert "qtbase: Enable EGLFS support"

2017-09-27 Thread Martin Jansa
On Wed, Sep 27, 2017 at 02:23:43PM -0300, Otavio Salvador wrote: > Hello Andrei, > > On Wed, Sep 27, 2017 at 2:13 PM, Andrei Gherzan wrote: > > On Wed, Sep 27, 2017 at 4:23 PM, Martin Jansa > > wrote: > >> > >> * this reverts commit 04b37dbdb79638b17a67

[yocto] [meta-raspberrypi][PATCH] Revert "qtbase: Enable EGLFS support"

2017-09-27 Thread Martin Jansa
* this reverts commit 04b37dbdb79638b17a670280058400ffaf1b6ccb. * this makes qtbase and everything which depends on some qt* recipe to be effectivelly MACHINE_ARCH Signed-off-by: Martin Jansa --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 3 --- 1 file changed, 3 deletions

Re: [yocto] "(-)"??

2017-09-21 Thread Martin Jansa
null and nothing can also be matched in MACHINE names, so to make sure people should use: COMPATIBLE_MACHINE = "(^$)" On Thu, Sep 21, 2017 at 8:41 AM, Peter Kjellerstedt < peter.kjellerst...@axis.com> wrote: > > -Original Message- > > From: yocto-boun...@yoctoproject.org [mailto:yocto- >

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-19 Thread Martin Jansa
-webos-linux/../../ > libexec/aarch64-webos-linux/gcc/aarch64-webos-linux/7.2.0/ld > > gold ? > > On Tue, Sep 19, 2017 at 6:58 AM, Martin Jansa > wrote: > > On Mon, Sep 18, 2017 at 12:29:44PM -0700, Khem Raj wrote: > >> On Mon, Sep 18, 2017 at 11:48 AM, Martin Jansa > w

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-19 Thread Martin Jansa
On Mon, Sep 18, 2017 at 12:29:44PM -0700, Khem Raj wrote: > On Mon, Sep 18, 2017 at 11:48 AM, Martin Jansa wrote: > > With these 3 changes included I see following failure with raspberrypi3-64, > > it might be something caused by last oe-core upgrade, but I haven't noticed >

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-18 Thread Martin Jansa
With these 3 changes included I see following failure with raspberrypi3-64, it might be something caused by last oe-core upgrade, but I haven't noticed anything suspicious there. Looks familiar? | VDSOL arch/arm64/kernel/vdso/vdso.so.dbg | /OE/build/owpb/webos-ports/tmp-glibc/work/raspberrypi

Re: [yocto] [meta-raspberrypi] ERROR: No recipes available for gstreamer

2017-09-13 Thread Martin Jansa
You're missing incompatible branches, use the same branch for all 3 and it will work. On Wed, Sep 13, 2017 at 4:48 PM, yahia farghaly wrote: > Minutes ago, i pulled the recent commits for poky,meta-oe, meta-raspberry > pi > and when i build this comes. there are actually another errors but as i

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-01 Thread Martin Jansa
Why do you use: ";downloadfilename=PATH " ? On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera wrote: > Hi! > > I was trying to share sstate between different hosts, but the consumer > build system seems to be unable to use re-use

Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Martin Jansa
/documentation > On Aug 15, 2017 10:11 PM, "Martin Jansa" wrote: > > > But it's related to it, in this thread he added oe-core/meta in master > > branch to BBLAYERS in poky build (already including poky/meta) from pyro > > branch. > > > > Th

Re: [yocto] ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL: 'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.

2017-08-15 Thread Martin Jansa
He is mixing poky/pyro with oe-core/master. All recent issues reported by Riko are caused by that. On Tue, Aug 15, 2017 at 5:49 PM, Khem Raj wrote: > > Thanks for sharing your build configuration. It says you are on > pyro release and I see this patch is there. So something else is > triggering

Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Martin Jansa
But it's related to it, in this thread he added oe-core/meta in master branch to BBLAYERS in poky build (already including poky/meta) from pyro branch. That's why he is seeing 3 strange issues reported in couple threads already (and this is also 3rd time someone telling him that he shouldn't inclu

Re: [yocto] How can I use PREFERRED_VERSION_ ?

2017-08-15 Thread Martin Jansa
and you should start by not including 2 different versions of openembedded-core/meta in your builds. Then you won't need PREFERRED_VERSION for openssl and the issue with wic.vmdk you reported elsewhere will also probably disappear. On Tue, Aug 15, 2017 at 7:31 AM, Khem Raj wrote: > On Mon, Aug

Re: [yocto] RFC: Backwards compatibility checking sstate-cache

2017-07-01 Thread Martin Jansa
I haven't tried the patches, but I really like this idea (I was suggesting something like that since 2011 http://permalink.gmane.org/gmane.comp.handhelds.openembedded.core/10327) and I'm glad you weren't discouraged attempting to do this. It also implements 3) b) idea from https://bugzilla.yoctopr

[yocto] [PATCH][meta-gplv2] gnutls: make it independent on gnutls.inc from oe-core

2017-06-23 Thread Martin Jansa
* also remove correct_rpl_gettimeofday_signature.patch like in commit e01e7c543a559c8926d72159b5cd55db0c661434 Author: Richard Purdie Date: Thu Jun 15 23:15:00 2017 +0100 meta: Remove further uclibc remnants (inc. patches and site files) Signed-off-by: Martin Jansa --- recipes

Re: [yocto] [PATCH][meta-gplv2] gnutls: add use-pkg-config-to-locate-zlib.patch

2017-06-23 Thread Martin Jansa
ERROR: gnutls-3.3.27-r0 do_fetch: Fetcher failure for URL: 'file://correct_rpl_gettimeofday_signature.patch'. Unable to fetch URL from any source. On Fri, Jun 23, 2017 at 11:25 AM, Martin Jansa wrote: > Probably yes as it got broken again yesterday: > > > On Mon, J

Re: [yocto] [PATCH][meta-gplv2] gnutls: add use-pkg-config-to-locate-zlib.patch

2017-06-23 Thread Martin Jansa
Probably yes as it got broken again yesterday: On Mon, Jun 12, 2017 at 9:13 PM, Burton, Ross wrote: > > On 12 June 2017 at 20:04, Andre McCurdy wrote: > >> Would it be better to just make the meta-gplv2 gnutls recipe self >> contained and stop trying to share a .inc file and patches with >> oe

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-18 Thread Martin Jansa
You didn't say which versions you're using. If you're using latest oe-core with gcc7 then you will need v3 version of this change: http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html I'll send it later today. > And how can I clean after building it ? It took about 70G

[yocto] [PATCH][meta-gplv2] gnutls: add use-pkg-config-to-locate-zlib.patch

2017-06-12 Thread Martin Jansa
-locate-zlib.patch Signed-off-by: Fan Xin Signed-off-by: Ross Burton and no longer applies for this version. Signed-off-by: Martin Jansa --- .../gnutls/use-pkg-config-to-locate-zlib.patch | 67 ++ recipes-support/gnutls/gnutls_3.3.27.bb| 2 +- 2 files

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Martin Jansa
And it's not clear from the diff you send, but like linux-yocto-dev.bb example above, the recipe needs to be renamed from linux-raspberrypi_dev.bb to linux-raspberrypi-dev.bb to make it different provider. On Thu, Jun 1, 2017 at 9:08 AM, Martin Jansa wrote: > Yes, Paul approach looks go

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Martin Jansa
t;>> wrote: > >>> > On Tue, May 30, 2017 at 10:15 AM, Paul Barker > > >>> > wrote: > >>> >> On 30 May 2017 5:08 p.m., "Khem Raj" wrote: > >>> >> > >>> >> On Tue, May 30, 2017 at 12:57 AM, Martin Jan

[yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Martin Jansa
your bblayers.conf, that's bad for people who want to be able to build without network access (completely from premirror) Signed-off-by: Martin Jansa --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/l

Re: [yocto] webkitgtk2 progress bar

2017-05-24 Thread Martin Jansa
> I have 22 cores here, and it is not a luxury, but an absolute necessity to get anything done as far as oe-core maintenance goes. Webkit's do_compile takes about half an hour - I can almost see that progress bar move :) Heh, you're lucky with "oe-core maintenance". My "bitbake world" builds have

Re: [yocto] webkitgtk2 progress bar

2017-05-24 Thread Martin Jansa
You can try to use gold to save a bit of time linking the beast. On Wed, May 24, 2017 at 4:46 PM, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com> wrote: > On Wed, 2017-05-24 at 16:23 +0200, Gary Thomas wrote: > > I see that the latest master update has brought a progress bar > > f

Re: [yocto] [meta-security][PATCH 2/2] ecryptfs-utils: add new recipe

2017-05-19 Thread Martin Jansa
How does this one relate to: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/meta-ivi/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils_106.bb?h=master the later has also support for systemd, not sure if it has the issue with pam or not. On Fri, May 19, 2017 at 4:56 PM, Huang, Jie (Jackie

Re: [yocto] [PATCHv2][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-05-19 Thread Martin Jansa
ping This is needed in both pyro and master branches. And possibly in morty branch, but I haven't seen any replies about it in my RFC. On Mon, Apr 24, 2017 at 4:29 PM, Martin Jansa wrote: > * gnutls depends on nettle-3.1* since 3.4.0: > The requirement for nettle was bumped from

Re: [yocto] Qt 5.8: do_rootfs: File 'qtdeclarative-plugins' not found

2017-04-25 Thread Martin Jansa
No, this won't be added to meta-qt5 layer, because it's not the right fix. If you're happy with empty packages, then you don't need meta-qt5 at all. Empty packages are useless and bitbake is right not to create them. My guess is that you don't have all necessary PACKAGECONFIGs enabled for qtbase

[yocto] [PATCHv2][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-24 Thread Martin Jansa
/commit/3fa80cf68919f07b3351b2722278ba463d6e731c * add recipe for last release in 3.3 branch which is compatible with nettle 2.7.1 used in meta-gplv2 Signed-off-by: Martin Jansa --- .../gnutls/configure.ac-fix-sed-command.patch | 31 ++ recipes-support/gnutls/gnutls_3.3.27

Re: [yocto] [RFC][meta-gplv2] layer priority and worth creating branch compatible with morty?

2017-04-24 Thread Martin Jansa
EXTEND = "native" recipes-support/gdbm/gdbm_1.8.3.bb:BBCLASSEXTEND = "native nativesdk" recipes-support/nettle/nettle.inc:BBCLASSEXTEND = "native nativesdk" On Fri, Apr 21, 2017 at 11:19 PM, Andre McCurdy wrote: > On Fri, Apr 21, 2017 at 1:59 PM, Martin Jansa > wrote: > &

[yocto] [RFC][meta-gplv2] layer priority and worth creating branch compatible with morty?

2017-04-21 Thread Martin Jansa
1) layer priority, currently it has: BBFILE_PRIORITY_gplv2 = "1" which is lower than oe-core with: BBFILE_PRIORITY_core = "5" so in order to use recipes from meta-gplv2 layer, user has to add couple PREFERRED_VERSIONS. Was this intended use for meta-gplv2? I can see some a

Re: [yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-20 Thread Martin Jansa
libgnutls package doesn't runtime depend on libidn, which is enough for us, if you have strong opinion about --disable-crywrap then we can return it in the recipes-support/gnutls/gnutls_3.3.27.bb On Thu, Apr 20, 2017 at 7:59 PM, Andre McCurdy wrote: > On Thu, Apr 20, 2017 at 9:20 AM, Mar

[yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-20 Thread Martin Jansa
/commit/3fa80cf68919f07b3351b2722278ba463d6e731c * add recipe for last release in 3.3 branch which is compatible with nettle 2.7.1 used in meta-gplv2 Signed-off-by: Martin Jansa --- .../gnutls/configure.ac-fix-sed-command.patch | 31 ++ recipes-support/gnutls/gnutls_3.3.27

[yocto] [PATCH][meta-gplv2] bison: add missing patch from oe-core

2017-03-09 Thread Martin Jansa
* meta-gplv2/recipes-devtools/bison/bison_2.3.bb: Unable to get checksum for bison SRC_URI entry bison-2.3_m4.patch: file could not be found Signed-off-by: Martin Jansa --- recipes-devtools/bison/bison/bison-2.3_m4.patch | 591 1 file changed, 591

Re: [yocto] meta-efl build?

2017-02-16 Thread Martin Jansa
On Thu, Feb 16, 2017 at 07:48:33AM +, Takashi Matsuzawa wrote: > Hello. > > Thank you very much for the pointer, but I think this image is x11 based.. > > I can see EFL project has some pages mentioning about booting EFL on > wayland-only environment, but it is not yocto (or oe) based instru

  1   2   3   4   >