Op 24 apr. 2012, om 08:12 heeft Xiaofeng Yan het volgende geschreven:
> On 2012年04月24日 13:53, Koen Kooi wrote:
>> Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven:
>>
>>
>>> From: Xiaofeng Yan
>>>
>>>
>>> LSB Test Suite complain "no library libgdk_pixbuf_xlib-2.0.so.0" \
On 2012?04?24? 13:53, Koen Kooi wrote:
Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven:
From: Xiaofeng Yan
LSB Test Suite complain "no library libgdk_pixbuf_xlib-2.0.so.0" \
because of having "--without-x11" for gdk-pixbuf_2.24.1.bb.
For passing lsb test I add PACKAGECONFI
Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven:
> From: Xiaofeng Yan
>
> LSB Test Suite complain "no library libgdk_pixbuf_xlib-2.0.so.0" \
> because of having "--without-x11" for gdk-pixbuf_2.24.1.bb.
> For passing lsb test I add PACKAGECONFIG support to the recipe and \
From: Xiaofeng Yan
LSB Test Suite complain "no library libgdk_pixbuf_xlib-2.0.so.0" \
because of having "--without-x11" for gdk-pixbuf_2.24.1.bb.
For passing lsb test I add PACKAGECONFIG support to the recipe and \
have poky-lsb turn on the poky-lsb distro for this recipe.
Pull URL: git://git.po
From: Xiaofeng Yan
LSB Test Suite complain "no library libgdk_pixbuf_xlib-2.0.so.0" \
because of having "--without-x11" for gdk-pixbuf_2.24.1.bb.
For passing lsb test I add PACKAGECONFIG support to the recipe and \
have poky-lsb turn on the poky-lsb distro for this recipe.
[YOCTO #2284]
Signed-
* depmod already gets executed by pkg_postinst_kernel-image.
* If you build a module using module.bbclass,
pkg_postinst returns 1 in do_rootfs, causing
pkg_postinst to run again on first boot. To
improve this situation, I copied pkg_postinst
from kernel.bbclass to module.bbclass. This was
The move of libcrypto to /lib instead of /usr/lib has broken the _hashlib module
compilation. There were also a number of other failing modules which should
have been building correctly. This turned out partly to be the /lib issue
but also due to a number of native paths creeping into compiler comm
Signed-off-by: Richard Purdie
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 911854b..56e3e4d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -340,6 +340,7 @@ STAGING_DATADIR_NATIVE =
"${STAGING_DIR_NATIVE}${datadir_native}"
STAGING_DIR_HOST = "${STAGIN
Currently sanity check failures prevent Hob from launching, however we want
users to be able to change the various sanity failure causing settings - such
as proxy configuration - from the GUI.
This change and a related set of changes to BitBake allow Hob to start with the
sanity checks disabled an
This enables us to use the GUI to change any settings which might cause
sanity checks to fail, such as the proxy configuration.
Signed-off-by: Joshua Lock
---
scripts/hob |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/scripts/hob b/scripts/hob
index ee80cb3..4a821cb 1
It's useful for Hob to be able to disable the sanity checks completely
without marking them as passed so that the user can get into the GUI to
configure their settings, etc.
Add a variable, DISABLE_SANITY_CHECKS, to do so.
Signed-off-by: Joshua Lock
---
meta/classes/sanity.bbclass |2 +-
1
On 04/23/2012 02:21 PM, Andreas Oberritter wrote:
> On 23.04.2012 19:35, Darren Hart wrote:
>>
>>
>> On 04/17/2012 06:05 AM, Andreas Oberritter wrote:
>>> * depmod already gets executed by pkg_postinst_kernel-image.
>>>
>>
>> Please include a description of the errors seen that this fixes. This
>
On 23.04.2012 19:35, Darren Hart wrote:
>
>
> On 04/17/2012 06:05 AM, Andreas Oberritter wrote:
>> * depmod already gets executed by pkg_postinst_kernel-image.
>>
>
> Please include a description of the errors seen that this fixes. This
> makes it easier for people experiencing this to find the
On 04/17/2012 06:05 AM, Andreas Oberritter wrote:
> * depmod already gets executed by pkg_postinst_kernel-image.
>
Please include a description of the errors seen that this fixes. This
makes it easier for people experiencing this to find the fix.
> Signed-off-by: Andreas Oberritter
> ---
> m
On Mon, Apr 23, 2012 at 12:37, Darren Hart wrote:
> How many different systems and firmware has this been tested on?
>
> I think it is a worthwhile patch, but we should be aware of the above in
> case a regression is reported. In such an event, it seems a
> NO_ISO_HYBRID flag could be set by the m
On 23.04.2012 17:31, Darren Hart wrote:
>
> On 04/17/2012 06:05 AM, Andreas Oberritter wrote:
>> * depmod already gets executed by pkg_postinst_kernel-image.
>
> What if you install a module package after the initial system
> installation? Don't you want the module install to run depmod?
If you
On 04/20/2012 09:45 AM, Saul Wold wrote:
> From: Richard Purdie
>
> Kernel modules are not marked as executable but we do expect to strip them.
> This patch adds in missing code to ensure we do this. Without this images
> are getting sigificantly bloated in size.
>
> Signed-off-by: Richard Pur
On 04/20/2012 09:45 AM, Saul Wold wrote:
> Remove /etc since it is empty, when creating a machine that does not
> deliver any module config files, the /etc is empty and is then warned
> about not being shipped, so we remove it.
>
> This occurs in the routerstationpro with the following warning:
On 04/19/2012 03:02 PM, Richard Purdie wrote:
> From: Damien Lespiau
>
> This allows iso images to be written to usb keys and booted on systems which
> have a BIOS which support this. There is no real down side to tweaking the iso
> images in this way.
I like the idea, but there does appear to
On 04/17/2012 06:05 AM, Andreas Oberritter wrote:
> * depmod already gets executed by pkg_postinst_kernel-image.
What if you install a module package after the initial system
installation? Don't you want the module install to run depmod?
--
Darren
>
> Signed-off-by: Andreas Oberritter
> ---
>
Op 23 apr. 2012, om 10:15 heeft Koen Kooi het volgende geschreven:
> Op 15 apr. 2012, om 16:35 heeft Koen Kooi het volgende geschreven:
>
>> My theory is that this is caused by the openssl /usr changes, can anyone
>> confirm or deny that?
>
> I dug into this. The breakage was recorded by build
Modified the uclibc PACKAGES list order to ensure the uclibc-dev package is
processed before uclibc-staticdev to allow *_nonshared.a libraries to be
packaged in the uclibc-dev package. The *_nonshared.a libraries are required
by the SDK.
---
meta/recipes-core/uclibc/uclibc.inc |6 +++---
1 fi
On Mon, 2012-04-23 at 17:45 +0800, Xu, Dongxiao wrote:
> On Mon, 2012-04-23 at 16:53 +0800, Dongxiao Xu wrote:
> > Hi Richard,
> >
> > This pull request is the second version to fix bug 2355, please help to
> > review and pull.
>
> Richard, there are some issue inside.
> Please hold this change
Bump PR value due to the commit
c6c701f424aeb502d20ff02d02712e56f4e259a5.
Signed-off-by: Lianhao Lu
---
meta/recipes-devtools/pseudo/pseudo_1.3.bb |2 +-
meta/recipes-devtools/pseudo/pseudo_git.bb |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools
This patch is to bump PR for latest pseudo commit
c6c701f424aeb502d20ff02d02712e56f4e259a5.
The following changes since commit b19af63a201933038a044f29570710fe38365f28:
Richard Purdie (1):
self-hosted-image: Update poky revision to point at the 1.2 release
branch
are available in the g
On Mon, 2012-04-23 at 16:53 +0800, Dongxiao Xu wrote:
> Hi Richard,
>
> This pull request is the second version to fix bug 2355, please help to
> review and pull.
Richard, there are some issue inside.
Please hold this change for a while.
Thanks,
Dongxiao
>
> Changes from v1:
> Add an inherit
In qt4's do_configure operation, it will refer to some variables that
are derived from 'd', however these variable values may be not correct
in multilib case since the extraction of these variables happens before
the multilib handler.
The fix is to move these python style functions back to shell s
Hi Richard,
This pull request is the second version to fix bug 2355, please help to review
and pull.
Changes from v1:
Add an inherit for siteinfo.bbclass
Thanks,
Dongxiao
The following changes since commit 00256125873ff6f1630743a712e882e5f473a9d2:
self-hosted-image: Update poky revision to
Op 15 apr. 2012, om 16:35 heeft Koen Kooi het volgende geschreven:
> My theory is that this is caused by the openssl /usr changes, can anyone
> confirm or deny that?
I dug into this. The breakage was recorded by buildhistory:
=
29 matches
Mail list logo