|
Re: Bitbake recipe using CMake that requires python-six as part of compiling?
Thanks! Sorry to ping again, but I've done something poorly wrong. I converted this code which now works, to point at the tarball provided by github instead:
SUMMARY = "OPC UA implementation"
HOMEPAGE
Thanks! Sorry to ping again, but I've done something poorly wrong. I converted this code which now works, to point at the tarball provided by github instead:
SUMMARY = "OPC UA implementation"
HOMEPAGE
|
By
Giordon Stark <kratsg@...>
·
#40123
·
|
|
Re: Bitbake recipe using CMake that requires python-six as part of compiling?
The python-six recipe should have a line like:
BBCLASSEXTEND = "native"
This tells bitbake it can build a native version by doing some tweaks to
the toolchain it uses and where to put the
The python-six recipe should have a line like:
BBCLASSEXTEND = "native"
This tells bitbake it can build a native version by doing some tweaks to
the toolchain it uses and where to put the
|
By
Philip Balister
·
#40122
·
|
|
Re: bbappend file not used
Hi Vincent,
Er, so is the problem fixed or not? The above is a little ambiguous.
FYI there is a technical FAQ question on this:
Hi Vincent,
Er, so is the problem fixed or not? The above is a little ambiguous.
FYI there is a technical FAQ question on this:
|
By
Paul Eggleton
·
#40121
·
|
|
Re: Bitbake recipe using CMake that requires python-six as part of compiling?
Hi Philip,
That was it indeed! I've gotten it working. I don't see "python-six-native" as a valid recipe in layers.openembedded.org. Is this a special case or is there a way to identify these sorts of
Hi Philip,
That was it indeed! I've gotten it working. I don't see "python-six-native" as a valid recipe in layers.openembedded.org. Is this a special case or is there a way to identify these sorts of
|
By
Giordon Stark <kratsg@...>
·
#40118
·
|
|
Re: Bitbake recipe using CMake that requires python-six as part of compiling?
Maybe:
DEPENDS = "python-six-native"
Philip
Maybe:
DEPENDS = "python-six-native"
Philip
|
By
Philip Balister
·
#40120
·
|
|
Re: Bitbake recipe using CMake that requires python-six as part of compiling?
More specifically, the problem is that "six" is not a package that was installed as part of pythonnative:
kratsg@dc:/local/d4/gstark/poky/build$
More specifically, the problem is that "six" is not a package that was installed as part of pythonnative:
kratsg@dc:/local/d4/gstark/poky/build$
|
By
Giordon Stark <kratsg@...>
·
#40117
·
|
|
Re: Bitbake recipe using CMake that requires python-six as part of compiling?
Hi,
I tried this and it didn't work.
Giordon
--
Giordon Stark
Hi,
I tried this and it didn't work.
Giordon
--
Giordon Stark
|
By
Giordon Stark <kratsg@...>
·
#40116
·
|
|
Re: Bitbake recipe using CMake that requires python-six as part of compiling?
Add DEPENDS=python-six
Ross
Add DEPENDS=python-six
Ross
|
By
Burton, Ross <ross.burton@...>
·
#40115
·
|
|
Minutes: Yocto Project Technical Meeting
Attendees: Armin, Stephano, Juro, Stephen, Ross, Joshua Watt, Amanda,
Tim, David Reyna, Denys, Randy, Michael Halstead, Richard, Alex Kanavin,
Bill Mills, Mark Hatle, Tracey Erway
Current
Attendees: Armin, Stephano, Juro, Stephen, Ross, Joshua Watt, Amanda,
Tim, David Reyna, Denys, Randy, Michael Halstead, Richard, Alex Kanavin,
Bill Mills, Mark Hatle, Tracey Erway
Current
|
By
Stephano Cetola <stephano.cetola@...>
·
#40114
·
|
|
Bitbake recipe using CMake that requires python-six as part of compiling?
Hi all,
I'm struggling with what should be a simple-ish recipe (I think). I'm writing a recipe implementation for https://github.com/open62541/open62541 (open62541). So I start with
devtool add
Hi all,
I'm struggling with what should be a simple-ish recipe (I think). I'm writing a recipe implementation for https://github.com/open62541/open62541 (open62541). So I start with
devtool add
|
By
Giordon Stark <kratsg@...>
·
#40113
·
|
|
Re: Adding custom scripts to home directory and /etc/init.d/*
Thanks Anuj,
This is where I ended up for now (let me know if this looks about right):
# see https://stackoverflow.com/a/40768781
DESCRIPTION = "Clock Configuration via I2C"
SRC_URI =
Thanks Anuj,
This is where I ended up for now (let me know if this looks about right):
# see https://stackoverflow.com/a/40768781
DESCRIPTION = "Clock Configuration via I2C"
SRC_URI =
|
By
Giordon Stark <kratsg@...>
·
#40112
·
|
|
Re: Are Windows SDKs (mingw layer) supposed to work?
Hi Mark and Ross,
I will try 2.4 and see if it is different.
I will look to see if there is a new setting in 7ZIP.
I am using Windows 7.
Thanks,
David
Hi Mark and Ross,
I will try 2.4 and see if it is different.
I will look to see if there is a new setting in 7ZIP.
I am using Windows 7.
Thanks,
David
|
By
Reyna, David
·
#40111
·
|
|
Re: bbappend file not used
Hi guys,
After having spent some time to find what was wrong, I decided to rewrite all the files and … the bbappend file is not processed…
May be there was a typo I did not see or some
Hi guys,
After having spent some time to find what was wrong, I decided to rewrite all the files and … the bbappend file is not processed…
May be there was a typo I did not see or some
|
By
Vincent Daanen <vincent.daanen@...>
·
#40110
·
|
|
Re: Are Windows SDKs (mingw layer) supposed to work?
The output format from the Yocto Project of a tarball has been that way since
the beginning. We (WR) had code that would produce a zip format, but that
stopped working a few releases ago when the
The output format from the Yocto Project of a tarball has been that way since
the beginning. We (WR) had code that would produce a zip format, but that
stopped working a few releases ago when the
|
By
Mark Hatle <mark.hatle@...>
·
#40109
·
|
|
Re: bitbake: git and patch problem
Rather than try to dig my way through the patch process, I've decided to venture into the (thus far unexplored) territory of kernel configuration options, and do a neater though more invasive change
Rather than try to dig my way through the patch process, I've decided to venture into the (thus far unexplored) territory of kernel configuration options, and do a neater though more invasive change
|
By
EXTERNAL van Riel Rob (ENTER, BT-CO/ENG1.1) <external.Rob.vanRiel@...>
·
#40108
·
|
|
Re: bbappend file not used
Yes these lines are in the layer.conf file
De : Burton, Ross [mailto:ross.burton@...]
Envoyé : mardi 6 mars 2018 13:28
À : Vincent Daanen <vincent.daanen@...>
Cc : yocto@...
Objet : Re: [yocto]
Yes these lines are in the layer.conf file
De : Burton, Ross [mailto:ross.burton@...]
Envoyé : mardi 6 mars 2018 13:28
À : Vincent Daanen <vincent.daanen@...>
Cc : yocto@...
Objet : Re: [yocto]
|
By
Vincent Daanen <vincent.daanen@...>
·
#40119
·
|
|
Re: bbappend file not used
Does your layer.conf tell bitbake to read bbappends? Should be something like:
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
Ross
Does your layer.conf tell bitbake to read bbappends? Should be something like:
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
Ross
|
By
Burton, Ross <ross.burton@...>
·
#40107
·
|
|
Re: bbappend file not used
Is your layer present in build/conf/bblayers.conf ?
On 06/03/18 14:07, Vincent Daanen wrote:
Is your layer present in build/conf/bblayers.conf ?
On 06/03/18 14:07, Vincent Daanen wrote:
|
By
Mircea
·
#40106
·
|
|
bbappend file not used
Dears,
I want to build an image using systemd and system-networkd as network manager and set static ip address to eth0.
To do so, I use a bbappend file to systemd.
The problem is that the
Dears,
I want to build an image using systemd and system-networkd as network manager and set static ip address to eth0.
To do so, I use a bbappend file to systemd.
The problem is that the
|
By
Vincent Daanen <vincent.daanen@...>
·
#40105
·
|
|
Re: [meta-java][PATCH 00/14] openjdk-8 updates
Hi André,
Thank you very much for this work! Pushed to master.
Best Regards,
Maxin
Hi André,
Thank you very much for this work! Pushed to master.
Best Regards,
Maxin
|
By
Maxin B. John
·
#40104
·
|