Hi Saul,
This pull request updated the manual check information for kexec-tools.
Please help to review and pull.
Thanks,
Dongxiao
The following changes since commit 468998cddbe1a803096c9b357e1b5daa3b7e8c2e:
Dongxiao Xu (1):
command.py: add parseConfigurationFiles API
are available in
updated kexec-tools manual check information
Signed-off-by: Dongxiao Xu
---
.../conf/distro/include/distro_tracking_fields.inc |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_
> -Original Message-
> From: Saul Wold [mailto:s...@linux.intel.com]
> Sent: Tuesday, January 10, 2012 1:43 PM
> > @@ -13,15 +13,21 @@ python __anonymous () {
> > d.setVar("PACKAGES", "%s kernel-devicetree" % packages)
> > }
> >
> I am not sure how this worked, I am seeing a problem w
[YOCTO #1555]
Make basichash as default signature handler
Signed-off-by: Lianhao Lu
---
meta/conf/bitbake.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 5deedec..a5d695c 100644
--- a/meta/conf/bitbake.conf
+++
[YOCTO #1556]
- Modified meta/class/package.bbclass and prserv.bbclass according to
the change in PR service by adding PACKAGE_ARCH into the query tuple.
- Added prexport.bbclass, primport.bbclass to export/import AUTOPR
values from/to PRService.
- Move PR service related common code to lib/oe/
V3: Using event handler instead of new tasks to interfacing to bitbake.
V2: Using bb.fatal instead of bb.FuncFailed.
NOTE: This set of patches added supporting for new features in meta layer.
It should work together with another branch of patches in bitbake.
git://git.pokylinux.org/poky-contri
[YOCTO #1126]
Added per recipe PRSERV_HOST PRSERV_PORT support.
Signed-off-by: Lianhao Lu
---
meta/classes/package.bbclass |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 65e6571..f8f0a12 100644
---
From: Khem Raj
fallocate is implemented in eglibc 2.11 and all eglibc
we use are greater than 2.11 so drop disabling it.
Use CACHED_CONFIGUREVARS to specify scanf_cv_type_modifier=as
Signed-off-by: Khem Raj
---
meta/recipes-core/util-linux/util-linux_2.20.1.bb |6 ++
1 files changed,
From: Dexuan Cui
Upgraded the field RECIPE_MANUAL_CHECK_DATE.
Also changed the MAINTAINER to Lianhao who volunteered to take the recipe.
Signed-off-by: Dexuan Cui
---
.../conf/distro/include/distro_tracking_fields.inc |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/
From: Andrea Adami
* The recipe packages now kexec and kdump separately.
* For standard purposes only kexec is needed.
* Bump PR.
Signed-off-by: Andrea Adami
---
meta/recipes-core/tasks/task-core-tools.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-
From: Khem Raj
Defaults are for eglibc therefore we define it with an
override for uclibc
Signed-off-by: Khem Raj
---
meta/conf/distro/include/default-distrovars.inc |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/default-distrovars.inc
b/met
From: Khem Raj
This variable is for holding the cached configure variables
to be specified in recipes. e.g.
CACHED_CONFIGUREVARS += "ac_cv_foo=yes ac_cv_bar=no"
This will make sure that the variables are not detected
by configure. This is useful in cross builds where
some features can not be de
From: Khem Raj
Since this feature is depending on wchar support we only
cache is when we have libc-posix-clang-wchar enabled
Signed-off-by: Khem Raj
---
meta/recipes-extended/findutils/findutils_4.4.2.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-e
Sorry, please use the new commit:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=dcui/manual_check&id=54282a3d4109fe4e97f0acf3b848dc04e68c7d7f
(I have "force" pushed to my dcui/manual_check already)
In the old commit MANUAL_CHECK_DATE, the year is 2011 and now it's 2012! :-)
From: Steve Sakoman
systemd has its own mechanism for loading kernel modules at startup
Signed-off-by: Steve Sakoman
---
.../update-modules-1.0/update-modules |3 ++-
.../update-modules/update-modules_1.0.bb |3 ++-
2 files changed, 4 insertions(+), 2 deletions(-
From: Steve Sakoman
With current permissions of 4754 on systemd systems various services will fail
to
activate with "helpful" error messages of the type:
2000-01-01T00:00:25+00:00 omap3-multi dbus[178]: [system] Activated service
'org.freedesktop.nm_dispatcher' failed: Failed to execute program
From: Andrea Adami
* from meta-oe (originally from org.openembedded.dev)
* There are no reasons to install kdump when only kexec is needed.
*
* In oe-core/meta there are no references to kexec-tools so
* the recipes inn external layers rdepending on kexec-tools should be
* fixed and rdepend on ke
Signed-off-by: Saul Wold
---
.../conf/distro/include/distro_tracking_fields.inc | 50 ++--
1 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index cc87d5c..b
From: Nitin A Kamble
Fix type conversion for x32. For x32 the off_t is 64bit and pointers are
32bit.
so the conversion of pointer to off_t was resulting into this error:
| XF86DGA2.c:931:24: error: cast from pointer to integer of different
size [-Werror=pointer-to-int-cast]
| cc1: some warnings
From: Khem Raj
Add patch to provide __finite_sqrt functions for ppc
Signed-off-by: Khem Raj
---
...tive_2.14.bb => cross-localedef-native_2.15.bb} |0
.../IO-acquire-lock-fix.patch |0
.../armv4-eabi-compile-fix.patch |0
.../eglibc-rpc-export
From: Colin Walters
The .pc files were ending up in util-linux-dev, not the correct
subpackage like libuuid1-dev.
---
meta/recipes-core/util-linux/util-linux.inc |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/util-linux/util-linux.inc
b/meta/recipe
From: Khem Raj
Signed-off-by: Khem Raj
---
meta/recipes-core/uclibc/uclibc-config.inc |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/uclibc/uclibc-config.inc
b/meta/recipes-core/uclibc/uclibc-config.inc
index a30188d..3de3845 100644
--- a/meta/recipe
From: Matthew McClintock
This fixes an issue with RPM where it checks version imformation for
binaries linked against libxml and fails because it's missing info
| error: Failed dependencies:
| libxml2.so.2(LIBXML2_2.6.0) is needed by
fmc-0.9.7+2-r2.1.ppce500mc
| libxml
From: Steve Sakoman
The gtk-update-icon-cache utility does not create a cache file if
one does not already exist. Since some packages (notably gnome-icon-theme)
do not ship a cache file by default, the results of the utility are
not saved. Adding the force option writes out the cache even if th
From: Khem Raj
Its not computed properly during configure and
we configure uclibc with widechar support anyway
so its fine to cache it. It fixes the errors like
| In file included from ./stdio.h:31:0,
| from fpurge.h:20,
| from fpurge.c:20:
|
/home/kraj/work/an
From: Steve Sakoman
There is no reason to continue to carry this feature
Signed-off-by: Steve Sakoman
---
meta/conf/bitbake.conf |1 -
meta/conf/machine/include/qemu.inc |2 +-
.../update-modules/update-modules_1.0.bb |4 ++--
3
From: Andreas Müller
This fixes the following error found during build from scratch for
meta-oe / obexd:
| arm-angstrom-linux-gnueabi-libtool: link: cannot find the library
| `/home/Superandy/tmp/oe-core-eglibc/sysroots/overo/lib/libusb-1.0.la' or
| unhandled argument `=/lib/libusb-1.0.la'
buil
Richard,
This change set has been run through the AB, I pull out the DTB patch
which is what I think caused the failure for MPC.
Please due further review and commit as appropriate.
Thanks
Sau!
The following changes since commit fff18970706913e7fd7f4a119d798dddb44b388a:
base-files:
From: Jessica Zhang
Signed-off-by: Jessica Zhang
---
meta/classes/toolchain-scripts.bbclass |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/classes/toolchain-scripts.bbclass
b/meta/classes/toolchain-scripts.bbclass
index 5fb6cd3..5cba403 100644
--- a/meta/
From: Andreas Müller
build-tested from scratch in angstrom environment.
Signed-off-by: Andreas Müller
---
meta/recipes-support/libusb/libusb-compat_0.1.3.bb |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb
b/meta/rec
On 01/08/2012 07:37 PM, b19...@freescale.com wrote:
From: Zhenhua Luo
Signed-off-by: Zhenhua Luo
---
meta/recipes-kernel/linux/linux-dtb.inc | 24 +++-
1 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-dtb.inc
b/meta/recipes
The following changes since commit a0bfd58a067973188e228b71d10809f71cb2b0c4:
libxml2: add shared library version info to libxml shared libraries
(2012-01-09 10:38:52 -0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/manual_check
http://git.pokylinux.o
Upgraded the field RECIPE_MANUAL_CHECK_DATE.
Also changed the MAINTAINER to Lianhao who volunteered to take the recipe.
Signed-off-by: Dexuan Cui
---
.../conf/distro/include/distro_tracking_fields.inc |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/distro/in
Signed-off-by: Saul Wold
---
.../conf/distro/include/distro_tracking_fields.inc | 48 ++--
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index cc87d5c..e
On Mon, 2012-01-09 at 16:01 -0800, Saul Wold wrote:
> On 01/06/2012 09:13 PM, Tom Zanussi wrote:
> > On Fri, 2012-01-06 at 21:10 -0800, Saul Wold wrote:
> >> On 01/06/2012 06:34 PM, tom.zanu...@intel.com wrote:
> >>> From: Tom Zanussi
> >>>
> >>> LICENSE_FLAGS are a per-recipe replacement for the C
On Mon, 2012-01-09 at 15:55 -0800, Flanagan, Elizabeth wrote:
> On Fri, Jan 6, 2012 at 6:34 PM, wrote:
> > From: Tom Zanussi
> >
> > This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS.
> >
> > Please see the commit message for '[PATCH 1/5] base.bbclass: add support
> > f
On 01/06/2012 09:13 PM, Tom Zanussi wrote:
On Fri, 2012-01-06 at 21:10 -0800, Saul Wold wrote:
On 01/06/2012 06:34 PM, tom.zanu...@intel.com wrote:
From: Tom Zanussi
LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE
mechanism.
In the COMMERCIAL_LICENSE mechanism, any packa
On Mon, 2012-01-09 at 16:50 -0700, Chris Larson wrote:
> On Fri, Jan 6, 2012 at 7:34 PM, wrote:
> > Possible values for LICENSE_FLAGS could be:
> > - Binary - provides some kind of binary with no source
> > - Patent - provides a potential infringing item, that some may not want
> > - Commercial -
On Fri, Jan 6, 2012 at 6:34 PM, wrote:
> From: Tom Zanussi
>
> This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS.
>
> Please see the commit message for '[PATCH 1/5] base.bbclass: add support
> for LICENSE_FLAGS' for an explanation of the LICENSE_FLAGS mechanism.
>
> v3
On Fri, Jan 6, 2012 at 7:34 PM, wrote:
> Possible values for LICENSE_FLAGS could be:
> - Binary - provides some kind of binary with no source
> - Patent - provides a potential infringing item, that some may not want
> - Commercial - include recipes that may have commercial T&C
> - Commercial_${PN
* This patchset proposes to package separately
* kexec and kdump.
* Referring to oe-core, task-core-tools has been adapted.
Andrea Adami (2):
kexec-tools: split packaging of kexec and kdump
task-core-tools: adapt to kexec-tools package split
meta/recipes-core/tasks/task-core-tools.bb |
* from meta-oe (originally from org.openembedded.dev)
* There are no reasons to install kdump when only kexec is needed.
*
* In oe-core/meta there are no references to kexec-tools so
* the recipes inn external layers rdepending on kexec-tools should be
* fixed and rdepend on kexec and/or kdump.
*
*
* The recipe packages now kexec and kdump separately.
* For standard purposes only kexec is needed.
* Bump PR.
Signed-off-by: Andrea Adami
---
meta/recipes-core/tasks/task-core-tools.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/tasks/task-core-
On Mon, Jan 9, 2012 at 6:01 PM, Saul Wold wrote:
> On 01/06/2012 04:20 PM, Andrea Adami wrote:
>>
>> * from meta-oe (originally from org.openembedded.dev)
>> * There are no reasons to install kdump when only kexec is needed.
>> *
>> * In oe-core/meta there are no references to kexec-tools so
>> *
On Mon, Jan 9, 2012 at 7:43 AM, Andrei Gherzan wrote:
> From: Andrei Gherzan
>
> base.bblass modfied in order to correctly exlude packages where OE-Style
> licence naming
> is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 will be exluded from a
> non-GPLv3
> build.
> The second modificati
Since this feature is depending on wchar support we only
cache is when we have libc-posix-clang-wchar enabled
Signed-off-by: Khem Raj
---
meta/recipes-extended/findutils/findutils_4.4.2.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/findutils
fallocate is implemented in eglibc 2.11 and all eglibc
we use are greater than 2.11 so drop disabling it.
Use CACHED_CONFIGUREVARS to specify scanf_cv_type_modifier=as
Signed-off-by: Khem Raj
---
meta/recipes-core/util-linux/util-linux_2.20.1.bb |6 ++
1 files changed, 2 insertions(+),
This variable is for holding the cached configure variables
to be specified in recipes. e.g.
CACHED_CONFIGUREVARS += "ac_cv_foo=yes ac_cv_bar=no"
This will make sure that the variables are not detected
by configure. This is useful in cross builds where
some features can not be detected correctly
Signed-off-by: Khem Raj
---
meta/recipes-core/uclibc/uclibc-config.inc |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/uclibc/uclibc-config.inc
b/meta/recipes-core/uclibc/uclibc-config.inc
index a30188d..3de3845 100644
--- a/meta/recipes-core/uclibc/ucl
Defaults are for eglibc therefore we define it with an
override for uclibc
Signed-off-by: Khem Raj
---
meta/conf/distro/include/default-distrovars.inc |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/default-distrovars.inc
b/meta/conf/distro/inc
These patches address the build failures found when using uclibc
It also has the already posted patch for eglibc-2.15 upgrade
The following changes since commit fff18970706913e7fd7f4a119d798dddb44b388a:
base-files: filesystems: fix mount order (2012-01-06 14:41:19 +)
are available in the
Add patch to provide __finite_sqrt functions for ppc
Signed-off-by: Khem Raj
---
...tive_2.14.bb => cross-localedef-native_2.15.bb} |0
.../IO-acquire-lock-fix.patch |0
.../armv4-eabi-compile-fix.patch |0
.../eglibc-rpc-export-again.patch
On 01/09/2012 08:23 AM, Mark Hatle wrote:
On 1/8/12 11:29 PM, Saul Wold wrote:
On 01/08/2012 04:39 AM, Andrei Gherzan wrote:
From: Andrei Gherzan
[YOCTO #1884]
Signed-off-by: Andrei Gherzan
---
meta/recipes-core/gettext/gettext_0.18.1.1.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(
On 1/8/12 11:29 PM, Saul Wold wrote:
On 01/08/2012 04:39 AM, Andrei Gherzan wrote:
From: Andrei Gherzan
[YOCTO #1884]
Signed-off-by: Andrei Gherzan
---
meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core
On 01/06/2012 04:20 PM, Andrea Adami wrote:
* from meta-oe (originally from org.openembedded.dev)
* There are no reasons to install kdump when only kexec is needed.
*
* In oe-core/meta there are no references to kexec-tools so
* the recipes inn external layers rdepending on kexec-tools should be
On Mon, Jan 9, 2012 at 14:26, Mark Hatle wrote:
> On 1/9/12 2:09 AM, Phil Blundell wrote:
>
>> You could take a look at the busybox-config.inc stuff in oe-classic as a
>> starting point. It doesn't do PACKAGECONFIG (since oe-classic doesn't
>> have that) but it can do the equivalent with DISTRO_
On 1/9/12 2:09 AM, Phil Blundell wrote:
You could take a look at the busybox-config.inc stuff in oe-classic as a
starting point. It doesn't do PACKAGECONFIG (since oe-classic doesn't
have that) but it can do the equivalent with DISTRO_FEATURES.
At Wind River we've discussed using the kernel co
On 1/8/12 1:11 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
Source rpm package needs tar package as its source codes. log files \
are required as a part of source (description in bug 1655).
So log files need be packaged as tar package too.
User can select two types of package, the first is tar pac
On 1/8/12 1:11 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
For packaging source codes to source rpm package, adding Sources,\
Patches and prep stage in spec file.
"Sources" include source codes (type of tar.gz) and \
log files including log.do_patch and log.do_configure (type of tar.gz)
"Patche
On Mon, Jan 9, 2012 at 2:17 AM, Phil Blundell wrote:
> On Sun, 2012-01-08 at 20:39 -0800, Khem Raj wrote:
>> Its not computed properly during configure and
>> we configure uclibc with widechar support anyway
>> so its fine to cache it. It fixes the errors like
>
> Is this really a good idea? Wide
On Fri, Jan 6, 2012 at 9:33 AM, Richard Purdie
wrote:
> On Fri, 2012-01-06 at 09:29 -0500, Bruce Ashfield wrote:
>> On Thu, Jan 5, 2012 at 3:37 AM, Liming Wang
>> wrote:
>> > Hi Richard,
>> >
>> > These patches are aimed to replace emulation of qemuppc from prep to mac99.
>> > With this new emul
From: Andrei Gherzan
base.bblass modfied in order to correctly exlude packages where OE-Style
licence naming
is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 will be exluded from a
non-GPLv3
build.
The second modification was to include in a non-GPLv3 build packages where
LICENSE is
GPLv
Scott Garman
writes:
>>> - f=${D}${libdir}/$i.so
>>> +f=${D}${base_libdir}/$i.so
>>
>> this breaks builds because 'ld' does not search ${base_libdir}:
>>
>> | gcc -shared ... -ltermcap
>> | /usr/bin/ld: cannot find -ltermcap
>> | ERROR: Task 216 (virtual:native:.../readl
On Sun, 2012-01-08 at 20:39 -0800, Khem Raj wrote:
> Its not computed properly during configure and
> we configure uclibc with widechar support anyway
> so its fine to cache it. It fixes the errors like
Is this really a good idea? Wide character support is already
configurable for eglibc (via lib
From: Zhenhua Luo
Signed-off-by: Zhenhua Luo
---
fsl-setup-poky | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/fsl-setup-poky b/fsl-setup-poky
index a5cc702..d1faaae 100755
--- a/fsl-setup-poky
+++ b/fsl-setup-poky
@@ -168,13 +168,6 @@ echo >> build_${BOAR
Please ignore.
Best Regards,
Zhenhua
> -Original Message-
> From: Luo Zhenhua-B19537
> Sent: Monday, January 09, 2012 4:58 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Luo Zhenhua-B19537
> Subject: [PATCH] FSLONLY: adjust the meta-oe layer sequence to make Yocto pick
> up t
You could take a look at the busybox-config.inc stuff in oe-classic as a
starting point. It doesn't do PACKAGECONFIG (since oe-classic doesn't
have that) but it can do the equivalent with DISTRO_FEATURES.
p.
On Mon, 2012-01-09 at 05:08 +, McClintock Matthew-B29882 wrote:
> Is anyone working
67 matches
Mail list logo