Fixes build error:
| Traceback (most recent call last):
| File "setup.py", line 25, in
| from openscap_daemon import version
| File
"/buildarea/build/tmp/work/core2-64-poky-linux/openscap-daemon/0.1.10-r0/git/openscap_daemon/__init__.py",
line 22, in
| from openscap_daemon
Hi all,
I have a custom recipe that builds and installs a C program that include:
#include
#include
#include
I can compile it with TI prebuilt SDK, but when I try to build it with
yocto the compiler is unable to find those headers.
In the recipe do_compile I simply execute:
${CC} ${CFLAGS} $
Hi Jan,
On Thu, Mar 07, 2019 at 10:37:26AM +0100, Jan Kiszka wrote:
> Hi Michael,
>
> I found your progress report (and unanswered question) on that topic in
> http://lists.openembedded.org/pipermail/openembedded-core/2018-April/268639.html.
> Did this effort go further?
>
> I just ran into it
On 07.03.19 11:25, Josef Holzmayr wrote:
Hi Jan,
On Thu, Mar 07, 2019 at 10:37:26AM +0100, Jan Kiszka wrote:
Hi Michael,
I found your progress report (and unanswered question) on that topic in
http://lists.openembedded.org/pipermail/openembedded-core/2018-April/268639.html.
Did this effort go
Hi Gabriele,
Have you seen https://github.com/pengutronix/genimage?
Regards,
Carsten
Von: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] Im
Auftrag von Gabriele Zampieri
Gesendet: Montag, 4. März 2019 12:17
An: yocto@yoctoproject.org
Betreff: [yocto] Multiple ubifs part
Look for the multiubi fstype:
https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/image_types.bbclass#n151
On Mon, Mar 4, 2019 at 6:17 AM Gabriele Zampieri
wrote:
>
> Hi all,
>
> I'm trying to build a distribution that has multiple partitions. The
> desiderata is something like:
> On Mon, Mar 4, 2019 at 6:17 AM Gabriele Zampieri
> wrote:
> >
> > Hi all,
> >
> > I'm trying to build a distribution that has multiple partitions. The
> > desiderata is something like:
> >
> > - rootfs.ubifs mounted on /
> > - data.ubifs mounted on /data
> > - opt.ubifs mounted on /opt
> >
> >
Friendly ping, any thoughts on this?
One thing I have noted - without the remote url, bitbake will not link the file
into DL_DIR or create a *.done file for it.
TIA,
Ed
> -Original Message-
> From: yocto-boun...@yoctoproject.org
> On Behalf Of Edmund Nadolski
> Sent: Wednesday, Februar
Hi there,
On Thu, Mar 07 2019 at 15:11 +0100, Stelling2 Carsten
wrote:
> Have you seen https://github.com/pengutronix/genimage?
you can find it included within https://github.com/pengutronix/meta-ptx
with an accompanying genimage.bbclass.
Best regards
Ulrich
> Regards,
>
> Carsten
>
> Von: yo
SRC_URI = "file://${TOPDIR}/../local_mirror/example-1.0.0.src.tar.gz" should
work, without need for do_unpack.
What error are you getting?
> -Original Message-
> From: yocto-boun...@yoctoproject.org [mailto:yocto-
> boun...@yoctoproject.org] On Behalf Of Edmund Nadolski
> Sent: Wednesday,
Hi all
I'm trying to generate a sign image with pyro but problem is that when
uboot is compiled
the build dir depend on UBOOT_CONFIG and when the uboot-sign.class try to find
the u-boot.dtb file this is not get because the ${B} point to the base
but ${B}/${config}/...
is the directory used by uboo
Hi
On Thu, Mar 7, 2019 at 6:54 PM Michael Nazzareno Trimarchi
wrote:
>
> Hi all
>
> I'm trying to generate a sign image with pyro but problem is that when
> uboot is compiled
> the build dir depend on UBOOT_CONFIG and when the uboot-sign.class try to find
> the u-boot.dtb file this is not get bec
Signed-off-by: Yi Zhao
---
.../recipes-openscap/oe-scap/oe-scap_1.0.bb | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb
b/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.
#
# extrapatches bbclass
#
# This bbclass allows for a recipe to apply additional patches.
#
# "Additional patches" refers to patches that are not individually
# fetched by the SRC_URI mechanism, but are already present
# inside the source trees that are fetched and unpacked.
# Referring directly
14 matches
Mail list logo