Signed-off-by: Fan Xin
---
meta/recipes-extended/lzip/{lzip_1.18.bb => lzip_1.19.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/lzip/{lzip_1.18.bb => lzip_1.19.bb} (88%)
diff --git a/meta/recipes-extended/lzip/lzip_1.18.bb
b/meta/recipes-extended/lzi
Signed-off-by: Fan Xin
---
meta/recipes-extended/cups/{cups_2.2.2.bb => cups_2.2.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/cups/{cups_2.2.2.bb => cups_2.2.3.bb} (40%)
diff --git a/meta/recipes-extended/cups/cups_2.2.2.bb
b/meta/recipes-extende
1. Upgrade cairo from 1.14.8 to 1.15.4
2. Update the SRC_URI according to the release note
https://www.cairographics.org/news/cairo-1.15.4/
3. Fix the -dev package contains non-symlink .so error.
Signed-off-by: Fan Xin
---
meta/recipes-graphics/cairo/{cairo_1.14.8.bb => cairo_1.15.4.bb} | 9
Its a typo, that we see when building with musl
Signed-off-by: Khem Raj
---
meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
b/meta/recipes-devtools/tcf-agent/tcf-agent_git
1. Upgrade lzo from 2.09 to 2.10
2. Update the license checksum due to the date change, not license change.
3. Add a patch to fix the undefined error.
Signed-off-by: Fan Xin
---
...-pkgconfigdir-to-solve-the-undefine-error.patch | 27 ++
.../lzo/{lzo_2.09.bb => lzo_2.10.bb}
Fix build when PIE is turned on. It tries to build
.so file using -pie and -shared flags together because
its doing compile and link in same step CFLAGS and LDFLAGS
are combined and does not work, ending in errors e.g.
|
/mnt/a/oe/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/python-p
- towupper/towlower: fast path for ascii chars
- remove long-obsolete clang workarounds from mips* syscall_arch.h files
- fix fstatat syscall on mips64
Signed-off-by: Khem Raj
---
meta/recipes-core/musl/musl_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-
This effectively reverts
commit f06e99d194eda49ee194f8ae401a23819e61b90f
Signed-off-by: Khem Raj
---
meta/conf/distro/include/as-needed.inc | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/conf/distro/include/as-needed.inc
b/meta/conf/distro/include/as-needed.inc
index 114d377eac..6a8ad9
On Thu, Jun 1, 2017 at 8:11 PM Fan Xin wrote:
> 1. Upgrade lzo from 2.09 to 2.10
>
> 2. Update the license checksum due to the date change, not license change.
>
> 3. Add a patch to fix the undefined error.
>
> Signed-off-by: Fan Xin
> ---
> ...-pkgconfigdir-to-solve-the-undefine-error.patch |
1. Upgrade lzo from 2.09 to 2.10
2. Update the license checksum due to the date change, not license change.
3. Add a patch to fix the undefined error.
Signed-off-by: Fan Xin
---
...-pkgconfigdir-to-solve-the-undefine-error.patch | 27 ++
.../lzo/{lzo_2.09.bb => lzo_2.10.bb}
On 2017-05-31 09:57 PM, Randy MacLeod wrote:
I'll send that change tomorrow unless there's new from upstream
or someone has a better idea.
Upstream is going to release a new tarball "soon"
On 2017-06-01 12:18 PM, Dave Watson wrote:
> The fix is in v1.2-stable and master, of which the nex
On Thu, Jun 1, 2017 at 1:02 PM, Mark Hatle wrote:
>
> The rpcbind runs on a privileged port (usually). So either you have to
> 're-use'
> the system wide on or run your own. On many environments, with a system wide
> one, you will clash if someone else is offering the same services. So you ar
On Thu, Jun 1, 2017 at 9:11 PM, Andre McCurdy wrote:
> You could use types.replace('vmlinux.gz', 'vmlinux') here (and then
> drop the "import re"). Also, if vmlinux.gz is the only special case
> being supported, then the kernel_do_compile() can be simplified too
> (see the patch I sent yesterday).
On Thu, Jun 1, 2017 at 2:21 AM, Nicolas Dechesne
wrote:
> KERNEL_IMAGETYPES lists all the kernel images that we want to build. in
> cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some
> logic
> was added to support vmlinux.gz which is not a target built by kernel
> makefile
On Thu, Jun 1, 2017 at 8:15 AM, Alexander Kanavin
wrote:
> RPM's default is single-threaded gz; the change greatly helps with
> both buildtimes (when there is a small number of large-sized packages)
> and disk space taken by resulting rpms.
Do you have any test results for that? Obviously build t
These patches fix a few building problems but are not being
taken into consideration at the moment, even though they have
been reviewed upstream with most of them merged (and accepted
already in OE-core master):
1.- CMake: define GBM_BO_MAP only when symbol is found
2.- util/egl: Honour Surfaceless
On 06/01/2017 08:11 PM, Mark Hatle wrote:
On 6/1/17 10:15 AM, Alexander Kanavin wrote:
RPM's default is single-threaded gz; the change greatly helps with
both buildtimes (when there is a small number of large-sized packages)
and disk space taken by resulting rpms.
If you wnable XZ here, you ne
On 06/01/2017 08:13 PM, Mark Hatle wrote:
perl
before: 1m19s 63M
after: 55s 42M
python3
before: 40s 38M
after: 28s 24M
it is interesting to see that perl and python does not benefit 'much'.
buildstats should give us a better picture per recipe.
This may be due to how we process rpmdeps withi
On 6/1/17 11:52 AM, Leonardo Sandoval wrote:
> On Thu, 2017-06-01 at 18:15 +0300, Alexander Kanavin wrote:
...
>> perl
>> before: 1m19s 63M
>> after: 55s 42M
>>
>> python3
>> before: 40s 38M
>> after: 28s 24M
>
> it is interesting to see that perl and python does not benefit 'much'.
> buildstats
On 6/1/17 10:15 AM, Alexander Kanavin wrote:
> RPM's default is single-threaded gz; the change greatly helps with
> both buildtimes (when there is a small number of large-sized packages)
> and disk space taken by resulting rpms.
If you wnable XZ here, you need to make sure XZ compression is enable
On 5/31/17 3:27 PM, Cody P Schafer wrote:
>> RPC Ports are just the bindings into rpcbind. The tcp/udp ports are the
>> ones
>> that typically conflict and why this was all done to begin with.
>
> Ok, then it doesn't sound like that is a conflict or a "privileged
> ports" issue, and it is safe
On Thu, 2017-06-01 at 18:15 +0300, Alexander Kanavin wrote:
> These two patches add multi-threaded features to RPM to speed up the
> do_package_write_rpm task.
>
> Specifically:
>
> 1) Multi-threaded xz compressor is used instead of default single-threaded
> gz. This has the most
> dramatic eff
Hmm, do I need to rebase the patches from yocto to upstream
bitbake and meta-poky git trees?
-Mikko
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
On Thu, Jun 1, 2017 at 8:43 AM Alexander Kanavin <
alexander.kana...@linux.intel.com> wrote:
> On 06/01/2017 06:37 PM, Khem Raj wrote:
> > I don't use rpm so I won't be able to test it
>
> You only need to issue 'bitbake rpm', no?
Be mindful of what you ask for just building is not enough for s
On 06/01/2017 06:15 PM, Alexander Kanavin wrote:
This greatly reduces build times when there is a large amount of small
rpm packages to produce. The patches are rather invasive,
and so will be submitted upstream.
And now the pull request is open:
https://github.com/rpm-software-management/rpm/
On 6/1/17 10:41 AM, Alexander Kanavin wrote:
> On 06/01/2017 06:37 PM, Khem Raj wrote:
>> I don't use rpm so I won't be able to test it
>
> You only need to issue 'bitbake rpm', no?
In the past rpm5 would build, but did not function properly w/ the standard
configuration. So basic run-time testi
== Series Details ==
Series: Fix return value checks from subprocess.call()'s (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/6800/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests ha
== Series Details ==
Series: "[1/3,pyro] piglit: depend on v..." and 2 more
Revision: 1
URL : https://patchwork.openembedded.org/series/7014/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been e
Python function subprocess.call() returns the return value of the
executed process. If return values are not checked, errors may
go unnoticed and bad things can happen.
Change all callers of subprocess.call() which do not check for
the return value to use subprocess.check_call() which raises
Calle
Python function subprocess.call() returns the return value of the
executed process. If return values are not checked, errors may
go unnoticed and bad things can happen.
Change all callers of subprocess.call() which do not check for
the return value to use subprocess.check_call() which raises
Calle
Python function subprocess.call() returns the return value of the
executed process. If return values are not checked, errors may
go unnoticed and bad things can happen.
Change all callers of subprocess.call() which do not check for
the return value to use subprocess.check_call() which raises
Calle
On 06/01/2017 06:37 PM, Khem Raj wrote:
I don't use rpm so I won't be able to test it
You only need to issue 'bitbake rpm', no?
Alex
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailma
[Backported from master.]
Some EGL implementations do not actually ship all Khronos-
extensions. As it turns out, the Mali 450 driver does not
include any of the following symbols, used by the
egl_mesa_platform_surfaceless.c spec test:
* eglGetPlatformDisplay
* eglCreatePlatformPixmapSurface
* egl
[Backported from master.]
[Piglit Bug #100978] -- https://bugs.freedesktop.org/show_bug.cgi?id=100978
When linking against Mali 450 r6, errors like the following
can be seen:
../../../../lib/libpiglitutil_gl.so.0: undefined reference to `gbm_bo_unmap'
../../../../lib/libpiglitutil_gl.so.0: un
[Backported from master.]
While building for Hikey using Mali 450 driver (r6p0), an
error like the following appears while linking:
[ 1%] Linking C shared library ../../../../lib/libpiglitutil.so
[...]
[...]/aarch64-linaro-linux/gcc/aarch64-linaro-linux/6.3.1/ld: cannot find
-lEGL
colle
I don't use rpm so I won't be able to test it
It just occurred to me when I was looking into that file for pulse audio
which should be removed as well I have patch for that I will send shortly
On Thu, Jun 1, 2017 at 1:54 AM Alexander Kanavin <
alexander.kana...@linux.intel.com> wrote:
> On 06/01/2
On 16 May 2017 at 12:26, Carlos Rafael Giani wrote:
> * libmad plugin was removed in 1.12.0, since mad is GPLed, unmaintained,
> and both gst-libav & the mpg123 plugin are fully functional alternatives
>
Something in this series is causing other plugins to change their
dependencies and I'm not
On Wed, 2017-05-17 at 13:47 +, Ed Bartosh wrote:
> Hi,
>
> This patchset is an implementation of generic EFI approach for wic
> images.
>
> Instead of introducing yet another wic plugin it uses existing APIs
> from
> EFI_PROVIDER classes to populate ${WORKDIR}/bootfs directory with EFI
> arti
This greatly reduces build times when there is a large amount of small
rpm packages to produce. The patches are rather invasive,
and so will be submitted upstream.
Signed-off-by: Alexander Kanavin
---
...y-package-building-into-a-separate-functi.patch | 83
...-binary-package-creation-
From: Carlos Rafael Giani
* Version 1.12 introduces support for libdw (provided by elfutils)
libdw adds source lines & numbers to backtraces
new dw packageconfig added for enabling/disabling this feature
* Leftover docbook cruft was removed
* Fix bash completion packaging (RB)
Signed-off-by
RPM's default is single-threaded gz; the change greatly helps with
both buildtimes (when there is a small number of large-sized packages)
and disk space taken by resulting rpms.
Signed-off-by: Alexander Kanavin
---
meta/classes/package_rpm.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --
These two patches add multi-threaded features to RPM to speed up the
do_package_write_rpm task.
Specifically:
1) Multi-threaded xz compressor is used instead of default single-threaded gz.
This has the most
dramatic effect when a recipe produces a smaller number of large-sized packages.
2) Pac
On Wed, 2017-05-31 at 17:24 -0700, Gan, Yau Wai wrote:
> The package_qa_check_rdepends() in insane.bbclass has
> incorrectly replace its localdata OVERRIDES value with
> the package name. Fixing it by appending the package name
> to the existing OVERRIDES value. This resolves RDEPENDS QA
> error wh
Upstream has removed the source tarball from server. So,moving SRC_URI
to downloads.yoctoproject.org
[YOCTO #11555]
Signed-off-by: Maxin B. John
---
meta/recipes-extended/ed/ed_1.9.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/ed/ed_1.9.bb
b/meta/
Backport SRC_URI update from OE-Core rev: 60732e6b91
[YOCTO #11558]
Signed-off-by: Maxin B. John
---
meta/recipes-support/rng-tools/rng-tools_5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/rng-tools/rng-tools_5.bb
b/meta/recipes-support/rng-tools/
Fixes this warning:
WARNING: pax-utils-1.1.5-r0 do_fetch: Failed to fetch URL
http://gentoo.osuosl.org/distfiles/pax-utils-1.1.5.tar.xz,
attempting MIRRORS if available
[YOCTO #11559]
Signed-off-by: Maxin B. John
---
meta/recipes-devtools/pax-utils/pax-utils_1.1.5.bb | 2 +-
1 file changed, 1
On Thu, Jun 01, 2017 at 01:40:10PM +0100, Burton, Ross wrote:
> On 19 May 2017 at 08:17, Mikko Rapeli wrote:
>
> > bitbake/lib/bb/ui/ncurses.py | 2 +-
> > bitbake/lib/bb/utils.py | 2 +-
> > meta/classes/archiver.bbclass| 2 +-
> > meta/classes/cml1.bbcl
On 19 May 2017 at 08:17, Mikko Rapeli wrote:
> bitbake/lib/bb/ui/ncurses.py | 2 +-
> bitbake/lib/bb/utils.py | 2 +-
> meta/classes/archiver.bbclass| 2 +-
> meta/classes/cml1.bbclass| 2 +-
> meta/classes/kernel-module-split.bbclass | 2
Based on OE-Core rev: 8aafed5f4757550f2ff688e1b8981e5e8e6e3428 if systemtap
isn't disabled it's possible to race with systemtap headers being present
during autodetection and disappearing during the build:
tests/sdt.c:14:21: fatal error: sys/sdt.h: No such file or directory
#include
Sig
If ASSUME_PROVIDES contains libsdl-native, we need to add sdl-config
to HOSTTOOLS to allow access to the host sdl-config.
Signed-off-by: Jonathan Liu
---
meta/conf/bitbake.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8e4f4bbb56
If ASSUME_PROVIVES contains libsdl-native, we need to add sdl-config
to HOSTTOOLS to allow access to the host sdl-config.
Signed-off-by: Jonathan Liu
---
meta/conf/bitbake.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8e4f4bbb56
Signed-off-by: Jussi Kukkonen
---
.../xorg-lib/{xkeyboard-config_2.20.bb => xkeyboard-config_2.21.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.20.bb =>
xkeyboard-config_2.21.bb} (87%)
diff --git a/meta/recipes-graphic
Very small release with only bug fixes.
Signed-off-by: Jussi Kukkonen
---
.../clutter/{clutter-gst-3.0_3.0.22.bb => clutter-gst-3.0_3.0.24.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.22.bb =>
clutter-gst-3.0_3.0.24.bb
Depend on gperf-native: The tarball used to include files generated
with gperf and this is no longer the case.
Use GIR_EXTRA_LIBS_PATH to fix introspection generation.
Signed-off-by: Jussi Kukkonen
---
meta/recipes-support/vte/{vte_0.46.1.bb => vte_0.48.3.bb} | 11 ---
1 file changed, 8
Small releases with just a few fixes.
Signed-off-by: Jussi Kukkonen
---
.../{xf86-input-libinput_0.24.0.bb => xf86-input-libinput_0.25.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.24.0.bb =>
xf86-input-libinput
Also inherit allarch: The utils are just shell scripts.
Signed-off-by: Jussi Kukkonen
---
.../xdg-utils/{xdg-utils_1.1.1.bb => xdg-utils_1.1.2.bb}| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/xdg-utils/{xdg-utils_1.1.1.bb =>
xdg-utils_1.1.
Mostly bug fixes in this release.
Signed-off-by: Jussi Kukkonen
---
.../clutter/{clutter-1.0_1.26.0.bb => clutter-1.0_1.26.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/clutter/{clutter-1.0_1.26.0.bb =>
clutter-1.0_1.26.2.bb} (67%)
diff
Bug fix releases.
Signed-off-by: Jussi Kukkonen
---
.../xorg-xserver/{xserver-xorg_1.19.1.bb => xserver-xorg_1.19.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.19.1.bb =>
xserver-xorg_1.19.3.bb} (89%)
diff --git a/m
Release with a small amount of bug fixes.
Signed-off-by: Jussi Kukkonen
---
meta/recipes-graphics/xorg-app/{xkbcomp_1.3.1.bb => xkbcomp_1.4.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-app/{xkbcomp_1.3.1.bb => xkbcomp_1.4.0.bb}
(78%)
diff -
Xorg and some unrelated individual upgrades.
The only major release here is libinput.
I've tested this on top of the previous batch of upgrades but this
should work fine independently as well.
Thanks,
Jussi
The following changes since commit bd063fa288b49b6e3ea77982d0ccc46610feb1ad:
tune-mip
Small release with mostly build system fixes.
Signed-off-by: Jussi Kukkonen
---
.../recipes-support/libevdev/{libevdev_1.5.6.bb => libevdev_1.5.7.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libevdev/{libevdev_1.5.6.bb => libevdev_1.5.7.bb}
(74%)
d
Includes a major feature releas, release notes for that one:
https://lists.freedesktop.org/archives/wayland-devel/2017-March/033531.html
inherit lib_package to get the binaries into libinput-bin package.
This changes the final library package name so add
RPROVIDES/RREPLACES/RCONFLICTS.
Signed-off
* Costmetic changes in license.html file required new MD5 hash
* Add PACKAGECONFIG option for libunwind support (new feature, disable by
default)
* Rebased 0001-Use-wayland-scanner-in-the-path.patch
* Added zlib in DEPENDS, otherwise mesa no longer builds.
* Added 0001-util-rand_xor-add-missing-in
On Thu, Jun 1, 2017 at 11:27 AM, Burton, Ross wrote:
> On 30 May 2017 at 16:32, Nicolas Dechesne
> wrote:
>>
>> * Costmetic changes in license.html file required new MD5 hash
>> * Add PACKAGECONFIG option for libunwind support (new feature, disable by
>> default)
>> * Rebased 0001-Use-wayland-sca
Hi,
On Fri, May 19, 2017 at 10:17:17AM +0300, Mikko Rapeli wrote:
> Python function subprocess.call() returns the return value of the
> executed process. If return values are not checked, errors may
> go unnoticed and bad things can happen.
>
> Change all callers of subprocess.call() which do not
Signed-off-by: Dengke Du
---
.../json-glib/{json-glib_1.2.2.bb => json-glib_1.2.8.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-gnome/json-glib/{json-glib_1.2.2.bb => json-glib_1.2.8.bb}
(82%)
diff --git a/meta/recipes-gnome/json-glib/json-glib_
Drop patch support-out-of-tree-builds.patch:
Because the upstream has already contain it.
Signed-off-by: Dengke Du
---
.../dropbear/support-out-of-tree-builds.patch | 43 --
meta/recipes-core/dropbear/dropbear_2016.74.bb | 7
meta/recipes-core/dropbear/dro
The following changes since commit bd063fa288b49b6e3ea77982d0ccc46610feb1ad:
tune-mips32*.inc: use consistent comments across all three .inc files
(2017-05-30 10:15:20 +0100)
are available in the git repository at:
https://github.com/DengkeDu/openembedded-core.git
dengke/json-glib_dropbear
On 30 May 2017 at 16:32, Nicolas Dechesne
wrote:
> * Costmetic changes in license.html file required new MD5 hash
> * Add PACKAGECONFIG option for libunwind support (new feature, disable by
> default)
> * Rebased 0001-Use-wayland-scanner-in-the-path.patch
> * Added zlib in DEPENDS, otherwise mesa
On 26 May 2017 at 10:31, Huang Qiyu wrote:
> 1) Upgrade ncurses from 6.0+20161126 to 6.0+20170408.
> 2) Delete patch "fix-cflags-mangle.patch",since it is integrated upstream.
>
As usual, the ncurses upgrade has broke mc:
http://errors.yoctoproject.org/Errors/Details/143477/
I haven't investig
KERNEL_IMAGETYPES lists all the kernel images that we want to build. in
cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some logic
was added to support vmlinux.gz which is not a target built by kernel
makefiles (only vmlinux). It is clear that the goal of this logic is only to
On Thu, Jun 1, 2017 at 12:56 AM, Andre McCurdy wrote:
> Unfortunately this doesn't work if "vmlinux" isn't already included in
yes. correct. i noticed that when I wrote my patch.
> KERNEL_IMAGETYPES etc, so we either need to search and replace as
> before, or add something like:
>
> typeform
On 06/01/2017 05:06 AM, Mark Hatle wrote:
We added entry for disabling AS_NEEDED for rpm5, now that we have move to rpm4
is that entry sitll required in "conf/distro/include/as-needed.inc"
Unknown, I hadn't realized this was done. Should be easy to clear it and see if
everything is still wor
1. rebase patch 0034-periodic_output.patch
This patch can't apply, because in memcg_stress_test.sh, it used a
different value for RUN_TIME: 15*60, we can check it here:
https://github.com/linux-test-project/ltp/blob/20170516/testcases/kernel/controllers/memcg/stress/memcg_stress_
The following changes since commit bd063fa288b49b6e3ea77982d0ccc46610feb1ad:
tune-mips32*.inc: use consistent comments across all three .inc files
(2017-05-30 10:15:20 +0100)
are available in the git repository at:
https://github.com/DengkeDu/openembedded-core.git dengke/ltp20170516
Dengke
The package_qa_check_rdepends() in insane.bbclass has
incorrectly replace its localdata OVERRIDES value with
the package name. Fixing it by appending the package name
to the existing OVERRIDES value. This resolves RDEPENDS QA
error when setting PACKAGECONFIG using a pn- override at
local.conf.
[YO
By specifying the -e option one or multiple times, extra
variables available in the pkgdata can be displayed, e.,g,
`oe-pkgdata-util package-info -e SUMMARY -e LICENSE ...`. The extra
variables displayed are quoted since some of them may contain
whitespace.
Signed-off-by: Peter Kjellerstedt
---
77 matches
Mail list logo