|
[meta-rockchip][PATCH 2/2] wic cleanup
Now that we've switched to using wic for image layout, we can remove the
unused recipes for proprietary vendor tools.
Signed-off-by: Trevor Woerner <twoerner@...>
---
Now that we've switched to using wic for image layout, we can remove the
unused recipes for proprietary vendor tools.
Signed-off-by: Trevor Woerner <twoerner@...>
---
|
By
Trevor Woerner
·
#48377
·
|
|
[kernel] Why is do_kernel_metadata before do_patch?
Hello community,
I have noticed that do_kernel_metadata is always executed before do_patch. What is the reason for this ordering?
In my setup, I have a patch that changes some options in the in-tree
Hello community,
I have noticed that do_kernel_metadata is always executed before do_patch. What is the reason for this ordering?
In my setup, I have a patch that changes some options in the in-tree
|
By
Alexandru N. Onea
·
#48376
·
|
|
Re: reviving an old suggestion about YP docs markup
heh ... i remember it took me a few reads once upon a time to
finally grok the proper usage of a lot of docbook markup. in any
event, i'm not pushing for a bunch of stuff to happen all at once,
heh ... i remember it took me a few reads once upon a time to
finally grok the proper usage of a lot of docbook markup. in any
event, i'm not pushing for a bunch of stuff to happen all at once,
|
By
Robert P. J. Day
·
#48375
·
|
|
Re: Creating a QEmu (x86-64) Image, which can execute binary applications from other x86-64 linux OSes
Ok, I created a symbolic link with “ln -s /lib /lib64” and it seemed to work. Thanks a lot.
Von: yocto@... <yocto@...>Im Auftrag von Alexander Kanavin
Gesendet: Mittwoch, 12. Februar 2020
Ok, I created a symbolic link with “ln -s /lib /lib64” and it seemed to work. Thanks a lot.
Von: yocto@... <yocto@...>Im Auftrag von Alexander Kanavin
Gesendet: Mittwoch, 12. Februar 2020
|
By
Christian Lohr <christian.lohr.ext@...>
·
#48374
·
|
|
Re: Creating a QEmu (x86-64) Image, which can execute binary applications from other x86-64 linux OSes
But this is exactly what happens: the kernel reads the dynamic loader/interpreter path from the binary (which is different than the list of dynamically linked libraries printed by ldd), isn't able to
But this is exactly what happens: the kernel reads the dynamic loader/interpreter path from the binary (which is different than the list of dynamically linked libraries printed by ldd), isn't able to
|
By
Alexander Kanavin
·
#48373
·
|
|
Re: Creating a QEmu (x86-64) Image, which can execute binary applications from other x86-64 linux OSes
I used the x86_64 variant from the layer (it only downloads the binaries and copies them).
And I checked that with ldd, it seemed ok so
I used the x86_64 variant from the layer (it only downloads the binaries and copies them).
And I checked that with ldd, it seemed ok so
|
By
Christian Lohr <christian.lohr.ext@...>
·
#48372
·
|
|
Re: Creating a QEmu (x86-64) Image, which can execute binary applications from other x86-64 linux OSes
That layer does have the x86_64 variant as well, no? Is it not working?
https://github.com/RDunkley/meta-dotnet-core/blob/master/recipes-runtime/dotnet-core/dotnet-core_3.1.1.inc
The error you're
That layer does have the x86_64 variant as well, no? Is it not working?
https://github.com/RDunkley/meta-dotnet-core/blob/master/recipes-runtime/dotnet-core/dotnet-core_3.1.1.inc
The error you're
|
By
Alexander Kanavin
·
#48371
·
|
|
Re: Creating a QEmu (x86-64) Image, which can execute binary applications from other x86-64 linux OSes
Hello Alex,
Thanks for replying. Yes, I know that this isn’t the way it works on Yocto (and I told the managers it is a crappy idea to do that more than once). But they need .NET Core in that
Hello Alex,
Thanks for replying. Yes, I know that this isn’t the way it works on Yocto (and I told the managers it is a crappy idea to do that more than once). But they need .NET Core in that
|
By
Christian Lohr <christian.lohr.ext@...>
·
#48370
·
|
|
Re: Creating a QEmu (x86-64) Image, which can execute binary applications from other x86-64 linux OSes
Yocto generally does not support this use case. The binary was compiled in a different environment and expects things in different places, and probably being different versions too. I could point out
Yocto generally does not support this use case. The binary was compiled in a different environment and expects things in different places, and probably being different versions too. I could point out
|
By
Alexander Kanavin
·
#48369
·
|
|
Creating a QEmu (x86-64) Image, which can execute binary applications from other x86-64 linux OSes
Hello,
I’m trying to create a normal QEmu (x86-64) Image, which I can let run in Virtualbox. As a addition I deployed .NET Core, which I got from this
Hello,
I’m trying to create a normal QEmu (x86-64) Image, which I can let run in Virtualbox. As a addition I deployed .NET Core, which I got from this
|
By
Christian Lohr <christian.lohr.ext@...>
·
#48368
·
|
|
QA notification for completed autobuilder build (yocto-3.0.2.rc2)
A build flagged for QA (yocto-3.0.2.rc2) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.0.2.rc2
Build hash information:
bitbake:
A build flagged for QA (yocto-3.0.2.rc2) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.0.2.rc2
Build hash information:
bitbake:
|
By
pokybuild@...
·
#48367
·
|
|
Re: how to remove a package from image
Yocto is a community project. If you think such a tool is missing, patches are welcome. Talk to your employer about ability to contribute under your real name.
Alex
Yocto is a community project. If you think such a tool is missing, patches are welcome. Talk to your employer about ability to contribute under your real name.
Alex
|
By
Alexander Kanavin
·
#48366
·
|
|
[error-report-web][PATCH] Add SPDX license headers to source files
Post/* all ( except Post/migrations/* , __init__.py and templatetags/* )
have some sort of MIT headers; adding SPDX header to make it obvious.
project/* & test-data/* all ( except __init__.py ) have
Post/* all ( except Post/migrations/* , __init__.py and templatetags/* )
have some sort of MIT headers; adding SPDX header to make it obvious.
project/* & test-data/* all ( except __init__.py ) have
|
By
Milan Shah
·
#48365
·
|
|
Re: how to remove a package from image
Images are supposed to be all custom. It means if you cannot easily use one of
the existing images, you create your own. There are ways to bbappend an
existing image and mangle its content, but it's
Images are supposed to be all custom. It means if you cannot easily use one of
the existing images, you create your own. There are ways to bbappend an
existing image and mangle its content, but it's
|
By
Denys Dmytriyenko
·
#48364
·
|
|
Re: how to remove a package from image
was able to modify the vendor's machine/inc file to remove the
offending package.
Since the whole tree is in git now, I suppose that's OK, but I do wish
yocto had better tools for managing inclusions
was able to modify the vendor's machine/inc file to remove the
offending package.
Since the whole tree is in git now, I suppose that's OK, but I do wish
yocto had better tools for managing inclusions
|
By
Kent Dorfman <kent.dorfman766@...>
·
#48363
·
|
|
Re: [PATCH] overview-manual: chs 1-3, various minor tweaks/cleanups
On 2/11/20 11:16 AM, rpjday@... wrote:
Wrong ML. We have a docs@... with patchwork support.
- armin
On 2/11/20 11:16 AM, rpjday@... wrote:
Wrong ML. We have a docs@... with patchwork support.
- armin
|
By
Armin Kuster
·
#48362
·
|
|
[PATCH] overview-manual: chs 1-3, various minor tweaks/cleanups
Minor fixes:
- punctuation
- capitalization
- markup
- wording
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git
Minor fixes:
- punctuation
- capitalization
- markup
- wording
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git
|
By
Robert P. J. Day
·
#48361
·
|
|
Re: how to remove a package from image
You need to modify the image recipe so that those packagegroups are not pulled in. If you cannot do that because it's in a layer controlled by someone else etc, then make a new image recipe, and build
You need to modify the image recipe so that those packagegroups are not pulled in. If you cannot do that because it's in a layer controlled by someone else etc, then make a new image recipe, and build
|
By
Alexander Kanavin
·
#48360
·
|
|
how to remove a package from image
My vendor finally realized that I needed a full yocto release and not
the eSDK. Anyway, I can build their image, but when I modify the
kernel to remove CAN drivers I get the errors
My vendor finally realized that I needed a full yocto release and not
the eSDK. Anyway, I can build their image, but when I modify the
kernel to remove CAN drivers I get the errors
|
By
Kent Dorfman <kent.dorfman766@...>
·
#48359
·
|
|
[meta-rockchip][PATCH v2] Allow to override WKS_FILE variable
From: Sergey 'Jin' Bostandzhyan <jin@...>
Currently machine configs define the partition layout for each machine
by setting the WKS_FILE variable. However, there are situations where it
may
From: Sergey 'Jin' Bostandzhyan <jin@...>
Currently machine configs define the partition layout for each machine
by setting the WKS_FILE variable. However, there are situations where it
may
|
By
Sergey Bostandzhyan
·
#48358
·
|