|
[PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
As meta-intel is no longer a container layer, use meta-xilinx as an example instead. Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/documentation/bsp-guide/bsp.xml b/document
As meta-intel is no longer a container layer, use meta-xilinx as an example instead. Signed-off-by: Robert P. J. Day <rpjday@...> --- diff --git a/documentation/bsp-guide/bsp.xml b/document
|
By
Robert P. J. Day
· #44959
·
|
|
"meta-intel" layer bad example of a "container layer"
catching up with all the YP stuff i've missed over the last while and, in the BSP guide in the layers section: https://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-layers one reads: "
catching up with all the YP stuff i've missed over the last while and, in the BSP guide in the layers section: https://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-layers one reads: "
|
By
Robert P. J. Day
· #44957
·
|
|
ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?
On Thu, 25 Apr 2019, Richard Purdie wrote: ... big snip of warning me about what i'm trying to do ... > This is a bad idea and you're on a path to madness ;-) i already knew that ... i did admit i've
On Thu, 25 Apr 2019, Richard Purdie wrote: ... big snip of warning me about what i'm trying to do ... > This is a bad idea and you're on a path to madness ;-) i already knew that ... i did admit i've
|
By
Robert P. J. Day
· #44918
·
|
|
ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?
as i mentioned, i'm already living life on the edge doing all this on fedora 30 branched (the unofficial next release), so i'm quite prepared to trip over versioning issues, and testing all this again
as i mentioned, i'm already living life on the edge doing all this on fedora 30 branched (the unofficial next release), so i'm quite prepared to trip over versioning issues, and testing all this again
|
By
Robert P. J. Day
· #44917
·
|
|
ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?
that *sort of* sounds like what is happening, but to be pedantic, it's not that cmake can't find binaries in hosttools, it's that *other* packages can't locate cmake on the host even after setting ASS
that *sort of* sounds like what is happening, but to be pedantic, it's not that cmake can't find binaries in hosttools, it's that *other* packages can't locate cmake on the host even after setting ASS
|
By
Robert P. J. Day
· #44913
·
|
|
ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?
(warning: i've been away from YP for well over a year and am now studiously trying to catch up, so i have some work to do.) currently trying to build a "core-image-minimal" for a zedboard on my wholly
(warning: i've been away from YP for well over a year and am now studiously trying to catch up, so i have some work to do.) currently trying to build a "core-image-minimal" for a zedboard on my wholly
|
By
Robert P. J. Day
· #44912
·
|
|
m4-mative: "Please port gnulib fseeko.c to your platform!"
ah, got it, thanks. rday
By
Robert P. J. Day
· #44729
·
|
|
m4-mative: "Please port gnulib fseeko.c to your platform!"
so, to confirm what i thought, this is a bug in gnulib which suggests i should dig through the build configuration to see where i can, say, set a PREFERRED_VERSION of a newer version of gnulib that no
so, to confirm what i thought, this is a bug in gnulib which suggests i should dig through the build configuration to see where i can, say, set a PREFERRED_VERSION of a newer version of gnulib that no
|
By
Robert P. J. Day
· #44726
·
|
|
m4-mative: "Please port gnulib fseeko.c to your platform!"
trying ASSUME_PROVIDED didn't work all that well, either ... ... | autom4te: need GNU m4 1.4 or later: m4 | make[2]: *** [Makefile:641: autoconf.in] Error 1 ... that's just weird as my installed versi
trying ASSUME_PROVIDED didn't work all that well, either ... ... | autom4te: need GNU m4 1.4 or later: m4 | make[2]: *** [Makefile:641: autoconf.in] Error 1 ... that's just weird as my installed versi
|
By
Robert P. J. Day
· #44716
·
|
|
m4-mative: "Please port gnulib fseeko.c to your platform!"
a few months ago, i ran into (and asked about) a failure building m4-native that you can read here: https://yocto.yoctoproject.narkive.com/6KyM5UvS/m4-native-zedboard-please-port-gnulib-fseeko-c-to-yo
a few months ago, i ran into (and asked about) a failure building m4-native that you can read here: https://yocto.yoctoproject.narkive.com/6KyM5UvS/m4-native-zedboard-please-port-gnulib-fseeko-c-to-yo
|
By
Robert P. J. Day
· #44717
·
|
|
m4-native, zedboard, "Please port gnulib fseeko.c to your platform"
been away from YP for a few months, diving back in, want to build a core-image-minimal for my zedboard, and i will first admit that i'm using a non-approved distro (fully-updated fedora 29): "WARNING:
been away from YP for a few months, diving back in, want to build a core-image-minimal for my zedboard, and i will first admit that i'm using a non-approved distro (fully-updated fedora 29): "WARNING:
|
By
Robert P. J. Day
· #43213
·
|
|
bbappend extra SRC_URI ignored
why are you using both a prepend and the "+=" operator on the same line? rday
why are you using both a prepend and the "+=" operator on the same line? rday
|
By
Robert P. J. Day
· #41449
·
|
|
Can SRC_URI look in the same place for two different machines?
i used something like this once upon a time, can't remember where i wrote it up, but i asked about it in some detail back here: https://lists.yoctoproject.org/pipermail/yocto/2016-March/028923.html pe
i used something like this once upon a time, can't remember where i wrote it up, but i asked about it in some detail back here: https://lists.yoctoproject.org/pipermail/yocto/2016-March/028923.html pe
|
By
Robert P. J. Day
· #40273
·
|
|
Can SRC_URI look in the same place for two different machines?
isn't this precisely what MACHINEOVERRIDES is for? rday
isn't this precisely what MACHINEOVERRIDES is for? rday
|
By
Robert P. J. Day
· #40270
·
|
|
OpenCV with python3
i know i've harped on this before, but can people please stop combining the constructs "_append" and "+=" in the same expression? rday
i know i've harped on this before, but can people please stop combining the constructs "_append" and "+=" in the same expression? rday
|
By
Robert P. J. Day
· #40244
·
|
|
bitbake: git and patch problem
pretty sure you don't need both "_append" and "+=" in the same assignment. rday
pretty sure you don't need both "_append" and "+=" in the same assignment. rday
|
By
Robert P. J. Day
· #40079
·
|
|
which is the official(?) OE/YP openbmc layer?
for curiosity's sake, i spent a few minutes ignoring the apparent facebook fork and concentrated strictly on the top-level github/openbmc content, and it seems amazingly convoluted. starting here: htt
for curiosity's sake, i spent a few minutes ignoring the apparent facebook fork and concentrated strictly on the top-level github/openbmc content, and it seems amazingly convoluted. starting here: htt
|
By
Robert P. J. Day
· #37983
·
|
|
which is the official(?) OE/YP openbmc layer?
after just cursory examination of both repos, i have to say, neither of them looks particularly well-organized. or am i just being overly critical? rday
after just cursory examination of both repos, i have to say, neither of them looks particularly well-organized. or am i just being overly critical? rday
|
By
Robert P. J. Day
· #37979
·
|
|
which is the official(?) OE/YP openbmc layer?
colleague just yesterday asked me a couple questions about openbmc, so i investigated the OE/YP layer, and i'm a bit confused ... the official OE layers page here: https://layers.openembedded.org/laye
colleague just yesterday asked me a couple questions about openbmc, so i investigated the OE/YP layer, and i'm a bit confused ... the official OE layers page here: https://layers.openembedded.org/laye
|
By
Robert P. J. Day
· #37976
·
|
|
is there a summary somewhere of container-based YP solutions?
topic came up today about docker/container-based solutions for embedded linux systems, and i already know some of that: * meta-virtualization layer has recipes-containers/ recipes * resinOS is tailore
topic came up today about docker/container-based solutions for embedded linux systems, and i already know some of that: * meta-virtualization layer has recipes-containers/ recipes * resinOS is tailore
|
By
Robert P. J. Day
· #37750
·
|