|
Re: source-less python
Making your own! You can have it added to the layer index for better publicity.
Alex
Making your own! You can have it added to the layer index for better publicity.
Alex
|
By
Alexander Kanavin
·
#58584
·
|
|
Re: source-less python
What layer would you suggest?
Yishai Jaffe
What layer would you suggest?
Yishai Jaffe
|
By
Yishai Jaffe
·
#58583
·
|
|
Re: source-less python
You can start by placing it in a separate layer?
Alex
You can start by placing it in a separate layer?
Alex
|
By
Alexander Kanavin
·
#58582
·
|
|
Re: source-less python
I assume by core you mean openembedded-core/poky, yes?
So where would you add it to?
Seems to me like a very useful feature that many people would use if they knew the option exists.
Also, I noticed
I assume by core you mean openembedded-core/poky, yes?
So where would you add it to?
Seems to me like a very useful feature that many people would use if they knew the option exists.
Also, I noticed
|
By
Yishai Jaffe
·
#58581
·
|
|
Re: source-less python
I just wonder if this should really be in core. The standards for core
are high: it needs to be both testable and tested, and there's only so
many possible options and tweaks where things can regress
I just wonder if this should really be in core. The standards for core
are high: it needs to be both testable and tested, and there's only so
many possible options and tweaks where things can regress
|
By
Alexander Kanavin
·
#58580
·
|
|
Re: source-less python
Hi Alexander,
After some research, these are the numbers I came up with for compiling core-image-minimal with python3-core:
Normal compilation:
tar.bz2 - 6.6MB
squashfs-xz - 6.1MB
With my pyc-only
Hi Alexander,
After some research, these are the numbers I came up with for compiling core-image-minimal with python3-core:
Normal compilation:
tar.bz2 - 6.6MB
squashfs-xz - 6.1MB
With my pyc-only
|
By
Yishai Jaffe
·
#58579
·
|
|
Re: sstate mirror file name length issue
#dunfell
Thanks, I applied the patches locally and it fixed the issue for me.
Markus
Thanks, I applied the patches locally and it fixed the issue for me.
Markus
|
By
Markus Held
·
#58578
·
|
|
Re: Error while bitbake
#dunfell
Thanks, I'll check it out.
Thanks, I'll check it out.
|
By
Shruti gandotra
·
#58577
·
|
|
Re: QA notification for completed autobuilder build (yocto-4.1.1.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-4.1.1.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-4.1.1.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Jing Hui Tham
·
#58576
·
|
|
Re: Ownership issue during do_image
Yes I do, I build under docker (ubuntu 20.04), I didn't mention that in my original post , sorry. Do you think it is related to my issue ?
Yes I do, I build under docker (ubuntu 20.04), I didn't mention that in my original post , sorry. Do you think it is related to my issue ?
|
By
Frederic Martinsons <frederic.martinsons@...>
·
#58575
·
|
|
Re: Ownership issue during do_image
Are you building with a docker/podman container?
Are you building with a docker/podman container?
|
By
Tim Orling
·
#58574
·
|
|
Re: Error while bitbake
#dunfell
Look into the logs in the rootfs build area and it might reveal the underlying problem perhaps some missing library or qemu user mode crash could be the reason
Look into the logs in the rootfs build area and it might reveal the underlying problem perhaps some missing library or qemu user mode crash could be the reason
|
By
Khem Raj
·
#58573
·
|
|
Re: Ownership issue during do_image
Hello list,
Doesn't ring a bell to anybody ? Even the slightest clue will help me to continue to track down this weird behavior , nobody have ever problem of files/directories rights during image
Hello list,
Doesn't ring a bell to anybody ? Even the slightest clue will help me to continue to track down this weird behavior , nobody have ever problem of files/directories rights during image
|
By
Frederic Martinsons <frederic.martinsons@...>
·
#58572
·
|
|
Yocto Project Status 15 November 2022 (WW46)
Current Dev Position: YP 4.2 M1
Next Deadline: 5th December 2022 YP 4.2 Build
Next Team Meetings:
Bug Triage meeting Thursday November 17th 7:30 am PDT
Current Dev Position: YP 4.2 M1
Next Deadline: 5th December 2022 YP 4.2 Build
Next Team Meetings:
Bug Triage meeting Thursday November 17th 7:30 am PDT
|
By
Stephen Jolley
·
#58571
·
|
|
Re: sstate mirror file name length issue
#dunfell
<richard.purdie@...> wrote:
I'll cherry-pick those changes and test on autobuilder.
Steve
<richard.purdie@...> wrote:
I'll cherry-pick those changes and test on autobuilder.
Steve
|
By
Steve Sakoman
·
#58570
·
|
|
Re: sstate mirror file name length issue
#dunfell
There were changes in
By
Richard Purdie
·
#58569
·
|
|
sstate mirror file name length issue
#dunfell
Hello,
I try to use yocto SSTATE_MIRROR with a custom distribution (RDK: https://developer.rdkcentral.com/) and enabled yocto multilib support.
The sstate directory is created by my build server and
Hello,
I try to use yocto SSTATE_MIRROR with a custom distribution (RDK: https://developer.rdkcentral.com/) and enabled yocto multilib support.
The sstate directory is created by my build server and
|
By
Markus Held
·
#58568
·
|
|
Re: build 2 sdk toolchain
This is the correct way, yes. You can put SDKMACHINE into local.conf
(default is 'linux sdk'), or you can specify it on command line (in
which case it will override the local.conf setting).
Alex
On
This is the correct way, yes. You can put SDKMACHINE into local.conf
(default is 'linux sdk'), or you can specify it on command line (in
which case it will override the local.conf setting).
Alex
On
|
By
Alexander Kanavin
·
#58567
·
|
|
build 2 sdk toolchain
Hello,
we use kirkstone.
We will build
Image
Toolchain for linux
Toolchain for windows
Now we can build a image + linux sdk toolchain.
That work correct.
$ bitbake my-image
$ bitbake
Hello,
we use kirkstone.
We will build
Image
Toolchain for linux
Toolchain for windows
Now we can build a image + linux sdk toolchain.
That work correct.
$ bitbake my-image
$ bitbake
|
By
Johann Obermayr
·
#58566
·
|
|
Error while bitbake
#dunfell
I am trying to build rcar-image-minimal for RCar S4, while bitbake I'm getting do_rootfs: The postinstall intercept hook 'update_pixbuf_cache' failed error. I tried using cleanall and cleansstate but
I am trying to build rcar-image-minimal for RCar S4, while bitbake I'm getting do_rootfs: The postinstall intercept hook 'update_pixbuf_cache' failed error. I tried using cleanall and cleansstate but
|
By
Shruti gandotra
·
#58565
·
|