|
Re: QA Cycle report for build (yocto-3.1_M1.rc8)
The Valgrind is a known issue:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13666
I would make these blockers for M2/M3 and approve shipping M1
- armin
The Valgrind is a known issue:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13666
I would make these blockers for M2/M3 and approve shipping M1
- armin
|
By
Armin Kuster
·
#47758
·
|
|
Re: Raspberry pi 4 recipe and layer issues.
Hi Josef,
I restored my poky repository.
These are in my arachne-pnr_0.1.bb.
DEPENDS = " icestorm busybox coreutils-native"
RDEPENDS_${PN} = "coreutils"
When I try the following,
bitbake -c cleanall
Hi Josef,
I restored my poky repository.
These are in my arachne-pnr_0.1.bb.
DEPENDS = " icestorm busybox coreutils-native"
RDEPENDS_${PN} = "coreutils"
When I try the following,
bitbake -c cleanall
|
By
Ed Vidal
·
#47757
·
|
|
Re: Raspberry pi 4 recipe and layer issues.
Howdy!
If your recipe needs sum at build time, then it shall have
DEPENDS = "coreutils-native"
If it needs sum at runtime, then it shall have
RDEPENDS_${PN} = "coreutils"
No need to download any
Howdy!
If your recipe needs sum at build time, then it shall have
DEPENDS = "coreutils-native"
If it needs sum at runtime, then it shall have
RDEPENDS_${PN} = "coreutils"
No need to download any
|
By
Josef Holzmayr <holzmayr@...>
·
#47756
·
|
|
Re: [meta-selinux][PATCH] MAINTAINERS: update maintainer
Did Mark sign off on this as well?
[[meta-selinux][PATCH] MAINTAINERS: update maintainer] On 19.12.18 (Wed 16:14) Yi Zhao wrote:
--
-Joe MacDonald.
:wq
Did Mark sign off on this as well?
[[meta-selinux][PATCH] MAINTAINERS: update maintainer] On 19.12.18 (Wed 16:14) Yi Zhao wrote:
--
-Joe MacDonald.
:wq
|
By
Joe MacDonald
·
#47755
·
|
|
Re: Raspberry pi 4 recipe and layer issues.
Hi Joesf,
I did not understand what you meant with "pull". These are the steps that I did.
Downloaded the file coreutils_8.31.bb from openemedded to ~/wkg/yocto-zeus
Saved the original file
Hi Joesf,
I did not understand what you meant with "pull". These are the steps that I did.
Downloaded the file coreutils_8.31.bb from openemedded to ~/wkg/yocto-zeus
Saved the original file
|
By
Ed Vidal
·
#47754
·
|
|
Re: Pull a single file using git lfs
Hi Andy,
I'm curious if subpath can be the path to a file directly and not a
directory, in which case that might work good enough.
Interesting one, thanks for telling me :)
I'd add a task between
Hi Andy,
I'm curious if subpath can be the path to a file directly and not a
directory, in which case that might work good enough.
Interesting one, thanks for telling me :)
I'd add a task between
|
By
Quentin Schulz
·
#47753
·
|
|
Re: Pull a single file using git lfs
I wrote...
So, do_fetch() is a Python function and you can’t run shell commands in it. That is fine, I have let it do its thing to initialise the git repository and moved my custom commands into a
I wrote...
So, do_fetch() is a Python function and you can’t run shell commands in it. That is fine, I have let it do its thing to initialise the git repository and moved my custom commands into a
|
By
Andy Pont <andy.pont@...>
·
#47752
·
|
|
Re: Pull a single file using git lfs
Quentin wrote...
Unfortunately, there are other files in the same directory that can’t be checked out. Looking at that documentation, I have added the “nocheckout=1” option to the git
Quentin wrote...
Unfortunately, there are other files in the same directory that can’t be checked out. Looking at that documentation, I have added the “nocheckout=1” option to the git
|
By
Andy Pont <andy.pont@...>
·
#47751
·
|
|
Re: Pull a single file using git lfs
Hi Andy,
I unfortunately don't have experience with git lfs.
I'm thinking about the subpath argument to SRC_URI git
Hi Andy,
I unfortunately don't have experience with git lfs.
I'm thinking about the subpath argument to SRC_URI git
|
By
Quentin Schulz
·
#47750
·
|
|
Pull a single file using git lfs
Hello,
I have a private git repo on our GitLab server that contains a bunch of source files that came as part of a commercial product and the final binary executable is also stored there using “git
Hello,
I have a private git repo on our GitLab server that contains a bunch of source files that came as part of a commercial product and the final binary executable is also stored there using “git
|
By
Andy Pont <andy.pont@...>
·
#47749
·
|
|
Re: QA Cycle report for build (yocto-3.1_M1.rc8)
Thanks Sangeeta.
Adding TSC to CC.
We have the bugs above but they're minor ptest issues (small
regressions).
We have performance problems in certain world build cases but we need
to work through
Thanks Sangeeta.
Adding TSC to CC.
We have the bugs above but they're minor ptest issues (small
regressions).
We have performance problems in certain world build cases but we need
to work through
|
By
Richard Purdie
·
#47748
·
|
|
Re: Dynamic layer or recipe not working
Konrad wrote…
I was trying to follow the example of the meta-freescale layer which has both .bb and .bbappend files within dynamic layers.
Having thought about it some more I realise that it could
Konrad wrote…
I was trying to follow the example of the meta-freescale layer which has both .bb and .bbappend files within dynamic layers.
Having thought about it some more I realise that it could
|
By
Andy Pont <andy.pont@...>
·
#47747
·
|
|
Re: go tool dist: unknown architecture: aarch64
A bit debug, found out that the go-native.inc depends on
go1.4-bootstrap which does not have arm64/aarch64 support.
Found out a reference on
-
A bit debug, found out that the go-native.inc depends on
go1.4-bootstrap which does not have arm64/aarch64 support.
Found out a reference on
-
|
By
learning yocto
·
#47746
·
|
|
[meta-selinux][PATCH] MAINTAINERS: update maintainer
Add Yi Zhao as the maintainer.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index
Add Yi Zhao as the maintainer.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index
|
By
Yi Zhao
·
#47745
·
|
|
Re: meta-intel stuck on bootup
#yocto
Okay guys, the issue has been resolved. I changed the default kernel to 4.9 and also patched it to include and support additional hardware present on my PC.
Okay guys, the issue has been resolved. I changed the default kernel to 4.9 and also patched it to include and support additional hardware present on my PC.
|
By
eph_pendragon
·
#47744
·
|
|
Re: Raspberry pi 4 recipe and layer issues.
Howdy!
Thats only halfways correct: busybox *CAN* provide sum, if configured
accordingly. It obviously is not, in your case. The easiest way to get
sum is probably to just pull in
Howdy!
Thats only halfways correct: busybox *CAN* provide sum, if configured
accordingly. It obviously is not, in your case. The easiest way to get
sum is probably to just pull in
|
By
Josef Holzmayr <holzmayr@...>
·
#47743
·
|
|
Re: QA Cycle report for build (yocto-3.1_M1.rc8)
By
Sangeeta Jain
·
#47742
·
|
|
go tool dist: unknown architecture: aarch64
Hello List,
I am a newbie to yocto world, trying to build poky (zeus) for
qemuarm64 machine on an arm64 board.
When I included meta-virtualization layer and add
Hello List,
I am a newbie to yocto world, trying to build poky (zeus) for
qemuarm64 machine on an arm64 board.
When I included meta-virtualization layer and add
|
By
learning yocto
·
#47741
·
|
|
Re: QA Cycle report for build (yocto-3.1_M1.rc8)
Thanks.
I believe the valgrid failure is a known issue:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13666
- armin
Thanks.
I believe the valgrid failure is a known issue:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13666
- armin
|
By
Armin Kuster
·
#47740
·
|
|
QA Cycle report for build (yocto-3.1_M1.rc8)
Hello all,
This is the full report for 3.1_M1.rc8:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
Hello all,
This is the full report for 3.1_M1.rc8:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
|
By
Sangeeta Jain
·
#47739
·
|