Re: [yocto] is there a rationale for YP using sysvinit as default init manager?

2019-11-21 Thread Alexander Kanavin
hat the project, by design, has entirely sidestepped the divisive init system wars that have been gripping the mainstream linux distros for years (and still are). I'd say it hardly matters what the default is, if the other options are well supported. Alex -- _______

Re: [yocto] is there a rationale for YP using sysvinit as default init manager?

2019-11-21 Thread Richard Purdie
ing of systemd on a near enough equal footing to sysvinit which was the concern people had raised. There are problems in oe-selftest and some other corner cases but nothing people seem to be running into day-to- day. There has been representation at OE meetings, in surveys and from YP members for us not to switch the default FWIW. Cheers, Richard -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] OpenEmbedded Workshop at FOSDEM20 CFP

2019-11-21 Thread Jon Mason
, The OpenEmbedded Board -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] is there a rationale for YP using sysvinit as default init manager?

2019-11-21 Thread Paul Eggleton
efer to do... Kai was working on changing this in the last cycle but AFAICT not all issues were able to be resolved in time. Kai, do you have a status update? Thanks Paul -- Paul Eggleton Intel System Software Products -- _______ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] is there a rationale for YP using sysvinit as default init manager?

2019-11-21 Thread Richard Purdie
ugh and fixing the build failures it generates and rewriting all the test metadata to invert poky and poky-altcfg. Personally I've got other things I'd prefer to do... Cheers, Richard -- _______ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] is there a rationale for YP using sysvinit as default init manager?

2019-11-21 Thread Robert P. J. Day
a Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday -- ___ yocto mailing list yocto@yoctoproject

Re: [yocto] populate_sdk with my image

2019-11-21 Thread Mark Hatle
ion of the Qt/Qml libraries installed >>> in >>> the final image >>> >>> >>> I managing the bitbake variables  TOOLCHAIN_TARGET_TASK and >>> TOOLCHAIN_HOST_TASK >>> adding manually the dependecies. >>> >>> >>> There is an automatic way to do that? >>> >>> >>> M >>> >>> -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] populate_sdk with my image

2019-11-21 Thread Mauro Ziliani
s installed in the final image I managing the bitbake variables  TOOLCHAIN_TARGET_TASK and TOOLCHAIN_HOST_TASK adding manually the dependecies. There is an automatic way to do that? M -- _______ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] populate_sdk with my image

2019-11-21 Thread Mark Hatle
> > I managing the bitbake variables  TOOLCHAIN_TARGET_TASK and > TOOLCHAIN_HOST_TASK > adding manually the dependecies. > > > There is an automatic way to do that? > > > M > > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] populate_sdk with my image

2019-11-21 Thread Mauro Ziliani
_TASK adding manually the dependecies. There is an automatic way to do that? M -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Canceled event with note: Yocto Project Weekly Triage Meeting @ Thu Nov 28, 2019 7:30am - 8:30am (PST) (yocto@yoctoproject.org)

2019-11-21 Thread theyoctoproject
=America/Los_Angeles:20191128T073000 CREATED:20180524T175433Z DESCRIPTION:Yocto Project Weekly Triage Meeting Details\n\n\nWiki: https:// wiki.yoctoproject.org/wiki/Bug_Triage\n\n\nYocto IRC: http://webchat.freeno de.net/?channels=#yocto - When you join state your name on the bridge or IR C.\n\nWe use

Re: [yocto] busybox + SELinux (warrior) - reboot issue

2019-11-21 Thread Mark Hatle
. but the fact it's rebooting suggests to me that something is incorrect in the initscripts when used with busybox. --Mark On 11/21/19 8:54 AM, Yair Itzhaki wrote: > Anybody? > >   > > Thanks, > > Yair > >   > >   > > -- _______

Re: [yocto] busybox + SELinux (warrior) - reboot issue

2019-11-21 Thread Yair Itzhaki
Anybody? Thanks, Yair -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] :how to solve the basehash value changed from 'xxx' to 'aaaa' ?

2019-11-21 Thread www
Thanks, The cause of the error comes from the cache of the yocto project. Thanks, Byron At 2019-11-21 17:13:54, "Mike Looijmans" wrote: >Without your recipe source code, no one can tell for sure, but I suspect you >have something like a "DATE" in there tha

[yocto] [meta-gplv2][PATCH v3] diffutils: use mempcpy instead of __mempcpy

2019-11-21 Thread Nicola Lunghi
led.patch \ + file://0002-included-libc-use-mempcpy-instead-of.patch \ " SRC_URI[md5sum] = "71f9c5ae19b60608f6c7f162da86a428" -- 2.20.1 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-gplv2][PATCH v2] diffutils: use mempcpy instead of __mempcpy

2019-11-21 Thread Nicola Lunghi
c-use-mempcpy-instead-of.patch \ " SRC_URI[md5sum] = "71f9c5ae19b60608f6c7f162da86a428" -- 2.20.1 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Is Yocto the right fit for my project?

2019-11-21 Thread Mauro Ziliani
Hello, Yocto is a must for your project, regarding the project evolution. I made a project starting from an intel platform, then I port it on raspberry, now on imx6 dual lite. My application never change, the system services never change. I need to change only the parts which driver the

Re: [yocto] Is Yocto the right fit for my project?

2019-11-21 Thread Mikko.Rapeli
to our application which is > running full-screen. > > We basically need > > QT 5.12 runtime (our application) > SSH > OpenVPN > Wifi > Ethernet > Modem (via Telit modem) > USB-ACM > USB-Memory stick > > Is this something I should be looking to the y

Re: [yocto] Is Yocto the right fit for my project?

2019-11-21 Thread Josef Holzmayr
' in to our application which is > running full-screen. > > We basically need > > QT 5.12 runtime (our application) > SSH > OpenVPN > Wifi > Ethernet > Modem (via Telit modem) > USB-ACM > USB-Memory stick > > Is this something I should be l

Re: [yocto] Is Yocto the right fit for my project?

2019-11-21 Thread Nicolas Dechesne
r application which is > running full-screen. > > > > We basically need > > > > QT 5.12 runtime (our application) > > SSH > > OpenVPN > > Wifi > > Ethernet > > Modem (via Telit modem) > > USB-ACM > > USB-Memory stick > > >

Re: [yocto] [meta-cgl][PATCH 1/2] core-image-cgl/core-image-cgl-initramfs: remove them

2019-11-21 Thread Changqing Li
MAGE_FSTYPES += " ext3.gz" - -# kexec-tools doesn't work on Mips -KEXECTOOLS_mips ?= "" -KEXECTOOLS_mipsel ?= "" - -IMAGE_FEATURES += "tools-debug tools-profile" -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Mailing list platform change November 21st

2019-11-21 Thread Michael Halstead
The window for the mailing list move has shifted forward to November 21st from 4pm to 8pm Pacific Standard Time. (2019-11-22 00:00-04:00 UTC) Moderators please tend to all pending requests today. Thank you, -- Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer On Fri

[yocto] Is Yocto the right fit for my project?

2019-11-21 Thread Richard Barrass
enVPN Wifi Ethernet Modem (via Telit modem) USB-ACM USB-Memory stick Is this something I should be looking to the yocto project for, or should I be looking at a more 'traditional' custom linux distro. The only other aspect, is that we have future plans to cost reduce the application to be r

[yocto] Device is unable to BOOT or INSTALL with generated .hddimg

2019-11-21 Thread Oriya, Raxesh
All, I have device which has following configuration: - Chipset architecture - `Intel NM10 express` - Processor - `Atom D2550 Dual Core` - Display - `DVI` - Volatile Memory - `2GB DDR3` - Storage - `16GB` **Objective**: Device should run yocto embededded OS successfully What I have done

[yocto] Installing a Kernel module.

2019-11-21 Thread Shravan Singh
by mistake, please notify the sender immediately and do not disclose the contents to anyone or make copies thereof. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Memory Tests in U-Boot

2019-11-21 Thread devendra . devadiga
? Implementation for these algorithms available in any of U-Boot version ? Thanks and Regards, Devendra -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] :how to solve the basehash value changed from 'xxx' to 'aaaa' ?

2019-11-21 Thread Mike Looijmans
teriaalweg 4, 5681 RJ Best Postbus 440, 5680 AK Best The Netherlands T: +31 (0) 499 33 69 69 E: mike.looijm...@topicproducts.com W: www.topicproducts.com Please consider the environment before printing this e-mail On 13-11-19 04:09, www wrote: > Dear all, > > When I modify the os-relea

[yocto] [mariadb] I'm getting an error when I include mariadb in sdk build

2019-11-20 Thread Greg Wilson-Lindberg
edded-qt5-sdk-1.0-r0 do_populate_sdk: Unable to install packages. Command '/home/gwilson/Qt/Qt-5.13.2/Yocto-build-RPi3/build-raspberrypi3/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/meta-toolchain-b2qt-embedded-qt5-sdk/1.0-r0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /home/gwilson

Re: [yocto] Doubt regarding python-elementtree rpm

2019-11-20 Thread Randy MacLeod
Varun It was merged into python-xml: python: merge python-elementtree into python-xml https://git.openembedded.org/openembedded-core/commit/?id=5f7206eba3953b7f29148ecfb791995773ee5fc7 -- # Randy MacLeod # Wind River Linux -- ___ yocto mailing list

Re: [yocto] Review request 0/13: Contribute meta-tensorflow to Yocto

2019-11-20 Thread Randy MacLeod
to: Hi RP and Yocto folks, Currently AI on IoT edge becomes more and more popular, but there is no machine learning framework in Yocto/OE. With the support of Eric , Robert and Randy, after two months effort, I've integrated TensorFlow to Yocto. Now, I contribute the patches to Yocto for review

[yocto] [meta-gplv2][PATCH] diffutils: fix the build with musl

2019-11-20 Thread Nicola Lunghi
+EXTRA_OECONF_libc-musl = "--with-included-regex" + do_configure_prepend () { chmod u+w ${S}/po/Makefile.in.in } -- 2.20.1 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Review request 0/13: Contribute meta-tensorflow to Yocto

2019-11-20 Thread Mauro Ziliani
abe I need to use it on this distribution Thaks  M Il 21/02/19 12:37, Hongxu Jia ha scritto: Hi RP and Yocto folks, Currently AI on IoT edge becomes more and more popular, but there is no machine learning framework in Yocto/OE. With the support of Eric , Robert and Randy, after two months effort,

Re: [yocto] Review request 0/13: Contribute meta-tensorflow to Yocto

2019-11-20 Thread Mauro Ziliani
P and Yocto folks, Currently AI on IoT edge becomes more and more popular, but there is no machine learning framework in Yocto/OE. With the support of Eric , Robert and Randy, after two months effort, I've integrated TensorFlow to Yocto. Now, I contribute the patches to Yocto for review, and

Re: [yocto] Review request 0/13: Contribute meta-tensorflow to Yocto

2019-11-20 Thread Mauro Ziliani
Hi all. There a port for meta-tensorflow for Krogoth or Sumo? Mayabe I need to use it on this distribution Thaks  M Il 21/02/19 12:37, Hongxu Jia ha scritto: Hi RP and Yocto folks, Currently AI on IoT edge becomes more and more popular, but there is no machine learning framework in Yocto

[yocto] Doubt regarding python-elementtree rpm

2019-11-20 Thread Varun A
-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [layerindex-web][PATCH 0/6] Recipe search improvements, misc fixes [cover letter only]

2019-11-20 Thread Paul Eggleton
++--- layerindex/views.py | 23 +++-- templates/layerindex/recipes.html | 22 + 4 files changed, 68 insertions(+), 47 deletions(-) delete mode 100644 layerindex/static/LICENSE.diff2html -- 2.20.1 -- ___ yocto mailing list

[yocto] [layerindex-web][PATCH 00/29] RRS: rework upgrade history collection [cover letter only]

2019-11-20 Thread Paul Eggleton
-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Install native recipe into filesystem

2019-11-20 Thread Ross Burton
o the IMAGE_DEPENDS or directly bitbake foo. Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [musl] CC option -mmusl in SDK env script but not in default do_compile task

2019-11-20 Thread Antoine MANACHE
aim of this -mmusl option and if required why this option is not set on both sides ? I fear this could lead to some situations where applications built from the SDK and then built with the full Yocto stack don't behave exactly the same. Thanks Antoine -- __

Re: [yocto] [warrior] [meta-qt4] 3rdparty: javascriptcore: JITStubs.cpp: allow builds of JavaScriptCore with gcc v8

2019-11-20 Thread Quentin Schulz
too excited to send the patch and forgot I needed to send a patch for meta-qt4 containing the patch for the qt4 sources. *facepalm* You should be able to get the patch for meta-qt4 from: https://lists.yoctoproject.org/pipermail/yocto/2019-November/047405.html Let us know if the patch applies nice

Re: [yocto] bitbake SRC_URI fetch Azure DevOps repository Azure DevOps Services Basic

2019-11-20 Thread 江騏先
Hi Richard, Thanks for your patch which could work for us. I study git-clone document and found the git urls support alternative scp-like syntax like below: [user@]host.xz:path/to/repo.git/ It seems like Azure DevOps provides SSH url. Will yocto support this alternative url? Thanks, Samuel

Re: [yocto] [warrior] [meta-qt4] 3rdparty: javascriptcore: JITStubs.cpp: allow builds of JavaScriptCore with gcc v8

2019-11-20 Thread Paul Eggleton
ould I submit one? Quentin sent one yesterday (with the same subject). If you could give it a try and confirm it fixes the failure that would be great. Thanks Paul -- Paul Eggleton Intel System Software Products -- _______ yocto mailing list yocto@yocto

Re: [yocto] [warrior] [meta-qt4] 3rdparty: javascriptcore: JITStubs.cpp: allow builds of JavaScriptCore with gcc v8

2019-11-20 Thread Mike Looijmans
gt; SYMBOL_STRING(ctiOpThrowNotCaught) ":" "\n" > @@ -551,7 +551,7 @@ SYMBOL_STRING(ctiOpThrowNotCaught) ":" "\n" > #error "JIT_STUB_ARGUMENT_VA_LIST not supported on ARMv7." > #endif > > -asm volatile ( > +asm ( > ".text" "\n" > ".align 2" "\n" > ".globl " SYMBOL_STRING(ctiTrampoline) "\n" > @@ -578,7 +578,7 @@ SYMBOL_STRING(ctiTrampoline) ":" "\n" > "bx lr" "\n" > ); > > -asm volatile ( > +asm ( > ".text" "\n" > ".align 2" "\n" > ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n" > @@ -596,7 +596,7 @@ SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n" > "bx lr" "\n" > ); > > -asm volatile ( > +asm ( > ".text" "\n" > ".align 2" "\n" > ".globl " SYMBOL_STRING(ctiOpThrowNotCaught) "\n" > @@ -614,7 +614,7 @@ SYMBOL_STRING(ctiOpThrowNotCaught) ":" "\n" > > #elif COMPILER(GCC) && CPU(ARM_TRADITIONAL) > > -asm volatile ( > +asm ( > ".text\n" > ".globl " SYMBOL_STRING(ctiTrampoline) "\n" > HIDE_SYMBOL(ctiTrampoline) "\n" > @@ -632,7 +632,7 @@ SYMBOL_STRING(ctiTrampoline) ":" "\n" > "mov pc, lr" "\n" > ); > > -asm volatile ( > +asm ( > ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n" > HIDE_SYMBOL(ctiVMThrowTrampoline) "\n" > SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n" > @@ -1024,7 +1024,7 @@ static NEVER_INLINE void > throwStackOverflowError(CallFrame* callFrame, JSGlobalD > extern "C" { \ > rtype JITStubThunked_##op(STUB_ARGS_DECLARATION); \ > }; \ > -asm volatile ( \ > +asm ( \ > ".text" "\n" \ > ".align 2" "\n" \ > ".globl " SYMBOL_STRING(cti_##op) "\n" \ > @@ -1053,7 +1053,7 @@ COMPILE_ASSERT(offsetof(struct JITStackFrame, > thunkReturnAddress) == THUNK_RETUR > extern "C" { \ > rtype JITStubThunked_##op(STUB_ARGS_DECLARATION); \ > }; \ > -asm volatile ( \ > +asm ( \ > ".globl " SYMBOL_STRING(cti_##op) "\n" \ > HIDE_SYMBOL(cti_##op) "\n" \ > SYMBOL_STRING(cti_##op) ":" "\n" \ > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Device is unable to BOOT or INSTALL with generated .hddimg

2019-11-19 Thread Josef Holzmayr
; > I have device which has following configuration: > > - Chipset architecture - `Intel NM10 express` > - Processor - `Atom D2550 Dual Core` > - Display - `DVI` > - Volatile Memory - `2GB DDR3` > - Storage - `16GB` > > **Objective**: Device should run yocto embededded

[yocto] Device is unable to BOOT or INSTALL with generated .hddimg

2019-11-19 Thread Oriya, Raxesh
All, I have device which has following configuration: - Chipset architecture - `Intel NM10 express` - Processor - `Atom D2550 Dual Core` - Display - `DVI` - Volatile Memory - `2GB DDR3` - Storage - `16GB` **Objective**: Device should run yocto embededded OS successfully What I have done

Re: [yocto] Install native recipe into filesystem

2019-11-19 Thread Randy MacLeod
etails are in the YP Mega Manual: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html Good luck and welcome to the Yocto Project, ../Randy Any help would be appreciated. Regards, Jeff -- # Randy MacLeod # Wind River Linux -- _______ yocto ma

[yocto] Install native recipe into filesystem

2019-11-19 Thread Jeff Kaisner
ge for them (or understand that part of the process). Any help would be appreciated. Regards, Jeff -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Zeus Call for patches

2019-11-19 Thread akuster808
Hello, We are planning on doing the first dot release for Zeus this coming Monday. If you would like a get your changes into this Zeus update, please have them on the list by this Friday for review. regards, Armin & Anuj -- ___ yocto mailing

[yocto] [warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8

2019-11-19 Thread Quentin Schulz
uot;\n" +@@ -614,7 +614,7 @@ SYMBOL_STRING(ctiOpThrowNotCaught) ":" "\n" + + #elif COMPILER(GCC) && CPU(ARM_TRADITIONAL) + +-asm volatile ( ++asm ( + ".text\n" + ".globl " SYMBOL_STRING(ctiTrampoline) "\n" + HIDE_SYMBOL(ctiTrampoline) "\n" +@@ -632,7 +632,7 @@ SYMBOL_STRING(ctiTrampoline) ":" "\n" + "mov pc, lr" "\n" + ); + +-asm volatile ( ++asm ( + ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n" + HIDE_SYMBOL(ctiVMThrowTrampoline) "\n" + SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n" +@@ -1024,7 +1024,7 @@ static NEVER_INLINE void throwStackOverflowError(CallFrame* callFrame, JSGlobalD + extern "C" { \ + rtype JITStubThunked_##op(STUB_ARGS_DECLARATION); \ + }; \ +-asm volatile ( \ ++asm ( \ + ".text" "\n" \ + ".align 2" "\n" \ + ".globl " SYMBOL_STRING(cti_##op) "\n" \ +@@ -1053,7 +1053,7 @@ COMPILE_ASSERT(offsetof(struct JITStackFrame, thunkReturnAddress) == THUNK_RETUR + extern "C" { \ + rtype JITStubThunked_##op(STUB_ARGS_DECLARATION); \ + }; \ +-asm volatile ( \ ++asm ( \ + ".globl " SYMBOL_STRING(cti_##op) "\n" \ + HIDE_SYMBOL(cti_##op) "\n" \ + SYMBOL_STRING(cti_##op) ":" "\n" \ +-- +2.17.1 + diff --git a/recipes-qt4/qt4/qt4-embedded.inc b/recipes-qt4/qt4/qt4-embedded.inc index 9c2d9da..5d4a9b0 100644 --- a/recipes-qt4/qt4/qt4-embedded.inc +++ b/recipes-qt4/qt4/qt4-embedded.inc @@ -12,6 +12,7 @@ QT_BASE_LIB ?= "libqt-embedded" # Set necessary variables in the profile SRC_URI += "file://qte.sh \ file://0033-configure-support-c-0x-standard-for-directfd.patch \ + file://0001-3rdparty-javascriptcore-JITStubs.cpp-allow-builds-of.patch \ " QT_EMBEDDED_FLAGS ?= " \ -- 2.17.1 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Yocto Project Status WW47'19

2019-11-19 Thread sjolley.yp.pm
1 (last week 1445) * Patches in the Pending State: 579 (40%) [last week 579 (40%)] The Yocto Project's technical governance is through its Technical Steering Committee, more information is available at: <https://wiki.yoctoproject.org/wiki/TSC> https://wiki.yoctoproject.org/w

[yocto] [meta-qt4] [BUG] qt4-embedded broken on warrior for qemux86-64

2019-11-19 Thread Quentin Schulz
neering GmbH High Tech Campus Vienna, Gutheil-Schoder-Gasse 10, 1100 Vienna, Austria Fax: +43 1 667 20 02 4401 quentin.sch...@streamunlimited.com, www.streamunlimited.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [warrior] [meta-qt4] 3rdparty: javascriptcore: JITStubs.cpp: allow builds of JavaScriptCore with gcc v8

2019-11-19 Thread Quentin Schulz
quot; "bx lr" "\n" ); -asm volatile ( +asm ( ".text" "\n" ".align 2" "\n" ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n" @@ -596,7 +596,7 @@ SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n" "bx lr" "\n" ); -asm volatile ( +asm ( ".text" "\n" ".align 2" "\n" ".globl " SYMBOL_STRING(ctiOpThrowNotCaught) "\n" @@ -614,7 +614,7 @@ SYMBOL_STRING(ctiOpThrowNotCaught) ":" "\n" #elif COMPILER(GCC) && CPU(ARM_TRADITIONAL) -asm volatile ( +asm ( ".text\n" ".globl " SYMBOL_STRING(ctiTrampoline) "\n" HIDE_SYMBOL(ctiTrampoline) "\n" @@ -632,7 +632,7 @@ SYMBOL_STRING(ctiTrampoline) ":" "\n" "mov pc, lr" "\n" ); -asm volatile ( +asm ( ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n" HIDE_SYMBOL(ctiVMThrowTrampoline) "\n" SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n" @@ -1024,7 +1024,7 @@ static NEVER_INLINE void throwStackOverflowError(CallFrame* callFrame, JSGlobalD extern "C" { \ rtype JITStubThunked_##op(STUB_ARGS_DECLARATION); \ }; \ -asm volatile ( \ +asm ( \ ".text" "\n" \ ".align 2" "\n" \ ".globl " SYMBOL_STRING(cti_##op) "\n" \ @@ -1053,7 +1053,7 @@ COMPILE_ASSERT(offsetof(struct JITStackFrame, thunkReturnAddress) == THUNK_RETUR extern "C" { \ rtype JITStubThunked_##op(STUB_ARGS_DECLARATION); \ }; \ -asm volatile ( \ +asm ( \ ".globl " SYMBOL_STRING(cti_##op) "\n" \ HIDE_SYMBOL(cti_##op) "\n" \ SYMBOL_STRING(cti_##op) ":" "\n" \ -- 2.17.1 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] patches to upgrade meta-jupyter layer packages

2019-11-19 Thread Maciej Pijanowski
On 19.11.2019 01:15, Chandana Kalluri wrote: > Hello all, > > I have upgraded python packages from meta-jupyter layer to work with the zeus > branch. > I am planning to send out the patches to this yocto project mailing list > yocto@yoctoproject.org Please let me know if this

Re: [yocto] patches to upgrade meta-jupyter layer packages

2019-11-18 Thread Khem Raj
On Mon, Nov 18, 2019 at 4:30 PM Chandana Kalluri wrote: > > > > -Original Message- > > From: Khem Raj > > Sent: Monday, November 18, 2019 4:21 PM > > To: Chandana Kalluri > > Cc: yocto@yoctoproject.org > > Subject: Re: [yocto] patches to upgr

Re: [yocto] patches to upgrade meta-jupyter layer packages

2019-11-18 Thread Chandana Kalluri
> -Original Message- > From: Khem Raj > Sent: Monday, November 18, 2019 4:21 PM > To: Chandana Kalluri > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] patches to upgrade meta-jupyter layer packages > > On Mon, Nov 18, 2019 at 4:17 PM Chandana Kalluri &g

Re: [yocto] patches to upgrade meta-jupyter layer packages

2019-11-18 Thread Khem Raj
On Mon, Nov 18, 2019 at 4:17 PM Chandana Kalluri wrote: > > Hello all, > > I have upgraded python packages from meta-jupyter layer to work with the zeus > branch. > I am planning to send out the patches to this yocto project mailing list > yocto@yoctoproject.org Please l

Re: [yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Khem Raj
> #include > > I am not getting the: > > ...tmp/work/x86_64-linux/qemu-native/3.0.0-r0/qemu-3.0.0/linux-user/syscall.c > > modified. > > > I'm obviously missing something. Any help would be greatly appreciated. > > > Regards, > > Greg > > >

Re: [yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Greg Wilson-Lindberg
lson-Lindberg Sent: Monday, November 18, 2019 04:10 PM To: Khem Raj Cc: Yocto list discussion Subject: Re: [yocto] [qemu] can't find qemu-native recipe Hi Khem, I found the BBCLASSEXTEND in the qemu.inc file, I also found a line in the .bb file: SRC_URI_append_class-native = " \ so

[yocto] patches to upgrade meta-jupyter layer packages

2019-11-18 Thread Chandana Kalluri
Hello all, I have upgraded python packages from meta-jupyter layer to work with the zeus branch. I am planning to send out the patches to this yocto project mailing list yocto@yoctoproject.org Please let me know if this is alright or if I need to send them to a different mailing list. Thanks

Re: [yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Greg Wilson-Lindberg
p/work/x86_64-linux/qemu-native/3.0.0-r0/qemu-3.0.0/linux-user/syscall.c modified. I'm obviously missing something. Any help would be greatly appreciated. Regards, Greg From: Khem Raj Sent: Monday, November 18, 2019 3:30:27 PM To: Greg Wilson-Lindberg

Re: [yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Khem Raj
there must be BBCLASSEXTEND = "native" in qemu recipe which essentially automatically extends the recipe for native case see https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-BBCLASSEXTEND > Regards, > Greg Wilson-Lindberg > > -- > _

[yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Greg Wilson-Lindberg
I can't find a qemu-native.bb file,or bbclass. I'm rather confused at this point, can someone shed a bit of light on what I'm missing? Regards, Greg Wilson-Lindberg  -- _______ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] GRUB without UEFI

2019-11-18 Thread Maciej Pijanowski
Hi, I'm wondering whether anyone here uses Yocto to build images for legacy x86 systems (without UEFI) with GRUB as a bootloader. I know that the GRUB with UEFI is well supported in Yocto. I'm looking for a way to create a bootable disk (ideally using WIC) for legacy BIOS with GRUB pr

Re: [yocto] KVM kernel modules missing from Yocto kernel

2019-11-18 Thread Wayne Li
ej Pijanowski < maciej.pijanow...@3mdeb.com> wrote: > > On 18.11.2019 19:22, Wayne Li wrote: > > Dear Yocto Developers, > > I'm trying to incorporate KVM into a Yocto kernel me and my coworker build > for a T4240 RDB (which has a PowerPC CPU). The problem is, no matter what &

Re: [yocto] KVM kernel modules missing from Yocto kernel

2019-11-18 Thread Maciej Pijanowski
On 18.11.2019 19:22, Wayne Li wrote: Dear Yocto Developers, I'm trying to incorporate KVM into a Yocto kernel me and my coworker build for a T4240 RDB (which has a PowerPC CPU).  The problem is, no matter what I do the KVM kernel module (I'm expecting a kvm.ko or any .ko file a

[yocto] KVM kernel modules missing from Yocto kernel

2019-11-18 Thread Wayne Li
Dear Yocto Developers, I'm trying to incorporate KVM into a Yocto kernel me and my coworker build for a T4240 RDB (which has a PowerPC CPU). The problem is, no matter what I do the KVM kernel module (I'm expecting a kvm.ko or any .ko file along those lines) is not present in the image

Re: [yocto] QA notification for completed autobuilder build (yocto-2.7.2.rc1)

2019-11-18 Thread Khem Raj
looks good to me. On Sun, Nov 17, 2019 at 11:00 PM Jain, Sangeeta wrote: > > Hello all, > > This is the full report for 2.7.2 RC1: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > === Summary > No high

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-11-18 Thread Stephen K Jolley
t;mailto:sjolley.yp...@gmail.com> sjolley.yp...@gmail.com) an e-mail with the bug number you would like and I will assign it to you (please make sure you have a Bugzilla account). The list is at: <https://wiki.yoctoproject.org/wiki/Bug_Triage#Unassigned_or_Newcomer_Bugs> https://wik

Re: [yocto] :how to solve the basehash value changed from 'xxx' to 'aaaa' ?

2019-11-18 Thread Mark Hatle
ge it later. --Mark On 11/12/19 10:20 PM, www wrote: > Dear all, > > When I modify the os-release file in my yocto project, it appear some error, > and > how can I solve it ? Who can give me some help or advice? Thank you! > I carried out the recommended order and it didn't w

Re: [yocto] Enable systemd service with parameter

2019-11-18 Thread Mateusz Majchrzycki
Thanks for you help, finally I've got it working. Just for clarification, I'm using Yocto rocko. I've checked and support for parametrized systemd services is available in systemd.bbclass. Also I've tried to make a dummy profile file and populate it on rootfs instead of sym

Re: [yocto] Enable systemd service with parameter

2019-11-18 Thread Ross Burton
here. I thought there were patches to handle this already, what release of yocto are you using? Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] :how to solve the basehash value changed from 'xxx' to 'aaaa' ?

2019-11-18 Thread www
Dear all, When I modify the os-release file in my yocto project, it appear some error, and how can I solve it ? Who can give me some help or advice? Thank you! I carried out the recommended order and it didn't work. ERROR: os-release-1.0-r0 do_compile: Taskhash mis

[yocto] :how to solve the basehash value changed from 'xxx' to 'aaaa' ?

2019-11-18 Thread www
Dear all, When I modify the os-release file in my yocto project, it appear some error, and how can I solve it ? Who can give me some help or advice? Thank you! I carried out the recommended order and it didn't work. ERROR: os-release-1.0-r0 do_compile: Taskhash mis

Re: [yocto] QA notification for completed autobuilder build (yocto-2.7.2.rc1)

2019-11-17 Thread Jain, Sangeeta
Hello all, This is the full report for 2.7.2 RC1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new defect found in this cycle. Thanks & Regards, Sangeeta Jain >-O

Re: [yocto] Enable systemd service with parameter

2019-11-17 Thread Maciej Pijanowski
t create that file /data/etc/openvpn/clientprofile.conf and install it within the recipe? It can be even empty. The service will keep failing. The build shall pass. Sounds reasonable? Best regards, Mateusz -- Maciej Pijanowski Embedded Systems Engineer https://3mdeb.com | @3mdeb_com -- __

[yocto] Enable systemd service with parameter

2019-11-17 Thread Mateusz Majchrzycki
failed: systemd_populate_packages What am I doing wrong? I suppose the symlink is not a problem as normally systemctl enables service with non-existent file as a parameter (it fails on start, but not enabling). Best regards, Mateusz -- _______ yocto mailin

[yocto] how to compile a task every time?

2019-11-15 Thread www
Dear all, I want to add a “BUILD_TIME” variable to image, so I need to compile a task every time, even if the package has no modification. Who can tell me, how can I set it to the package? thanks. thanks, Byron-- ___ yocto mailing list yocto

[yocto] Cannot install package SMBNETFS Build Error Configuring CUPS

2019-11-15 Thread David Churchill
Hello, new to Yocto. I’m trying to add SMB/CIFS support to the Linux Distribution on a WP77xx based Sierra Wireless FX30 so I can mount windows network shares. It seems that a recipe exists for this in my source tree for my device at /yocto/meta-openembedded/meta-filesystems

Re: [yocto] [meta-raspberrypi][PATCH] wic: add swap partition and set /root and /swap size

2019-11-15 Thread Andrei Gherzan
the limit. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Adding a custom environment variable

2019-11-15 Thread Khem Raj
> Thanks > Deepika -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [patchtest][PATCH 2/2] patchtest: Allow tests to import helper modules

2019-11-15 Thread Paul Barker
sys.path.insert(0, pti.startdir) +sys.path.insert(0, os.path.join(pti.startdir, 'tests')) + # create the suite with discovered tests and the corresponding runner suite = loader.discover(start_dir=pti.startdir, pattern=pti.pattern, top_level_dir=pti.topdir) ntc = suite.countT

[yocto] [patchtest][PATCH 1/2] patchtest: Fix printing of exception tracebacks

2019-11-15 Thread Paul Barker
True -- 2.17.1 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [patchtest-oe][PATCH] test_patch_upstream_status: Be explicit about case sensitivity

2019-11-15 Thread Paul Barker
data=[('Standard format', self.standard_format), ('Valid status', self.valid_status)]) for line in payload.splitlines(): if self.patchmetadata_regex.match(line): -- 2.17.1 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Adding a custom environment variable

2019-11-15 Thread Deepika Teriar
Hi, I have a module called unit-tests. I want to create an environment variable so that at compile time I can select whether to add or remove the module from build. Thanks Deepika -- ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] Manifest not found

2019-11-14 Thread Mark Hawthorne
TH_EGL=ON -DWITH_ERROR=OFF" > > OECMAKE_TARGET_COMPILE = "mbgl-glfw" > > inherit cmake > > do_install() { > install -D -m 0755 ${B}/libmbgl-core.a ${D}${libdir}/libmgl-core.a > install -D -m 0755 ${B}/libmbgl-vendor-nunicode.a > ${D}${libdir}/libmbgl-vendor-nunicode.a > install -D -m 0755 ${B}/mbgl-glfw ${D}${bindir}/mbgl-glfw > } > . > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [OE-core] Yocto Project Status WW46'19

2019-11-14 Thread Richard Purdie
k on Intel and WindRiver. If things should change in the future, > I will let you know. Thanks for your work on that team, its been hugely appreciated. I think it may be time that we suspend the SWAT process and have the build owners handle it themselves. Cheers, Richard -- _

Re: [yocto] Yocto Project Status WW46'19

2019-11-14 Thread akuster808
/2020 > * YP 3.1 M4 Proposed release date  4/24/2020 > >   > > Planned upcoming dot releases: > > * YP 3.0.1 has patches being queued in poky-contrib > * YP 2.7.2 (Warrior) is in QA. > >   > > Tracking Metrics: > > * WDD 2508 (last week > 2518)(ht

[yocto] Manifest not found

2019-11-14 Thread Mark Hawthorne
ARGET_COMPILE = "mbgl-glfw" inherit cmake do_install() { install -D -m 0755 ${B}/libmbgl-core.a ${D}${libdir}/libmgl-core.a install -D -m 0755 ${B}/libmbgl-vendor-nunicode.a ${D}${libdir}/libmbgl-vendor-nunicode.a install -D -m 0755 ${B}/mbgl-glfw ${D}${bindir}/mbgl-glfw } ---

Re: [yocto] puzzle: simple recipe gets image dependencies

2019-11-14 Thread Vladimir Molokov
t;Utilities for manipulating filesystem extended attributes" And no visible deps on kernel.. -- _______ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Collaboration on Testing GCC/LLVM Toolchains

2019-11-14 Thread Ross Burton
fort sadly. Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] No Package Provides /bin/awk

2019-11-14 Thread Wayne Li
t; > https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/?id=8af11c1cdd8fa08217e702b57cf96e9030db52b2 > > Would I be able to somehow take the patch from that website and apply it > to my project? Though I'd like to mention again it seems like that patch > is tryin

Re: [yocto] Collaboration on Testing GCC/LLVM Toolchains

2019-11-14 Thread Nicholas Krause
sting gcc/llvm upstream with Yocto. Granted there is a testsuite for both but it would be great to also test it against a build system that builds real world software. Furthermore I'm aware that this is done for Yocto toolchain selection internally but it would be great if we can start collab

[yocto] [yocto-autobuilder-helper][PATCH] config.json: Build MinGW SDK test image

2019-11-14 Thread Joshua Watt
core-image-minimal:do_populate_sdk", +"BBTARGETS" : "core-image-mingw-sdktest:do_populate_sdk", "ADDLAYER" : ["${BUILDDIR}/../meta-mingw"], "step1" : { "SDKMACHINE" : "i686-

Re: [yocto] [meta-raspberrypi][PATCH V3] wic: support to set /root size and add extra partition

2019-11-14 Thread Hongxu Jia
ongxu -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH V3] wic: support to set /root size and add extra partition

2019-11-14 Thread Paul Barker
guration, I think it'd be easier to add a new .wks file and override WKS_FILE. FYI, for meta-raspberrypi we usually take patches through GitHub pull requests at https://github.com/agherzan/meta-raspberrypi/pulls. -- Paul Barker -- _______ y

Re: [yocto] [meta-raspberrypi][PATCH] wic: add swap partition and set /root and /swap size

2019-11-14 Thread Paul Barker
for how many of us use the Raspberry Pi so it's best not to force them on everyone. Thanks, -- Paul Barker -- _______ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-mingw][PATCH] Add sdktest image

2019-11-14 Thread Ross Burton
-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH V3] wic: support to set /root size and add extra partition

2019-11-13 Thread Hongxu Jia
stype=ext4 --label root --align 4096 +part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 ${PI_WKS_ROOT_SIZE} +${PI_WKS_EXTRA_PARTTION} -- 2.17.1 -- _______ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH V2] wic: support to set /root size and add extra partition

2019-11-13 Thread Hongxu Jia
sk mmcblk0 --fstype=ext4 --label root --align 4096 +part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 ${PI_WKS_ROOT_SIZE} +${PI_WKS_EXTRA_PARTTION} -- 2.17.1 -- _______ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] wic: add swap partition and set /root and /swap size

2019-11-13 Thread Hongxu Jia
AP_SIZE} its using --size 44, perhaps thats default if its not set via PI_WKS_SWAP_SIZE -- 2.17.1 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

  1   2   3   4   5   6   7   8   9   10   >