Signed-off-by: Andre McCurdy
---
...itialized-warnings-when-compiling-with-Os.patch | 41 --
.../gstreamer/gstreamer1.0-plugins-good_git.bb | 8 ++---
2 files changed, 4 insertions(+), 45 deletions(-)
delete mode 100644
meta/recipes-multimedia/gstreamer/gstreamer1.0-plu
Signed-off-by: Andre McCurdy
---
meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
index cb55c9a..771
Signed-off-by: Andre McCurdy
---
.../gstreamer/gstreamer1.0-plugins-base_git.bb| 11 ---
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugi
Hash for libav LICENSE.md updated due to dropping libaacplus:
https://github.com/FFmpeg/FFmpeg/commit/9ba54c1b82a81581e5283da75c153a76f04324c0
Signed-off-by: Andre McCurdy
---
meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | 13 +++--
1 file changed, 7 insertions(+), 6 d
Signed-off-by: Andre McCurdy
---
.../gstreamer/gstreamer1.0-plugins-bad.inc | 2 -
...valid-sentinels-for-gst_structure_get-etc.patch | 51 +++---
.../gstreamer/gstreamer1.0-plugins-bad_1.6.3.bb| 10 +
.../gstreamer/gstreamer1.0-plugins-bad_git.bb | 21 ++
Signed-off-by: Andre McCurdy
---
.../gstreamer/gstreamer1.0-plugins-ugly_git.bb | 23 +++---
1 file changed, 20 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plug
Minimal testing only (ie it builds OK in my distro and the Qt 5.4
browser demo can still play youtube videos using the libav plugin).
Andre McCurdy (6):
gstreamer1.0_git: update 1.7.1 -> 1.7.2
gstreamer1.0-plugins-base_git: update 1.7.1 -> 1.7.2
gstreamer1.0-plugins-good_git: update 1.7.1 ->
It is not guaranteed Linux kernel was configured with process I/O
statistics enabled. If process I/O statistcs are not present, issue
a one time warning and do not attempt to read the non-existing stats
counters.
[YOCTO#9025]
Signed-off-by: Juro Bystricky
---
meta/classes/buildstats.bbclass | 2
Latest enhancements to collect task statistics in the file
buildstats.bbclass also collect task I/O statistics using procfs interface.
However, it is not guaranteed the I/O counters are actually present. This
depends
on how the kernel was configured. If the kernel was configured without
CONFIG_TAS
On 19 February 2016 at 09:56, wrote:
> documentation/ref-manual/ref-tasks.xml| 8
> meta/classes/kernel.bbclass | 13 -
> meta/conf/documentation.conf | 2 +-
> meta/recipes-kernel/linux/linux-yocto.inc | 2 +-
>
documentation/ is actually a
On 19 February 2016 at 22:05, Francisco Pedraza <
francisco.j.pedraza.gonza...@intel.com> wrote:
> +runCmd('bitbake-prserv --host localhost --port %s
> --loglevel=DEBUG --start' % port)
> +ret = runCmd('bitbake-prserv --host localhost --port %s
> --loglevel=DEBUG --stop' % port)
>
A network module was added, and will contain network utility funcions for now.
with get_free_port that returns availabe network port in the system.
Signed-off-by: Francisco Pedraza
---
meta/lib/oeqa/utils/network.py | 8
1 file changed, 8 insertions(+)
create mode 100644 meta/lib/oeqa/
This test case validates if prservice start and stop properly the server.
Using bitbake commands also validates the exit status.
[YOCTO #8258]
Signed-off-by: Francisco Pedraza
---
meta/lib/oeqa/selftest/prservice.py | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git
From: Humberto Ibarra
Coverage in oe-selftest currently requires to create or modify
a sitecustomize.py file according the coverage tool setup instructions
(http://coverage.readthedocs.org/). This file has to be located in
the system's python folder, which is not a good solution since this
folder
From: Humberto Ibarra
When --coverage is used, oe-selftest gathers coverage data from the testcases
executed. The command lacks a way of filtering which files to gather coverage
data from.
This patch adds three options to specify which files should be considered.
The --coverage-source option spe
From: Humberto Ibarra
Enables filtering to the files to be measured with coverage and adds temporal
file to enable subprocessing
Humberto Ibarra (2):
scripts/oe-selftest: Add filtering to the coverage data gathered
by oe-selftest
scripts/oe-selftest: Use site.USER_SITE to run cover
Previously the keys were put into the os-release package. The package
indexing code was also deploying the keys rather than only using the keys.
This change makes signing-keys.bb the only publisher of the keys and also
uses standard tasks that already have sstate.
Signed-off-by: Randy Witt
---
Current Dev Position: YP 2.1 M3
Next Deadline: YP 2.1 M2 Target release date is February 12, 2016 (Will slip a
few weeks.)
SWAT team rotation: Anibal -> Tracy
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Key Status/Updates:
*A build for M2-rc3 was passed to QA af
On Fri, Feb 19, 2016 at 4:56 AM, wrote:
> From: He Zhe
>
> Add KERNEL_IMAGETYPES to support building packaging and installing
> multi types of kernel images, such as zImage uImage, at one time.
>
> KERNEL_IMAGETYPE works as before. All KERNEL_ALT_IMAGETYPEs are
> replaced by KERNEL_IMAGETYPES.
>
This patch series extends the gpg_sign module to support ipk signing.
v6 implements Markus' feedback. The most notable change is the sign_ipk
and detach_sign merger, as they were almost identical in functionality.
This also meant a refactoring for detach_sign and a bug fix for the
STDIN file descr
Add support for multiple types of signatures (binary or ascii)
in export_pubkey(). There is no change in behaviour for the function,
the previous implicit default is the new parameter "armor" default.
Signed-off-by: Ioan-Adrian Ratiu
---
meta/lib/oe/gpg_sign.py | 6 --
1 file changed, 4 inse
Create gpg signed ipk package feeds using the gpg backend if configured.
Signed-off-by: Ioan-Adrian Ratiu
---
meta/classes/sign_package_feed.bbclass | 12 +++-
meta/lib/oe/package_manager.py | 17 +++--
2 files changed, 26 insertions(+), 3 deletions(-)
diff --git a/m
Implement ipk signing inside the sign_ipk bbclass using the gpg_sign
module and configure signing similar to how rpm does it. sign_ipk uses
gpg_sign's detach_sign because its functionality is identical to package
feed signing.
IPK signing process is a bit different from rpm:
- Signatures are s
Starting from v2.1 passing passwords directly to gpg does not work
anymore [1], instead a loopback interface must be used otherwise
gpg >2.1 will error out with:
"gpg: signing failed: Inappropriate ioctl for device"
gpg <2.1 does not work with the new --pinentry-mode arg and gives an
invalid optio
From: Armin Kuster
Please consider these security fixes for Jethro next. Some maybe a resend as I
don't know if they are queued anywhere.
Master has these in some for or another.
The following changes since commit ae57ea03c6a41f2e3b61e0c157e32ca7df7b3c4b:
libbsd: Security fix CVE-2016-2090
On Fri, 19 Feb 2016 13:18:12 +0200
Ioan-Adrian Ratiu wrote:
> On Thu, 18 Feb 2016 11:28:58 +0200
> Ioan-Adrian Ratiu wrote:
>
> > Hello
> >
> > On Thu, 18 Feb 2016 11:04:22 +0200
> > Markus Lehtonen wrote:
> >
> > > Hi,
> > >
> > >
> > >
> > > On 17/02/16 17:41, "Ioan-Adrian Ratiu"
> >
On Thu, 18 Feb 2016 11:28:58 +0200
Ioan-Adrian Ratiu wrote:
> Hello
>
> On Thu, 18 Feb 2016 11:04:22 +0200
> Markus Lehtonen wrote:
>
> > Hi,
> >
> >
> >
> > On 17/02/16 17:41, "Ioan-Adrian Ratiu"
> > > adrian.ra...@ni.com> wrote:
> >
> > >Implement local ipk signing logic inside the g
BitBake should append to recipe in a predictable order.
fix for [YOCTO #9145]
test for [YOCTO #9138]
Signed-off-by: Daniel Istrate
---
meta/lib/oeqa/selftest/bbtests.py | 23 +++
1 file changed, 23 insertions(+)
diff --git a/meta/lib/oeqa/selftest/bbtests.py
b/meta/lib/oeq
From: He Zhe
Rename do_kernel_link_vmlinux to do_kernel_link_images and make a
symbol link to vmlinuz(if exists) for reference in arch/$arch/boot
directory.
Signed-off-by: He Zhe
---
documentation/ref-manual/ref-tasks.xml| 8
meta/classes/kernel.bbclass | 13 +++
From: He Zhe
v1 to v2:
- Change KERNEL_OUTPUT to KERNEL_OUTPUT_DIR and update comments
- Update related doc files
- Replace all KERNEL_ALT_IMAGETYPEs with KERNEL_IMAGETYPES
- Link built vmlinuz to boot directory for reference
The following changes since commit ed20c6ca446a8788615e497bd445219
From: He Zhe
Add KERNEL_IMAGETYPES to support building packaging and installing
multi types of kernel images, such as zImage uImage, at one time.
KERNEL_IMAGETYPE works as before. All KERNEL_ALT_IMAGETYPEs are
replaced by KERNEL_IMAGETYPES.
Fixes [YOCTO #6945].
Signed-off-by: He Zhe
---
docu
Hi Randy,
On Thu, 2016-02-18 at 07:38 -0800, Randy Witt wrote:
> Previously the keys were put into the os-release package. The package
> indexing code was also deploying the keys rather than only using the
> keys.
>
> This change makes signing-keys.bb the only publisher of the keys and
> also
> u
The sdk_extraconf() method of setting the configuration was awkward
since you needed to set it in a class and then inherit that class since
function definitions aren't allowed in conf files. It seemed to me the
a neater way to do this was to read the extra lines from an additional
conf file sdk-ext
The following changes since commit 58b45240739da210ef2fecea931c8b8daa9a4c07:
epiphany: Add libxml2-native to DEPENDS (2016-02-18 22:55:12 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/extsdkfixes6-oe
http://cgit.openembedded.org/
* Package names are actually case sensitive near as I can tell, so we
shouldn't be lowercasing them everywhere.
* Look for CMake packages in pkgdata and map those back to recipes,
so we aren't dependent on the hardcoded mappings (though those are
still preserved).
* Avoid duplicates in the un
When running devtool deploy-target, we save a list of deployed files,
and this list is used by devtool undeploy-target (or the next time
deploy-target is run if the list is present, in case any files have been
renamed or deleted since the first time). We were writing this file to
the host, but it m
I should have adjusted this in OE-Core commit
80a44e52609a89d9ffe816181ae193af491c06ac where the behaviour changed.
Signed-off-by: Paul Eggleton
---
scripts/lib/devtool/standard.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/lib/devtool/standard.py b/scripts/l
If you want to put the target device back to exactly how it was before
devtool deploy-target started poking things into it, then it would make
things easier if you didn't have to figure out which recipes were
deployed. Now that we have the list stored on the target we can
determine this reliably, s
If files had been created next to the recipe (for example devtool add,
edit the source and commit and then devtool update-recipe), running
devtool reset failed to preserve those files and gave an error due
to trying to rmdir the directory containing them which wasn't empty.
Fix the preservation of
Get the default value for updateserver from the configuration file and
show it in the help; also only make the parameter optional if it's
specified. This means we can also drop the check in the function as
argparse will then ensure it's specified if there's no config setting.
Signed-off-by: Paul E
Add a means of extending the dependency extraction for autotools and
cmake.
Note: in order to have this work, you need to have an __init__.py in the
lib/recipetool directory within your layer along with the module
implementing the handlers, and the __init__.py needs to contain:
# Enable other l
There is no -N/--name option for devtool, that's a recipetool option -
with devtool you just specify the name as a positional argument.
Signed-off-by: Paul Eggleton
---
scripts/lib/devtool/standard.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/lib/devtool/standar
If files would be overwritten by the deployment, preserve them in a
separate location on the target so that they can be restored if you
later run devtool undeploy-target.
At the same time, also check for sufficient space before starting the
operation so that we avoid potentially failing part way t
Looking at Chris Larson's code for starting the user's editor for
"recipetool newappend" it was slightly better than what I wrote for
"devtool edit-recipe" in that it checks VISUAL as well as EDITOR and
defaults to vi if neither are set, so break this out to its own function
and call it from both p
Add a long description used when running --help on the specific command.
Signed-off-by: Paul Eggleton
---
scripts/lib/devtool/deploy.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py
index 0236c53..d742ed3 100644
--- a/scripts/
If we didn't make any changes to the file then there's no point warning
the user that we have done.
Signed-off-by: Paul Eggleton
---
scripts/lib/devtool/standard.py | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/de
More devtool / recipetool work - some improvements to the help output,
behaviour of (un)deploy-target, extensibility of autoconf/cmake
handling, and improvements to cmake dependency extraction, plus one
or two other minor fixes.
The following changes since commit 58b45240739da210ef2fecea931c8b8da
The listing of subcommands in the --help output for devtool was starting
to get difficult to follow, with commands appearing in no particular
order (due to some being in separate modules and the order of those
modules being parsed). Logically grouping the subcommands as well as
being able to exerci
Naming these as "optional arguments" is perhaps slightly confusing since
some of the positional arguments might also be optional; in addition
it's rare (though possible) for options to be mandatory - up until
recently we had a recipetool option (-o) that was mandatory. It's not
perfect, but change
On Thu, 2016-02-18 at 15:19 +, Christopher Larson wrote:
>
>
> On Thu, Feb 18, 2016 at 7:19 AM Markus Lehtonen <
> markus.lehto...@linux.intel.com> wrote:
> > Create config fragment if the user makes modifications to kernel
> > config.
> > User may change .config e.g. by directly editing it o
Fixed path:
QA Issue: sysroot-destdir//usr/lib/
Note the 2 slashes "//".
Signed-off-by: Robert Yang
---
meta/classes/staging.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 243bcdf..bc5dfa8 100644
The following changes since commit 58b45240739da210ef2fecea931c8b8daa9a4c07:
epiphany: Add libxml2-native to DEPENDS (2016-02-18 22:55:12 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/4fixes
http://cgit.openembedded.org/cgit.cgi/op
Fixed:
$ bitbake quilt -crecipe_sanity
File "/path/to/poky/bitbake/lib/bb/siggen.py", line 261, in dump_sigtask
p = pickle.dump(data, stream, -1)
PicklingError: Can't pickle :
attribute lookup bb.COW.C failed
This is because of:
cfgdata[k] = d.getVar(k, 0)
If d.getVar(k, 0) is a DataSmart (
Fixed:
IMAGE_FSTYPES_append = " hddimg"
$ bitbake -g core-image-minimal-initramfs
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing RunQueue
ERROR: Task /path/to/core-image-minimal-initramfs.bb (do_bootimg) has circular
dependency on /path/to/core-image-minimal-initramfs.bb (do_
Fixed:
INHERIT += "typecheck"
$ bitbake -p
ERROR: Failure expanding expression auto none ${@" ".join(o.name for o in
oe.terminal.prioritized())}
which triggered exception AttributeError: 'module' object has no attribute
'terminal'
Signed-off-by: Robert Yang
---
meta/classes/terminal.bbclass |
On 2016-02-19 09:02, Phil Blundell wrote:
On Fri, 2016-02-19 at 07:37 +0100, Gary Thomas wrote:
| checking for suffix of object files... configure: error: in
`/local/p0381_2016-02-19/tmp/work/cortexa7hf-neon-amltd-linux-gnueabi/libgcc-initial/4.8.4-r0/gcc-4.8.4/build.arm-amltd-linux-gnueabi.arm-
On Fri, 2016-02-19 at 07:37 +0100, Gary Thomas wrote:
> | checking for suffix of object files... configure: error: in
> `/local/p0381_2016-02-19/tmp/work/cortexa7hf-neon-amltd-linux-gnueabi/libgcc-initial/4.8.4-r0/gcc-4.8.4/build.arm-amltd-linux-gnueabi.arm-amltd-linux-gnueabi/libgcc':
> | configu
in sdk,there are some utils in sysroot/host-os/bin,
sysroot/host-os/sbin/,sysroot/host-os/usr/bin need to use, so add these three
paths to PATH in env.sh.
Signed-off-by: Jun Zhang
---
meta/classes/toolchain-scripts.bbclass | 5 -
meta/conf/bitbake.conf | 3 +++
2 files chan
58 matches
Mail list logo