Fixed:
$ bitbake-prserv-tool import /tmp/1
File "/path/to/lib/bb/parse/__init__.py", line 114, in handle(fn='/tmp/1',
data=, include=True):
return h['handle'](fn, data, include)
>raise ParseError("not a BitBake file", fn)
ParseError: ParseError in /tmp/1: not a BitB
* The prservice is only used by do_package, the native or crosssdk
doesn't have do_package.
* Change WARN to NOTE when no AUTOPR found, the prexport_handler()
checks all the parsed recipes, but a lot of them may not be built, for
example, the lower version or broken recipes. So change WARN to
* V2:
- Let bitbake-prserv-tool check filename for both .inc and .conf
// Robert
The following changes since commit e44ed8c18e395b9c055aefee113b90708e8a8a2f:
build-appliance-image: Update to jethro head revision (2015-11-03 14:02:57
+)
are available in the git repository at:
git://g
kernel.bbclass uses a default KERNEL_IMAGETYPE of zImage and that's also
the default mentioned in documentation.conf. Update the bootimg.bbclass
default value from bzImage -> zImage to be consistent.
Signed-off-by: Andre McCurdy
---
meta/classes/bootimg.bbclass | 2 +-
1 file changed, 1 insertio
From: Roy Li
1. a hard-coded path in ptest is used, fix it.
2. fix the m_bigjournal ptest failure by resetting cache goal properly
3. fix the removal test.log error by adding the correct path before
test.log
Signed-off-by: Roy Li
---
.../e2fsprogs/e2fsprogs/0001-reset-last_goal.patch | 51
I verified this does work under tmux v1.8 with latest poky jethro.
On Fri, Nov 6, 2015 at 6:25 PM,
wrote:
> From: Leonardo Sandoval
>
> If an old version is detected (<1.9), create a new window instead of split:
> the reason is that there is no easy way to get the active pane height if no
> nest
On Wed, Nov 11, 2015 at 9:59 AM, Jens Rehsack wrote:
>
>> Am 11.11.2015 um 13:49 schrieb Bruce Ashfield :
>>
>> On Wed, Nov 11, 2015 at 4:00 AM, Jens Rehsack wrote:
>>>
Am 11.11.2015 um 03:01 schrieb Bruce Ashfield :
On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote:
>
>
I have verified that the patch does not work. I am using tmux v1.8
with the latest jethro poky.
On Thu, Nov 5, 2015 at 2:57 PM, Leonardo Sandoval
wrote:
> This patch did not solve the case when multiple panes are present. I will
> send a V2 patch.
>
>
>
> On 11/03/2015 04:34 PM, leonardo.sandoval
From: Armin Kuster
CVE-2015-7942 libxml2: heap-based buffer overflow in
xmlParseConditionalSections()
CVE-2015-8035 libxml2: DoS when parsing specially crafted XML document if XZ
support is enabled
[YOCTO #8641]
Signed-off-by: Armin Kuster
---
meta/recipes-core/libxml/libxml2.inc
On 11/11/2015 10:39 AM, Khem Raj wrote:
> On Wed, Nov 11, 2015 at 9:41 AM, Armin Kuster wrote:
>> From: Armin Kuster
>>
>> this allows extending ldconfig search path from local.conf
>>
>> Signed-off-by: Armin Kuster
>> ---
>> meta/classes/image-ldconfig.bbclass | 6 ++
>> meta/conf/bitbak
On Wed, Nov 11, 2015 at 10:36 AM, Burton, Ross wrote:
>
> On 11 November 2015 at 17:48, Khem Raj wrote:
>>
>> for a non-native english speaker like me both just means same :) lets
>> stick to one and move on.
>
>
> There is a small semantic difference, but must... resist... bikeshedding...
> ;)
On 6 November 2015 at 07:27, Fan Xin wrote:
> 1. upgrade to 2.5
> 2. remove eight patches since they have been modified in 2.5
>
Did you verify that the patches are not required anymore, or did you just
drop the patches that don't apply?
Also, this patch doesn't apply, can you try re-sending it
On Wed, Nov 11, 2015 at 9:41 AM, Armin Kuster wrote:
> From: Armin Kuster
>
> this allows extending ldconfig search path from local.conf
>
> Signed-off-by: Armin Kuster
> ---
> meta/classes/image-ldconfig.bbclass | 6 ++
> meta/conf/bitbake.conf | 3 +++
> 2 files changed, 9 in
On 11 November 2015 at 17:48, Khem Raj wrote:
> for a non-native english speaker like me both just means same :) lets
> stick to one and move on.
>
There is a small semantic difference, but must... resist... bikeshedding...
;)
Ross
--
___
Openembedde
On Wed, Nov 11, 2015 at 5:27 AM, Paul Eggleton
wrote:
> FWIW, I'd always thought "Rejected" would have been a more accurate label to
> use... on the other hand perhaps it's a bit late to be changing that now
> though.
for a non-native english speaker like me both just means same :) lets
stick to
From: Armin Kuster
this allows extending ldconfig search path from local.conf
Signed-off-by: Armin Kuster
---
meta/classes/image-ldconfig.bbclass | 6 ++
meta/conf/bitbake.conf | 3 +++
2 files changed, 9 insertions(+)
diff --git a/meta/classes/image-ldconfig.bbclass
b/meta/
I have a customer who wanted to define alt ldconfig search paths on a per
recipe
basis and adding hardcoded search paths in ldconfig-native does not scale well.
Here is a prototype scheme to allow extending
the search path for ldconfig-native without hardcoding.
Alt search paths can be defined
From: Armin Kuster
this provides a method to extend the search path ldconfig-native
uses when creating ls.so.cache.
To enable in recipe:
add:
inherit ldconfig
LDSOCONF = "/opt/lib"
this will create a ld.so.conf file in work-shared/ldconfig/${PN}/
to create an image with these new search path
On Wednesday 11 November 2015 09:17:33 Richard Purdie wrote:
> On Tue, 2015-11-10 at 17:37 +0200, Alexander Kanavin wrote:
> > On 11/10/2015 05:29 PM, Otavio Salvador wrote:
> > >> PACKAGECONFIG alone is not sufficient; to build the bindings properly,
> > >> the package also needs to inherit vala.b
On Tuesday 10 November 2015 08:52:22 Mariano Lopez wrote:
> On 11/10/2015 04:42 AM, Paul Eggleton wrote:
> > On Monday 09 November 2015 14:04:43 mariano.lo...@linux.intel.com wrote:
> >> From: Mariano Lopez
> >>
> >> This change adds the license_deployed_manifest function
> >> that will create th
On Wed, Nov 11, 2015 at 9:09 AM, Richard Purdie
wrote:
> We have 5.2 and 4.9, we don't really need 4.8 now and it can be moved
> out to other layers if anyone still wants/needs it.
OK with me.
>
> Signed-off-by: Richard Purdie
>
> [posting the diffstat rather than a huge patch]
>
> gcc-4.8.inc
On Tue, 2015-11-10 at 17:37 +0200, Alexander Kanavin wrote:
> On 11/10/2015 05:29 PM, Otavio Salvador wrote:
>
> >> PACKAGECONFIG alone is not sufficient; to build the bindings properly, the
> >> package also needs to inherit vala.bbclass:
> >>
> >> https://git.yoctoproject.org/cgit/cgit.cgi/poky-
We have 5.2 and 4.9, we don't really need 4.8 now and it can be moved
out to other layers if anyone still wants/needs it.
Signed-off-by: Richard Purdie
[posting the diffstat rather than a huge patch]
gcc-4.8.inc | 119
gcc-4.8/0001-
> Am 11.11.2015 um 15:54 schrieb Ross Burton :
>
> The crypto_use_bigint_in_x86-64_perl patch uses the "bigint" module to
> transparently support 64-bit integers on 32-bit hosts. Whilst bigint (part of
> bignum) is a core Perl module not all distributions install it (notable Fedora
> 23).
>
> A
> Am 09.11.2015 um 13:17 schrieb Burton, Ross :
>
>
> On 9 November 2015 at 01:42, Randy MacLeod
> wrote:
> openssl fails to build on Fedora 23 with this signature.
> I suspect that bigint.pm isn't standard and that we
> need to re-work:
>
> commit cd3eddcf2842b9a360f72caf4337ab2968462bb2
> A
On Wed, Nov 11, 2015 at 4:37 AM, Tom Rini wrote:
> On Tue, Nov 10, 2015 at 07:59:03PM -0800, Khem Raj wrote:
>>
>> > On Nov 10, 2015, at 5:09 AM, Tom Rini wrote:
>> >
>> > On Thu, Nov 05, 2015 at 03:23:48PM +0100, Carlos Rafael Giani wrote:
>> >> On 11/05/2015 03:22 PM, Otavio Salvador wrote:
>>
Signed-off-by: Cristian Iorga
---
meta/recipes-connectivity/bluez5/{bluez5_5.33.bb => bluez5_5.36.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/bluez5/{bluez5_5.33.bb => bluez5_5.36.bb}
(88%)
diff --git a/meta/recipes-connectivity/bluez5/bluez5_
The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1:
build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03
+)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/PUs
http://git.yoctoproject.org/cgit.cgi/po
cpus.c-qemu_mutex_lock_iothread-fix-race-condition-a.patch removed,
inluded upstream
Signed-off-by: Cristian Iorga
---
meta/recipes-devtools/qemu/qemu.inc| 1 -
..._mutex_lock_iothread-fix-race-condition-a.patch | 45 --
.../qemu/{qemu_2.4.0.bb => qemu_2.4.1.
Hi,
> I've queued this change in my joshuagl/fido-next branch[1].
When will this patch/branch be merged into the openembedded-core's fido branch?
Is there any schedule for that?
Mit freundlichen Grüßen / Kind regards,
Stefan Christ
On Tue, Oct 13, 2015 at 10:58:13PM +0100, Joshua Lock w
For clarity and correctness of source archiving, don't move find.pl from WORKDIR
to S in do_configure_prepend but tell the fetcher to put it in the right place
when unpacking.
Also re-order the files in SRC_URI so that patches are grouped together.
Signed-off-by: Ross Burton
---
meta/recipes-co
The crypto_use_bigint_in_x86-64_perl patch uses the "bigint" module to
transparently support 64-bit integers on 32-bit hosts. Whilst bigint (part of
bignum) is a core Perl module not all distributions install it (notable Fedora
23).
As the error message when bignum isn't installed is obscure, add
The crypto_use_bigint_in_x86-64_perl patch uses the "bigint" module to
transparently support 64-bit integers on 32-bit hosts. Whilst bigint (part of
bignum) is a core Perl module not all distributions install it (notable Fedora
23).
As the error message when bignum isn't installed is obscure, add
> Am 11.11.2015 um 13:49 schrieb Bruce Ashfield :
>
> On Wed, Nov 11, 2015 at 4:00 AM, Jens Rehsack wrote:
>>
>>> Am 11.11.2015 um 03:01 schrieb Bruce Ashfield :
>>>
>>> On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote:
> Am 14.10.2015 um 21:48 schrieb Bruce Ashfield :
>
>>>
Use ALTERNATIVE mechanism in OE to manage the syslog service to
avoid conflicts with other syslog implementations like rsyslog
or syslog-ng.
Signed-off-by: Steffen Sledz
---
meta/recipes-core/busybox/busybox.inc | 6 ++
1 file changed, 6 insertions(+)
diff --git a/meta/recipes-core/busybox/
On 11/11/2015 03:57 PM, Ricardo Ribalda Delgado wrote:
Unfortunately, my target arch is x86_64... I guess I could try to
solve the endless loop issue with the helper binary.
That issue only shows up with the gcr package. All other packages are
able to generate introspection files onx 86_64 ju
Hello Alexander
On Wed, Nov 11, 2015 at 2:55 PM, Alexander Kanavin
wrote:
Unfortunately, my target arch is x86_64... I guess I could try to
solve the endless loop issue with the helper binary.
Regards!
>
> Alex
--
Ricardo Ribalda
--
___
Openem
On 11/11/2015 03:34 PM, Mark Hatle wrote:
For the same architecture (i.e. MIPS64) and the same ABI (n64), the resulting
data structures, packing and similar should all be standard. Only the generated
instructions and execution order would/could change.
So you would need a way to generate, cach
On 11/11/2015 03:50 PM, Ricardo Ribalda Delgado wrote:
Can you point to a .git file with architecture-dependent data.
Gir files do not contain architecture-dependent data. Typelib files do.
I would love to help on this issue. I want to use the python api for gstream.
You can checkout my bra
Hello Alexander
Can you point to a .git file with architecture-dependent data.
I would love to help on this issue. I want to use the python api for gstream.
Thanks
On Wed, Nov 11, 2015 at 2:48 PM, Alexander Kanavin
wrote:
> On 11/11/2015 03:34 PM, Mark Hatle wrote:
>
>> Also has anyone looke
On Wednesday 11 November 2015 13:34:57 Burton, Ross wrote:
> On 11 November 2015 at 13:27, Paul Eggleton
>
> wrote:
> > FWIW, I'd always thought "Rejected" would have been a more accurate label
> > to
> > use... on the other hand perhaps it's a bit late to be changing that now
> > though.
>
> Ag
The Wayland support requires GLES2 to be enabled as otherwise the EGL support
code in SDL2 isn't enabled.
| In file included from
.../SDL2-2.0.3/src/video/wayland/SDL_waylandvideo.c:34:0:
| .../SDL2-2.0.3/src/video/wayland/SDL_waylandvideo.c: In function
'Wayland_CreateDevice':
| .../SDL2-2.0.3/
On 11/11/2015 03:34 PM, Mark Hatle wrote:
Also has anyone looked at the .typelib information and determined if any of it
is available via direct inspection via readelf, dwarf interpretation or other
method that does not require execution? Is there a definition of the .typelib
information anywhe
On 11 November 2015 at 10:15, Martin Jansa wrote:
> Finally some good results, only libsdl2 from oe-core is failing with
> default configuration (you need to disable wayland PACKAGECONFIG to get
> it built).
>
I had a quick look at this: the wayland packageconfig requires the gles2
packageconfig
On 11 November 2015 at 13:27, Paul Eggleton
wrote:
> FWIW, I'd always thought "Rejected" would have been a more accurate label
> to
> use... on the other hand perhaps it's a bit late to be changing that now
> though.
>
Agreed. We could change the guidelines to allow both but prefer Rejected?
Or
On 11/11/15 6:45 AM, Alexander Kanavin wrote:
> On 11/10/2015 06:39 PM, Mark Hatle wrote:
>
>>> This requires custom bitbake support I'm afraid, a specialist needs to
>>> answer this.
>>>
>>
>> Let me rephrase. Instead of calling out to qemu (or a real target) for a
>> gobject and result. Can th
On Wednesday 11 November 2015 11:11:48 Ross Burton wrote:
> Signed-off-by: Ross Burton
> ---
> .../0022-Use-getenv-when-secure-versions-are-not-available.patch| 2
> +- 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
> a/meta/recipes-core/systemd/systemd/0022-Use-getenv-when-
On 11/11/2015 02:53 PM, Alexander Kanavin wrote:
Same reason gtk-doc's scanner executes code: vast amounts of relevant
information can't reliably be extracted from source but is trivial to
introspect at runtime (GObject hierarchy, properties, signals, etc).
Yep; the real problem is that GObjec
On 11/11/2015 01:40 AM, Burton, Ross wrote:
On 10 November 2015 at 23:10, Phil Blundell mailto:p...@pbcl.net>> wrote:
Why does gobject-introspection (presumably giscanner, right?) need to
run binaries on the target at all? I thought it operated mostly on the
source code.
Same rea
On Wed, Nov 11, 2015 at 4:00 AM, Jens Rehsack wrote:
>
>> Am 11.11.2015 um 03:01 schrieb Bruce Ashfield :
>>
>> On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote:
>>>
Am 14.10.2015 um 21:48 schrieb Bruce Ashfield :
On Wed, Oct 14, 2015 at 3:30 PM, S. Lockwood-Childs
wrote:
On 11/10/2015 06:39 PM, Mark Hatle wrote:
This requires custom bitbake support I'm afraid, a specialist needs to
answer this.
Let me rephrase. Instead of calling out to qemu (or a real target) for a
gobject and result. Can the result be cached (like we do with the config-site
info?) This w
On Tue, Nov 10, 2015 at 07:59:03PM -0800, Khem Raj wrote:
>
> > On Nov 10, 2015, at 5:09 AM, Tom Rini wrote:
> >
> > On Thu, Nov 05, 2015 at 03:23:48PM +0100, Carlos Rafael Giani wrote:
> >> On 11/05/2015 03:22 PM, Otavio Salvador wrote:
> >>> Hello Carlos,
> >>>
> >>> On Thu, Nov 5, 2015 at 11
This patch was dropped from the recipe in the 1.8.0 upgrade.
Signed-off-by: Ross Burton
---
.../weston/disable-wayland-scanner-pkg-check.patch | 17 -
1 file changed, 17 deletions(-)
delete mode 100644
meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.
Where Signed-off-by statements have been added they were sourced from the
original commit where the author claims creation.
Signed-off-by: Ross Burton
---
meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch| 1 +
meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch
Signed-off-by: Ross Burton
---
meta/recipes-core/glibc/glibc/use_64bit_atomics.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/glibc/glibc/use_64bit_atomics.patch
b/meta/recipes-core/glibc/glibc/use_64bit_atomics.patch
index eb7f2b2..16d7698 100644
---
Signed-off-by: Ross Burton
---
.../0022-Use-getenv-when-secure-versions-are-not-available.patch| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/meta/recipes-core/systemd/systemd/0022-Use-getenv-when-secure-versions-are-not-available.patch
b/meta/recipes-core/systemd/
Finally some good results, only libsdl2 from oe-core is failing with
default configuration (you need to disable wayland PACKAGECONFIG to get
it built).
Be aware that there are more issues in oe-core without these changes:
icu, guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind, directfb,
li
> Am 11.11.2015 um 03:01 schrieb Bruce Ashfield :
>
> On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote:
>>
>>> Am 14.10.2015 um 21:48 schrieb Bruce Ashfield :
>>>
>>> On Wed, Oct 14, 2015 at 3:30 PM, S. Lockwood-Childs
>>> wrote:
http://patchwork.openembedded.org/patch/99875/
>
Split runuser into its own package (previously provided by util-linux).
Since runuser is compiled only when DISTRO_FEATURES includes pam,
the creation of util-linux-runuser is also constrained by this.
Signed-off-by: Ioan-Adrian Ratiu
---
meta/recipes-core/util-linux/util-linux.inc | 6 ++
1
If packages are conveyed to smart to install at the same time,
conflicts will not happen.
Try to install packages into sdk image at the same time
Signed-off-by: Jian Liu
---
sdk.py | 108 +
1 file changed, 96 insertions(+), 12 dele
60 matches
Mail list logo