On 01/23/2014 03:14 PM, Phil Blundell wrote:
On Thu, 2014-01-23 at 14:45 +0800, Ming Liu wrote:
+CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash"
-CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
Why did you change this from ${base_bindir} to a hardcoded path?
Because base_
On Thu, 2014-01-23 at 14:45 +0800, Ming Liu wrote:
>
> +CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash"
>
> -CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
Why did you change this from ${base_bindir} to a hardcoded path?
p.
___
Fix the typo in the RDEPENDS statement to make it have real effect.
Signed-off-by: Chen Qi
---
meta/recipes-core/udev/udev.inc |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index 3190731..1b22525 100644
--
The following changes since commit 4659d29b1040349116549644e45035a5b37d9311:
sstate.bbclass: remove previous version's stamp (2014-01-21 10:36:23 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/udev-typo
http://cgit.openembedded.o
On Wed, 2014-01-22 at 22:50 -0800, Saul Wold wrote:
> +IS_VMDK = '${@base_contains("IMAGE_FSTYPES", "vmdk", "true", "false", d)}'
> +
> + if [ "${IS_VMDK}" ]; then
Does that really work? I can't quite see how it would, but I might be
overlooking something. Presumably you did test this, right
From: Joao Henrique Ferreira de Freitas
Previous change (086ce22b88f5ef5f75a83119a32c8b3fdcfa296d) broke
the creating of vmdk images. This protects shell expansion variables
and let dd generate the image to be transformed to vmdk by image-vmdk.class.
Signed-off-by: Joao Henrique Ferreira de Frei
A issue was fixed in target recipe with commit: 95893404
[
quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS
On Fedora 17, bash has moved to /usr/bin/bash and the configure process
finds it
on the host machine there, this ensures that it is set correctly for the
target.
[YOC
Please ignore this patch, it's not a proper fix, I will send a V2 soon.
//Ming Liu
On 01/23/2014 01:40 PM, Ming Liu wrote:
A issue was fixed in target recipe with commit: 95893404
[
quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS
On Fedora 17, bash has moved to /usr/bin/bash an
A issue was fixed in target recipe with commit: 95893404
[
quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS
On Fedora 17, bash has moved to /usr/bin/bash and the configure process
finds it
on the host machine there, this ensures that it is set correctly for the
target.
[YOC
Hi Stefan,
I have started using this patch in master to extend test targets to our
bsp layer, and it works well. Thanks.
Will the extension of a controllers.py file work for multiple bsp layers
in a single build/conf/bblayers.conf?
I did a quick test and think that the first controller.py found i
On Wed, Jan 22, 2014 at 5:37 PM, Koen Kooi wrote:
> Signed-off-by: Koen Kooi
Reviewed-by: Otavio Salvador
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
On 01/23/2014 01:08 AM, Burton, Ross wrote:
On 14 January 2014 01:50, ChenQi wrote:
As you have started working on this problem, I think I'll just drop this
patch.
After looking at your branch, I think there's only one thing to look out
for. When we're using ipk/dpkg as the package back-end, a
On Friday, December 06, 2013 05:42:26 PM Khem Raj wrote:
> ??= does not react at all with
> BOOST_LIBS += "${@base_contains('PACKAGECONFIG', 'python', 'python', '',
> d)}"
>
> even though we have
>
> PACKAGECONFIG ??= "" it does not honor it and always add python to
> BOOST_LIBS but the dependenc
Add an optional parameter to SSHControl so the user can specify
and alternate port to the default (22).
Signed-off-by: Sipke Vriend
---
meta/lib/oeqa/utils/sshcontrol.py |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/lib/oeqa/utils/sshcontrol.py
b/meta/lib/oeqa/u
Signed-off-by: Koen Kooi
---
meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 7 +++
1 file changed, 7 insertions(+)
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 3b5c7eb..470f930 100644
--- a
On Wed, Jan 22, 2014 at 4:29 PM, David Nyström
wrote:
> On ons 22 jan 2014 19:24:47, Otavio Salvador wrote:
>>
>> On Wed, Jan 22, 2014 at 4:15 PM, David Nyström
>> wrote:
>>>
>>> On 2014-01-22 19:08, Otavio Salvador wrote:
On Wed, Jan 22, 2014 at 1:48 PM, David Nyström
wrote:
On ons 22 jan 2014 19:24:47, Otavio Salvador wrote:
On Wed, Jan 22, 2014 at 4:15 PM, David Nyström wrote:
On 2014-01-22 19:08, Otavio Salvador wrote:
On Wed, Jan 22, 2014 at 1:48 PM, David Nyström
wrote:
Some postinstall scripts use the qemuwrapper script, so to be able to
offline install
On Wed, Jan 22, 2014 at 4:15 PM, David Nyström wrote:
> On 2014-01-22 19:08, Otavio Salvador wrote:
>>
>> On Wed, Jan 22, 2014 at 1:48 PM, David Nyström
>> wrote:
>>>
>>> Some postinstall scripts use the qemuwrapper script, so to be able to
>>> offline install these packages outside of the bitbak
On ons 22 jan 2014 19:11:21, Otavio Salvador wrote:
On Wed, Jan 22, 2014 at 4:02 PM, David Nyström
wrote:
On ons 22 jan 2014 16:47:06, Otavio Salvador wrote:
On Wed, Jan 22, 2014 at 1:08 PM, David Nyström
wrote:
Adding ability to use postinstalls intercepts in the nativesdk env, and
making
On 2014-01-22 19:08, Otavio Salvador wrote:
On Wed, Jan 22, 2014 at 1:48 PM, David Nyström
wrote:
Some postinstall scripts use the qemuwrapper script, so to be able to
offline install these packages outside of the bitbake environment, this script
needs to be exposed also in the SDK.
This to en
On Wed, Jan 22, 2014 at 4:02 PM, David Nyström
wrote:
> On ons 22 jan 2014 16:47:06, Otavio Salvador wrote:
>>
>> On Wed, Jan 22, 2014 at 1:08 PM, David Nyström
>> wrote:
>>>
>>> Adding ability to use postinstalls intercepts in the nativesdk env, and
>>> making sure the correlate between repo + S
On 22 January 2014 17:56, Burton, Ross wrote:
> Whoops, this fell out of my inbox. Whilst the is-active check now
> means that the service is restarted on upgrades, if the package is
> being installed it's now not started if AUTO_ENABLE is set to true.
>
> I think the logic should be "$D unset a
On Wed, Jan 22, 2014 at 1:48 PM, David Nyström
wrote:
> Some postinstall scripts use the qemuwrapper script, so to be able to
> offline install these packages outside of the bitbake environment, this script
> needs to be exposed also in the SDK.
>
> This to enable rootfs generation from a package
On ons 22 jan 2014 16:47:06, Otavio Salvador wrote:
On Wed, Jan 22, 2014 at 1:08 PM, David Nyström
wrote:
Adding ability to use postinstalls intercepts in the nativesdk env, and
making sure the correlate between repo + SDK.
This to enable rootfs generation from a package repository using only
Whoops, this fell out of my inbox. Whilst the is-active check now
means that the service is restarted on upgrades, if the package is
being installed it's now not started if AUTO_ENABLE is set to true.
I think the logic should be "$D unset and (auto enable or is-active)"
Ross
On 19 November 201
On 14 January 2014 01:50, ChenQi wrote:
> As you have started working on this problem, I think I'll just drop this
> patch.
>
> After looking at your branch, I think there's only one thing to look out
> for. When we're using ipk/dpkg as the package back-end, and
> 'package-management' is in IMAGE_
On 13 January 2014 09:58, Nicolas Dechesne wrote:
> if we make it a PACKAGECONFIG instead, would that be considered the right
> fix for this bug?
Yeah, until we have a replacement for the "opengl" DISTRO_FEATURE then
you'll want to use explicit PACKAGECONFIG options for GL and GLES.
Ross
___
Some postinstall scripts use the qemuwrapper script, so to be able to
offline install these packages outside of the bitbake environment, this script
needs to be exposed also in the SDK.
This to enable rootfs generation from a package repository using only a
package repository and the toolchain tar
Just noticed that this was merged but doesn't add anything to the
usage() function in runqemu - can you quickly add something?
Ross
On 19 December 2013 14:02, Valentin Popa wrote:
> At the moment, the user cannot to set -vga other then vmware
> (because "vmware" is set by default); and the first
On Wed, Jan 22, 2014 at 1:08 PM, David Nyström
wrote:
> Adding ability to use postinstalls intercepts in the nativesdk env, and
> making sure the correlate between repo + SDK.
>
> This to enable rootfs generation from a package repository using only a
> package repository and the toolchain tarball
On 22 January 2014 15:06, Valentin Popa wrote:
>> The conclusion is that if we cannot fix all apps to use pkgconfig when
>> searching for mesa, can we restore rebased
>>
>> meta/recipes-graphics/mesa/mesa-9.1.6/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
>> to fix them automaticall
Adding ability to use postinstalls intercepts in the nativesdk env, and
making sure the correlate between repo + SDK.
This to enable rootfs generation from a package repository using only a
package repository and the toolchain tarball.
See https://github.com/nysan/rootfs-sandbox for examples.
Si
On ons 22 jan 2014 15:53:18, Otavio Salvador wrote:
On Wed, Jan 22, 2014 at 11:04 AM, David Nyström
wrote:
Adding ability to use postinstalls intercepts in the nativesdk env, and
making sure the correlate between repo + SDK.
Signed-off-by: David Nyström
Can you extend the commit log a littl
Adding ability to use postinstalls intercepts in the nativesdk env, and
making sure the correlate between repo + SDK.
This to enable rootfs generation from a package repository using only a
package repository and the toolchain tarball.
See https://github.com/nysan/rootfs-sandbox for examples.
Si
On 01/22/2014 02:57 PM, Martin Jansa wrote:
On Wed, Jan 22, 2014 at 02:48:44PM +0200, Valentin Popa wrote:
On 01/22/2014 02:28 PM, Valentin Popa wrote:
On 01/08/2014 07:38 PM, Martin Jansa wrote:
Hi,
since this patch:
commit 263e654e5d28fa7f6b0c8cc23f57a31448e88a40
Author: Valentin Popa
Date
On Wed, Jan 22, 2014 at 10:57 AM, Martin Jansa wrote:
> On Wed, Jan 22, 2014 at 02:48:44PM +0200, Valentin Popa wrote:
>> On 01/22/2014 02:28 PM, Valentin Popa wrote:
>> > On 01/08/2014 07:38 PM, Martin Jansa wrote:
>> >> Hi,
>> >>
>> >> since this patch:
>> >> commit 263e654e5d28fa7f6b0c8cc23f57a
On Wed, Jan 22, 2014 at 11:04 AM, David Nyström
wrote:
> Adding ability to use postinstalls intercepts in the nativesdk env, and
> making sure the correlate between repo + SDK.
>
> Signed-off-by: David Nyström
Can you extend the commit log a little bit to explain the reasoning behind this?
--
Signed-off-by: David Nyström
---
meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index 10
Adding ability to use postinstalls intercepts in the nativesdk env, and
making sure the correlate between repo + SDK.
Signed-off-by: David Nyström
---
.../postinst-intercept/postinst-intercept_1.0.bb | 19 +++
1 file changed, 19 insertions(+)
create mode 100644
meta/recipe
On Wed, Jan 22, 2014 at 02:48:44PM +0200, Valentin Popa wrote:
> On 01/22/2014 02:28 PM, Valentin Popa wrote:
> > On 01/08/2014 07:38 PM, Martin Jansa wrote:
> >> Hi,
> >>
> >> since this patch:
> >> commit 263e654e5d28fa7f6b0c8cc23f57a31448e88a40
> >> Author: Valentin Popa
> >> Date: Wed Oct 30
On 01/22/2014 02:28 PM, Valentin Popa wrote:
On 01/08/2014 07:38 PM, Martin Jansa wrote:
Hi,
since this patch:
commit 263e654e5d28fa7f6b0c8cc23f57a31448e88a40
Author: Valentin Popa
Date: Wed Oct 30 12:27:39 2013 +0200
Mesa: upgrade to 9.2.2
* License is still MIT
* removed p
On 01/08/2014 07:38 PM, Martin Jansa wrote:
Hi,
since this patch:
commit 263e654e5d28fa7f6b0c8cc23f57a31448e88a40
Author: Valentin Popa
Date: Wed Oct 30 12:27:39 2013 +0200
Mesa: upgrade to 9.2.2
* License is still MIT
* removed patches were already merged or
another s
The following changes since commit fbf6ea2201a4e7042980a82b6c342280df2fbbc8:
sanity.bbclass: check required perl modules (2014-01-22 18:44:18 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rbt/nfs
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rb
There would be some unexpected errors when the whole TMPDIR is located
on nfs, so add a test for it in sanity.bbclass.
Note:
The better way to get the filesystem id should be get f_fsid from struct
statvfs, but there is no f_fsid in os.stat() or os.statvfs(), so we use
'stat -f -c "%t"' here.
BTW
Several required perl modules may missing on the host, for example the
Text::ParseWords, Thread::Queue and Data::Dumper are not installed by
default on recent Fedora releases (19 and 20 AFAIK). There would be wild
errors if they don't exist, so check them in sanity.bbclass.
And add perl to SANITY_
The following changes since commit 6e7047434fc1570146ebc94254412b99b1c4cab4:
poky.ent: Fixed broken OE_LISTS_URL. (2014-01-21 21:58:03 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rbt/perl
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/perl
On 01/22/2014 10:59 AM, Robert Yang wrote:
On 01/21/2014 08:37 PM, Martin Jansa wrote:
On Tue, Jan 21, 2014 at 06:41:04PM +0800, Robert Yang wrote:
Hi Martin,
I've talked with Martin, the difference is that he tried it on dylan,
this is only for master, I'd like to backport if for dora,
On 20 January 2014 09:35, ChenQi wrote:
> On 01/20/2014 04:06 PM, Bernhard Reutner-Fischer wrote:
>>
>> On 20 January 2014 03:23:02 Chen Qi wrote:
>>
>>> The less command provided by busybox cannot interpret the control
>>> character, resulting in obscure output of the journalctl command
>>> in a
On Wed, Jan 22, 2014 at 07:43:19AM +0100, Koen Kooi wrote:
>
> Op 22 jan. 2014, om 01:49 heeft Martin Jansa het
> volgende geschreven:
>
> > On Wed, Jan 22, 2014 at 12:43:12AM +0100, Martin Jansa wrote:
> >> * unfortunatelly that note about armv7 matching also armv7a is no
> >> longer valid si
On 2014年01月22日 15:08, Phil Blundell wrote:
> On Wed, 2014-01-22 at 11:12 +0800, Kai Kang wrote:
>> Update eglibc-package.inc to let eglibc-dbg provides libc6-dbg.
>>
>> The use case is that when libc6-dbg is needded to be installed into
>> image, we don't need change glibc-dbg to uclibc-dbg in reci
Signed-off-by: Cristian Iorga
---
.../libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb} | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
rename meta/recipes-connectivity/libpcap/{libpcap_1.5.2.bb =>
libpcap_1.5.3.bb} (77%)
diff --git a/meta/recipes-connectivity/libpcap
This is mainly a bug fix release.
- gtk-doc infrastructure has been removed
starting with connman 1.21; as such, support
for it has been removed from the recipe;
- Updated bug tracker site;
- Cosmetic cleanup;
Signed-off-by: Cristian Iorga
---
meta/recipes-connectivity/connman/connman.inc
Signed-off-by: Cristian Iorga
---
.../0001-fix-minicom-h-v-return-value-is-not-0.patch| 0
.../{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch | 0
meta/recipes-extended/minicom/{minicom_2.6.2.bb => minicom_2.7.bb} | 6 +++---
3 files changed, 3 insertions(+), 3 d
The following changes since commit 6e7047434fc1570146ebc94254412b99b1c4cab4:
poky.ent: Fixed broken OE_LISTS_URL. (2014-01-21 21:58:03 +)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/PUs
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=
switched from git version to tarball,
as new releases are now versioned.
Signed-off-by: Cristian Iorga
---
meta/recipes-connectivity/neard/neard_0.10.bb | 10 --
meta/recipes-connectivity/neard/neard_0.14.bb | 9 +
2 files changed, 9 insertions(+), 10 deletions(-)
delete mode 1
From: Roy Li
define failure/success/warning/pass functions, some packages' initscript
need them, and /etc/core-lsb/lsb_log_message from lsb needs them too.
Signed-off-by: Roy Li
---
.../initscripts/initscripts-1.0/functions | 31
1 file changed, 31 insertions(+)
56 matches
Mail list logo