|
Re: python argparse or alternate method
Hi Joel,
okay, I see - although I have to admit the argparse idea looks very weird, the error is that according
Hi Joel,
okay, I see - although I have to admit the argparse idea looks very weird, the error is that according
|
By
Konrad Weihmann <kweihmann@...>
·
#49014
·
|
|
Re: python argparse or alternate method
Hi Konrad,
I left out the details of the path encoding :) Effectively I was attempting to duplicate get_out_dir() as found here:
https://github.com/flutter/engine/blob/master/tools/gn
My recipe is
Hi Konrad,
I left out the details of the path encoding :) Effectively I was attempting to duplicate get_out_dir() as found here:
https://github.com/flutter/engine/blob/master/tools/gn
My recipe is
|
By
Joel Winarske
·
#49013
·
|
|
Re: python argparse or alternate method
There is a single tick missing, but I'm sure you get the point
There is a single tick missing, but I'm sure you get the point
|
By
Konrad Weihmann <kweihmann@...>
·
#49012
·
|
|
Re: python argparse or alternate method
What about
do_configure() {
cd ${@bb.utils.contains('PACKAGECONFIG_CONFARGS', '--verbose', out/verbose', 'out', d)}
}
What about
do_configure() {
cd ${@bb.utils.contains('PACKAGECONFIG_CONFARGS', '--verbose', out/verbose', 'out', d)}
}
|
By
Konrad Weihmann <kweihmann@...>
·
#49011
·
|
|
python argparse or alternate method
Hello,
I'm trying the below in a recipe. Bitbake gives me: ERROR: Unable to parse ...: Exited with "2"
inherit python3native
require utils.inc
do_configure() {
cd ${@get_out_dir(d)}
}
(in
Hello,
I'm trying the below in a recipe. Bitbake gives me: ERROR: Unable to parse ...: Exited with "2"
inherit python3native
require utils.inc
do_configure() {
cd ${@get_out_dir(d)}
}
(in
|
By
Joel Winarske
·
#49010
·
|
|
working with ruby gems now requires meta-cloud-services?
looking at old YP project, wherein the ruby.bbclass class file for
working with ruby gems was in a now-removed meta-oe/meta-ruby classes
directory. AFAICT, these days, if you want to build ruby gems,
looking at old YP project, wherein the ruby.bbclass class file for
working with ruby gems was in a now-removed meta-oe/meta-ruby classes
directory. AFAICT, these days, if you want to build ruby gems,
|
By
Robert P. J. Day
·
#49009
·
|
|
[meta-cgl][PATCH] crmsh: add python3-* rdepends
From: Mingli Yu <mingli.yu@...>
crmsh switches to python3 after crmsh upgrade to
4.20 in the commit[059be42 crmsh: Update to 4.20],
so update the RDEPENDS to fix below error:
# crm status
From: Mingli Yu <mingli.yu@...>
crmsh switches to python3 after crmsh upgrade to
4.20 in the commit[059be42 crmsh: Update to 4.20],
so update the RDEPENDS to fix below error:
# crm status
|
By
Yu, Mingli
·
#49008
·
|
|
Re: boost monthly download limits
That's a dynamically generated tarball that can't be relied upon, so
isn't an option. As there's a known limitation with bintray.com I see
no reason not to move back to SF.
Patches welcome!
Ross
That's a dynamically generated tarball that can't be relied upon, so
isn't an option. As there's a known limitation with bintray.com I see
no reason not to move back to SF.
Patches welcome!
Ross
|
By
Ross Burton <ross@...>
·
#49007
·
|
|
Re: boost monthly download limits
That may be not a problem to us, but we could still avoid to contribute to them hitting this limitation,
I guess that was part of the original point :)
--
Yann Dirson <yann@...>
Blade / Shadow --
That may be not a problem to us, but we could still avoid to contribute to them hitting this limitation,
I guess that was part of the original point :)
--
Yann Dirson <yann@...>
Blade / Shadow --
|
By
Yann Dirson
·
#49006
·
|
|
Re: [opkg-devel] [opkg-utils PATCH] Opkg.py : Support for tilde in version compare
Looks good, merged.
thanks!
--
Cheers,
Alejandro
Looks good, merged.
thanks!
--
Cheers,
Alejandro
|
By
Alejandro del Castillo <alejandro.delcastillo@...>
·
#49005
·
|
|
Re: boost monthly download limits
I wouldn't be super concerned about that, as Yocto servers carry copies of oe-core tarballs, and there is a fallback for that scenario. If it does occur, we should explore alternatives, but there's no
I wouldn't be super concerned about that, as Yocto servers carry copies of oe-core tarballs, and there is a fallback for that scenario. If it does occur, we should explore alternatives, but there's no
|
By
Alexander Kanavin
·
#49004
·
|
|
boost monthly download limits
Greetings,
Recently, the OpenBMC project started to hit
https://github.com/boostorg/boost/issues/299#issuecomment-593064251. Basically
the site that hosts the boost packages has a monthly download
Greetings,
Recently, the OpenBMC project started to hit
https://github.com/boostorg/boost/issues/299#issuecomment-593064251. Basically
the site that hosts the boost packages has a monthly download
|
By
Andrew Geissler
·
#49003
·
|
|
Yocto Project Status WW13'20
Current Dev Position: YP 3.1 M4 - Stabilization - Final RC builds
Next Deadline: YP 3.1 M4 build date 3/30/2020
Next Team Meetings:
Bug Triage meeting Thursday Apr. 2nd at 7:30am PDT
Current Dev Position: YP 3.1 M4 - Stabilization - Final RC builds
Next Deadline: YP 3.1 M4 build date 3/30/2020
Next Team Meetings:
Bug Triage meeting Thursday Apr. 2nd at 7:30am PDT
|
By
Stephen Jolley
·
#49002
·
|
|
[meta-zephyr][PATCH 5/5] newlib: instead of carry locally use from oe-core
Drop local newlib recipe and use it from oe-core
TODO: enable arc support
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
conf/distro/zephyr.conf | 3 +
Drop local newlib recipe and use it from oe-core
TODO: enable arc support
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
conf/distro/zephyr.conf | 3 +
|
By
Naveen Saini
·
#49001
·
|
|
[meta-zephyr][PATCH 4/5] zephyr-kernel-test.inc: remove 'boot_page_table' kernel test
'boot_page_table' moved from kernel tests.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc | 1 -
1 file changed, 1
'boot_page_table' moved from kernel tests.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc | 1 -
1 file changed, 1
|
By
Naveen Saini
·
#49000
·
|
|
[meta-zephyr][PATCH 3/5] zephyr-kernel: add Zephyr RTOS version 2.2.0 support
Release notes:
https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.2.0
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
classes/zephyr-kernel-src.bbclass |
Release notes:
https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.2.0
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
classes/zephyr-kernel-src.bbclass |
|
By
Naveen Saini
·
#48999
·
|
|
[meta-zephyr][PATCH 2/5] qemu: update recipe version
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../qemu/{qemu_4.1.%.bbappend => qemu_4.2.%.bbappend} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../qemu/{qemu_4.1.%.bbappend => qemu_4.2.%.bbappend} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename
|
By
Naveen Saini
·
#48998
·
|
|
[meta-zephyr][PATCH 1/5] layer.conf: update LAYERSERIES_COMPAT to dunfell
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index
|
By
Naveen Saini
·
#48997
·
|
|
Re: duplicate files in tmp
Right. You'll need to use 'ls -l':
$ touch foo
$ ls -l foo
-rw-r--r-- 1 ross staff 0 Mar 31 11:46 foo
$ ln foo bar
$ ls -l foo bar
-rw-r--r-- 2 ross staff 0 Mar 31 11:46 bar
-rw-r--r-- 2 ross staff
Right. You'll need to use 'ls -l':
$ touch foo
$ ls -l foo
-rw-r--r-- 1 ross staff 0 Mar 31 11:46 foo
$ ln foo bar
$ ls -l foo bar
-rw-r--r-- 2 ross staff 0 Mar 31 11:46 bar
-rw-r--r-- 2 ross staff
|
By
Ross Burton <ross@...>
·
#48996
·
|
|
Re: duplicate files in tmp
Well, Ubuntu doesn't tell any difference between a normal file and a hard link file on gui file explore, verified by "ls -i". thanks<br/><br/>B.R.<br/>Nus
Well, Ubuntu doesn't tell any difference between a normal file and a hard link file on gui file explore, verified by "ls -i". thanks<br/><br/>B.R.<br/>Nus
|
By
nus1998 <nus1998@...>
·
#48995
·
|