I am looking for community's opinion to know the difficulties and
suggestions on the way of such big task.
Isaac
On Wed, Mar 14, 2018 at 12:28 PM, Alexander Kanavin
wrote:
> On 03/14/2018 09:56 AM, Isaac Nickaein wrote:
>>
>> Thanks for sharing your experience. It is relieving to
Hi Florian,
> The SDKs and images are very helpful for (cross platform) CI and deployment.
Indeed. I don't know any platform or tool as capable as Yocto to
provide such convenience for C++ development.
> A real Windows SDK support would be awesome (exspecially for deploying
> library dependencie
I know the idea is wild and possibly not a top priority (or even
priority) of the community, but extending the area of Yocto to support
Windows platform can make it the ubiquitous build system for the
enterprise, especially in embedded companies that have a mixture of
embedded and desktop applicati
Hi Anuj,
On Mon, Jan 15, 2018 at 5:47 PM, Anuj Mittal wrote:
> I hope that this machine name, colibri-imx6, isn't being used in some
> other included layer as well ...
>
> meta-freescale-3rdparty/conf/machine/colibri-imx6.conf? Can you try
> changing the name?
>
You are a lifesaver. Bitbake was
Hi Anuj,
On Mon, Jan 15, 2018 at 4:00 PM, Mittal, Anuj wrote:
> Have you defined BBPATH in your layer.conf correctly?
I guess so. Here is relevant lines in layer.conf for BBPATH:
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, ad
On Mon, Jan 15, 2018 at 4:00 PM, Mittal, Anuj wrote:
>
> Have you defined BBPATH in your layer.conf correctly?
Hi Anuj,
I guess so. Here is relevant lines in layer.conf for BBPATH:
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories,
Hi,
I've created a custom meta layer over poky rocko and added it to
bblayer.conf. I've also set the appropriate MACHINE value in
conf/local.conf:
MACHINE = "colibri-imx6"
There is a machine specific conf file in this meta layer, but it
doesn't get parsed. This file is located at
"conf/machine/c
Hi,
I've clone the Poky on rocko branch from http://git.yoctoproject.org/git/poky
By default, it gives a directory structure in which all meta-* layers
are scattered inside the root directory.
A more clean approach is to move all meta-* directories in a dedicated
directory for layers
e.g. "layer