I understand that a Linux distribution created with Yocto is composed
of various packages, each with their own license, and the obligations
of the licenses must be met. But are there any
restrictions/obligations on the distribution itself when created with
Yocto? Or is the license of a Linux distr
This mail was sent out by Recipe reporting system.
This message list those recipes which need to be upgraded. If maintainers
believe some of them needn't to upgrade at this time, they can fill
RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder
until newer upstream version w
I am trying to add a new image class "SWU" in "sumo" for a "software
update image".
As a result:
do_sdk_depends[depends] = '${@get_ext_sdk_depends(d)}
meta-extsdk-toolchain:do_populate_sysroot'
When data_smart.py works on this, it will call
DataSmart.expandWithRefs(self, s, varname)
s
On Sat, Jan 12, 2019 at 2:41 PM Joshua Watt wrote:
>
> CC'ing yocto@yoctoproject.org
>
> On Sat, Jan 12, 2019 at 1:02 PM Sinan Kaya wrote:
> >
> > Hi Joshua,
> >
> > I have this instruction to build cmake as part of the SDK.
> >
> > +# Add the CMake binary to the SDK
> > +TOOLCHAIN_HOST_TASK += "
The shebang line in /usr/bin/scapy and /usr/bin/UTscapy is always set
for python not python3 and so doesn't work with the python3 scapy install.
This problem existed in the 2.4.0 version as well.
I am currently using this patch in my local repo to fix python3-scapy
builds.
diff --git a/recipes-s
Ok, I created a pull request on github:
https://github.com/openembedded/meta-openembedded/pull/112
Il giorno dom 13 gen 2019 alle ore 03:33 Khem Raj ha
scritto:
> Awesome
>
> On Sat, Jan 12, 2019 at 6:00 PM Stefano Cappa <
> stefano.cappa.k...@gmail.com> wrote:
>
>> Fixed. After some tests I'll
Reposted to correct list...
On Sun, 2019-01-13 at 11:11 +, André Draszik wrote:
> From: André Draszik
>
> getVar() has been defaulting to expanding by default for
> a long time (2016), thus remove the True option from
> getVar() calls with a regex search and replace.
>
> Search & replace ma
From: André Draszik
getVar() has been defaulting to expanding by default for
a long time (2016), thus remove the True option from
getVar() calls with a regex search and replace.
Search & replace made using the following command:
sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \