|
Re: project that builds target and host
Yeah i don't want to disable stripping the Target files.
Well actually, I'll take a look at patching the tree with a custom CMakeLists.txt file. It may not be that bad.
Thanks Ross
Yeah i don't want to disable stripping the Target files.
Well actually, I'll take a look at patching the tree with a custom CMakeLists.txt file. It may not be that bad.
Thanks Ross
|
By
Joel Winarske
·
#49405
·
|
|
Re: project that builds target and host
Putting files in the target sysroot that are in fact native binaries.
Don't do that.
Can you not work with upstream to integrate the changes?
Alternatively, if the native parts are relatively simple,
Putting files in the target sysroot that are in fact native binaries.
Don't do that.
Can you not work with upstream to integrate the changes?
Alternatively, if the native parts are relatively simple,
|
By
Ross Burton <ross@...>
·
#49404
·
|
|
Re: project that builds target and host
What are some nasty hack options?
The major surgery would be less maintainable.
What are some nasty hack options?
The major surgery would be less maintainable.
|
By
Joel Winarske
·
#49403
·
|
|
Re: project that builds target and host
A target recipe can't drop files into the native sysroot, so it's
either nasty hacks or major surgery.
Ross
A target recipe can't drop files into the native sysroot, so it's
either nasty hacks or major surgery.
Ross
|
By
Ross Burton <ross@...>
·
#49402
·
|
|
Re: project that builds target and host
Hi Ross,
Yes I've done what you mention before.
In this case I already have a Target and Native recipe. The Project generates a Native artifact when building the Target. Not resolvable without
Hi Ross,
Yes I've done what you mention before.
In this case I already have a Target and Native recipe. The Project generates a Native artifact when building the Target. Not resolvable without
|
By
Joel Winarske
·
#49401
·
|
|
Re: project that builds target and host
Either use BBCLASSEXTEND or write a -native recipe, build just the
native parts in a foo-native recipe and depend on that to build foo
and other recipes.
For example, glib-2.0 DEPENDS on
Either use BBCLASSEXTEND or write a -native recipe, build just the
native parts in a foo-native recipe and depend on that to build foo
and other recipes.
For example, glib-2.0 DEPENDS on
|
By
Ross Burton <ross@...>
·
#49400
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
On Wed, May 13, 2020 at 09:53:12AM -0400, Robert P. J. Day wrote:
[...]
>
> it gets weirder ... the project i'm working with is based on morty
> so that variable *would* still be relevant, but even
On Wed, May 13, 2020 at 09:53:12AM -0400, Robert P. J. Day wrote:
[...]
>
> it gets weirder ... the project i'm working with is based on morty
> so that variable *would* still be relevant, but even
|
By
Quentin Schulz
·
#49399
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
it gets weirder ... the project i'm working with is based on morty
so that variable *would* still be relevant, but even adding
"Unlicense" to that variable didn't stop the offending recipe
from
it gets weirder ... the project i'm working with is based on morty
so that variable *would* still be relevant, but even adding
"Unlicense" to that variable didn't stop the offending recipe
from
|
By
Robert P. J. Day
·
#49398
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
That'll teach me to check in master instead of my release of Yocto :)
Quentin
That'll teach me to check in master instead of my release of Yocto :)
Quentin
|
By
Quentin Schulz
·
#49397
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
that variable is gone:
commit 64daaf29e2c12c8b587bafdebf9409433187ddf7
Author: Peter Kjellerstedt <peter.kjellerstedt@...>
Date: Wed Dec 11 17:48:14 2019 +0100
licenses.conf:
that variable is gone:
commit 64daaf29e2c12c8b587bafdebf9409433187ddf7
Author: Peter Kjellerstedt <peter.kjellerstedt@...>
Date: Wed Dec 11 17:48:14 2019 +0100
licenses.conf:
|
By
Robert P. J. Day
·
#49396
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
Hi Robert,
I'm not sure, but there might be a need to add it to SRC_DISTRIBUTE_LICENSES
in openembedded-core/meta/conf/licenses.conf.
Quentin
Hi Robert,
I'm not sure, but there might be a need to add it to SRC_DISTRIBUTE_LICENSES
in openembedded-core/meta/conf/licenses.conf.
Quentin
|
By
Quentin Schulz
·
#49395
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
as long as this requires only adding an Unlicense file to that
directory, i can do that shortly.
rday
as long as this requires only adding an Unlicense file to that
directory, i can do that shortly.
rday
|
By
Robert P. J. Day
·
#49394
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
On Wed, 13 May 2020, Quentin Schulz wrote:
... snip ...
> If it's really widely used, maybe something to add to
> openembedded-core/files/common-licenses/ ? So that you don't need
> any of the
On Wed, 13 May 2020, Quentin Schulz wrote:
... snip ...
> If it's really widely used, maybe something to add to
> openembedded-core/files/common-licenses/ ? So that you don't need
> any of the
|
By
Robert P. J. Day
·
#49393
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
...
+1 for adding Unlicense to openembedded-core's common-licenses
regards;rl
...
+1 for adding Unlicense to openembedded-core's common-licenses
regards;rl
|
By
Richard Leitner
·
#49392
·
|
|
Re: what is the proper treatment of the "Unlicense" license?
Hi Robert,
You can add a license to your layer by doing the following in
conf/layer.conf:
LICENSE_PATH += "${LAYERDIR}/licenses"
and in there you put the Unlicense file named exactly the same with
Hi Robert,
You can add a license to your layer by doing the following in
conf/layer.conf:
LICENSE_PATH += "${LAYERDIR}/licenses"
and in there you put the Unlicense file named exactly the same with
|
By
Quentin Schulz
·
#49391
·
|
|
what is the proper treatment of the "Unlicense" license?
colleague added a new recipe to a build, got a warning "The license
listed Unlicense was not in the licenses collected for recipe
python-filelock" and, sure enough, that source was released under
colleague added a new recipe to a build, got a warning "The license
listed Unlicense was not in the licenses collected for recipe
python-filelock" and, sure enough, that source was released under
|
By
Robert P. J. Day
·
#49390
·
|
|
Re: pkg_postinst_ontarget not executed
OK I found.
Yes "opkg configure" will call /var/lib/opkg/info/*.postinst for packages marked as "unpacked" in /var/lib/opkg/status ex:
Package: test-deployment-lic
Version: 1.0-r0
Status: install ok
OK I found.
Yes "opkg configure" will call /var/lib/opkg/info/*.postinst for packages marked as "unpacked" in /var/lib/opkg/status ex:
Package: test-deployment-lic
Version: 1.0-r0
Status: install ok
|
By
Damien LEFEVRE
·
#49389
·
|
|
Re: pkg_postinst_ontarget not executed
Reading recipes-devtools/run-postinsts/run-postinsts/run-postinsts and_save_postinsts_common (in rootfs.py) once more, it seems /etc/ipk-postinsts is only used if there is no package manager on the
Reading recipes-devtools/run-postinsts/run-postinsts/run-postinsts and_save_postinsts_common (in rootfs.py) once more, it seems /etc/ipk-postinsts is only used if there is no package manager on the
|
By
Alexander Kanavin
·
#49388
·
|
|
Re: Is there a relationship between the sstate and the machine?
Hi,
This is a common problem. It is likely that I know which SoC supplier you
are talking about and have had the exact same issues. We have managed to
fix or workaround all of them. In most cases by
Hi,
This is a common problem. It is likely that I know which SoC supplier you
are talking about and have had the exact same issues. We have managed to
fix or workaround all of them. In most cases by
|
By
Mikko Rapeli <mikko.rapeli@...>
·
#49387
·
|
|
Is there a relationship between the sstate and the machine?
Hi,
I am using a build environment based on the yocto project from one of
the big HW suppliers in the mobile industries. They are continuously
breaking the principles behind the yocto project and at
Hi,
I am using a build environment based on the yocto project from one of
the big HW suppliers in the mobile industries. They are continuously
breaking the principles behind the yocto project and at
|
By
Mans Zigher <mans.zigher@...>
·
#49386
·
|