|
Re: Trying to filter out 2 strings from EXTRA_OECONF, why doesn't this work?
I ended up completely overriding EXTRA_OECONF in my .bbappend with the configure flags that I wanted.
I guess I don't understand the order of evaluation in yocto's .bbappend and .bb files. Based on
I ended up completely overriding EXTRA_OECONF in my .bbappend with the configure flags that I wanted.
I guess I don't understand the order of evaluation in yocto's .bbappend and .bb files. Based on
|
By
Matt Schepers
·
#38826
·
|
|
Re: tiny-linux distribution with raspberrypi error
Hello Josef,
Let me redefine the question? May I?
What is the difference while building an IMAGE="core-image-minimal" using DISTRO="poky-tiny" versus building an IMAGE="core-image-minimal" using
Hello Josef,
Let me redefine the question? May I?
What is the difference while building an IMAGE="core-image-minimal" using DISTRO="poky-tiny" versus building an IMAGE="core-image-minimal" using
|
By
Zoran
·
#38825
·
|
|
[PATCH] Allow specifying subdir for rootfs when using wic -e
---
scripts/lib/wic/ksparser.py | 1 +
scripts/lib/wic/partition.py | 1 +
scripts/lib/wic/plugins/source/rootfs.py | 7 ++++---
3 files changed, 6 insertions(+), 3
---
scripts/lib/wic/ksparser.py | 1 +
scripts/lib/wic/partition.py | 1 +
scripts/lib/wic/plugins/source/rootfs.py | 7 ++++---
3 files changed, 6 insertions(+), 3
|
By
Volker Vogelhuber
·
#38824
·
|
|
Allow specifying sub directories for rootfs when using wic -e
I currently have an image with six different partitions. See the
following partition configuration:
My problem is now that if I use the wic -e option to specify an image
name as rootfs-dir I can
I currently have an image with six different partitions. See the
following partition configuration:
My problem is now that if I use the wic -e option to specify an image
name as rootfs-dir I can
|
By
Volker Vogelhuber
·
#38823
·
|
|
Generate Native Package in Pyro2.3
Hello All,
I am creating custom meta-layer for my project work, but some of my third package is not able to fine the dependent library and package previously in yocto daisy1.6 all the dependent
Hello All,
I am creating custom meta-layer for my project work, but some of my third package is not able to fine the dependent library and package previously in yocto daisy1.6 all the dependent
|
By
Amit Gondaliya <am.gondaliya007@...>
·
#38822
·
|
|
Re: tiny-linux distribution with raspberrypi error
core-image-minimal is a IMAGE
poky-tiny is a DISTRO
Its just different things.
———————————————
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444
core-image-minimal is a IMAGE
poky-tiny is a DISTRO
Its just different things.
———————————————
Josef Holzmayr
Software Developer Embedded Systems
Tel: +49 8444
|
By
Josef Holzmayr <holzmayr@...>
·
#38821
·
|
|
Re: [OE-core] [PATCH v4 1/3] image.bbclass: add prohibited-paths QA test
<martyn.welch@...> wrote:
If not in insane.bbclass, a new image-insane.bbclass. I dislike it
being defined in multiple places.
--
Otavio Salvador O.S.
<martyn.welch@...> wrote:
If not in insane.bbclass, a new image-insane.bbclass. I dislike it
being defined in multiple places.
--
Otavio Salvador O.S.
|
By
Otavio Salvador <otavio.salvador@...>
·
#38820
·
|
|
[meta-oracle-java][PATCH] Symlink jar and javah in bindir (native)
Create symlinks in bindir to jar and javah.
If a recpie needs jar to create a jar file or javah for a JNI package,
jar and javah needs to be in bindir.
---
Create symlinks in bindir to jar and javah.
If a recpie needs jar to create a jar file or javah for a JNI package,
jar and javah needs to be in bindir.
---
|
By
Martin Nordqvist <mano@...>
·
#38819
·
|
|
Re: [PATCH v4 1/3] image.bbclass: add prohibited-paths QA test
I don't know. The logic for IMAGE_QA_COMMAND is in image.bbclass, as far
as I can see the package QA tests are in package.bbclass, so
image.bbclass seemed like a reasonable place to put the image QA
I don't know. The logic for IMAGE_QA_COMMAND is in image.bbclass, as far
as I can see the package QA tests are in package.bbclass, so
image.bbclass seemed like a reasonable place to put the image QA
|
By
Martyn Welch <martyn.welch@...>
·
#38818
·
|
|
Re: [OE-core] [PATCH v4 1/3] image.bbclass: add prohibited-paths QA test
That's what I initially thought...
... print "Hello"
...
Hello
That's what I initially thought...
... print "Hello"
...
Hello
|
By
Martyn Welch <martyn.welch@...>
·
#38817
·
|
|
Re: [OE-core] [PATCH v4 1/3] image.bbclass: add prohibited-paths QA test
This was already discussed - the test should be on the image rather than package level:
http://lists.openembedded.org/pipermail/openembedded-core/2017-November/144335.html
Alex
This was already discussed - the test should be on the image rather than package level:
http://lists.openembedded.org/pipermail/openembedded-core/2017-November/144335.html
Alex
|
By
Alexander Kanavin <alexander.kanavin@...>
·
#38816
·
|
|
Re: Trying to filter out 2 strings from EXTRA_OECONF, why doesn't this work?
The best way to fix this is to modify the original recipe so that all three options become PACKAGECONFIG-configurable, and submit the patch to whoever maintains the recipe.
Alex
The best way to fix this is to modify the original recipe so that all three options become PACKAGECONFIG-configurable, and submit the patch to whoever maintains the recipe.
Alex
|
By
Alexander Kanavin <alexander.kanavin@...>
·
#38815
·
|
|
Re: tiny-linux distribution with raspberrypi error
> DISTRO = "poky-tiny" and i get the following
What is the difference between core-image-minimal and poky-tiny?
Thank you,
Zoran
> DISTRO = "poky-tiny" and i get the following
What is the difference between core-image-minimal and poky-tiny?
Thank you,
Zoran
|
By
Zoran
·
#38814
·
|
|
tiny-linux distribution with raspberrypi error
hi
i am trying to compile the yocto-tiny for raspberry pi by adding the distro to my local.conf
DISTRO = "poky-tiny" and i get the following
ERROR: nothing provides 'virtual/kernel'
ERROR:
hi
i am trying to compile the yocto-tiny for raspberry pi by adding the distro to my local.conf
DISTRO = "poky-tiny" and i get the following
ERROR: nothing provides 'virtual/kernel'
ERROR:
|
By
Sherif Omran <sherifomran2000@...>
·
#38812
·
|
|
Re: [PATCH v4 1/3] image.bbclass: add prohibited-paths QA test
isn't it this class meta/classes/insane.bbclass for this type of checks?
Martyn Welch <martyn.welch@...> wrote:
isn't it this class meta/classes/insane.bbclass for this type of checks?
Martyn Welch <martyn.welch@...> wrote:
|
By
Leonardo Sandoval
·
#38811
·
|
|
Trying to filter out 2 strings from EXTRA_OECONF, why doesn't this work?
I would like to filter out two configure flags from EXTRA_OECONF in a
.bbappend. When I filter out only one everything works, when I do the same
thing twice it doesn't.
Here is the .bbappend that
I would like to filter out two configure flags from EXTRA_OECONF in a
.bbappend. When I filter out only one everything works, when I do the same
thing twice it doesn't.
Here is the .bbappend that
|
By
Matt Schepers
·
#38813
·
|
|
Re: Detecting all AUTOREV usages in a build, for reproducible stable production builds.
That is EXACTLY what I am looking for. Thanks!
A "nice to have" would be a check to see if any AUTOREVs has snuck in since last srcrev.conf generation. I'd like to validate/ensure this with a build
That is EXACTLY what I am looking for. Thanks!
A "nice to have" would be a check to see if any AUTOREVs has snuck in since last srcrev.conf generation. I'd like to validate/ensure this with a build
|
By
Paul Knopf <pauldotknopf@...>
·
#38810
·
|
|
Re: [OE-core] [PATCH v4 1/3] image.bbclass: add prohibited-paths QA test
<martyn.welch@...> wrote:
for p in path.split(':'):
if not p.startswith('/'):
so you can drop the if path != "".
An empty list won't go inside the for. Each item
<martyn.welch@...> wrote:
for p in path.split(':'):
if not p.startswith('/'):
so you can drop the if path != "".
An empty list won't go inside the for. Each item
|
By
Otavio Salvador <otavio.salvador@...>
·
#38809
·
|
|
Re: Detecting all AUTOREV usages in a build, for reproducible stable production builds.
Paul Knopf <pauldotknopf@...> wrote:
would this tool be useful for your needs? I do not fully grasp what you want to do.
----
You can use the buildhistory-collect-srcrevs command with the -a
Paul Knopf <pauldotknopf@...> wrote:
would this tool be useful for your needs? I do not fully grasp what you want to do.
----
You can use the buildhistory-collect-srcrevs command with the -a
|
By
Leonardo Sandoval
·
#38808
·
|
|
[PATCH v4 3/3] ref-manual: Add documentation for prohibited-path QA test
Add documentation for the IMAGE_QA_PROHIBITED_PATHS variable and
associated prohibited-path QA test
Signed-off-by: Martyn Welch <martyn.welch@...>
---
Changes since v1:
- Correcting
Add documentation for the IMAGE_QA_PROHIBITED_PATHS variable and
associated prohibited-path QA test
Signed-off-by: Martyn Welch <martyn.welch@...>
---
Changes since v1:
- Correcting
|
By
Martyn Welch <martyn.welch@...>
·
#38806
·
|