All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Misc fixes
@ 2011-11-04 17:52 Paul Eggleton
  2011-11-04 17:52 ` [PATCH 1/3] allarch.bbclass: disable shlib and debug symbol processing Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Paul Eggleton @ 2011-11-04 17:52 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit f01fbc17b5d9bf9a227d64fe858014376cd19432:

  avahi: fix useradd race condition (2011-11-03 14:48:42 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib paule/fixes8
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/fixes8

Paul Eggleton (3):
  allarch.bbclass: disable shlib and debug symbol processing
  core-image-minimal-initramfs: force IMAGE_FSTYPES
  qemugl: switch to new git repo

 meta/classes/allarch.bbclass                       |    5 +++++
 .../images/core-image-minimal-initramfs.bb         |    1 +
 meta/recipes-graphics/mesa/qemugl_git.bb           |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/3] allarch.bbclass: disable shlib and debug symbol processing
  2011-11-04 17:52 [PATCH 0/3] Misc fixes Paul Eggleton
@ 2011-11-04 17:52 ` Paul Eggleton
  2011-11-04 17:52 ` [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES Paul Eggleton
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Paul Eggleton @ 2011-11-04 17:52 UTC (permalink / raw)
  To: openembedded-core

all-arch packages should not contain any binaries that need processing,
so disable the shared library dependency processing and debug symbol
splitting/stripping to save some time during packaging.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/classes/allarch.bbclass |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index a2f8179..18c9ae2 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -15,3 +15,8 @@ TARGET_CC_ARCH = "none"
 TARGET_LD_ARCH = "none"
 TARGET_AS_ARCH = "none"
 PACKAGE_EXTRA_ARCHS = ""
+
+# No need to do shared library processing or debug symbol handling
+EXCLUDE_FROM_SHLIBS = "1"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+INHIBIT_PACKAGE_STRIP = "1"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES
  2011-11-04 17:52 [PATCH 0/3] Misc fixes Paul Eggleton
  2011-11-04 17:52 ` [PATCH 1/3] allarch.bbclass: disable shlib and debug symbol processing Paul Eggleton
@ 2011-11-04 17:52 ` Paul Eggleton
  2011-11-04 18:18   ` Koen Kooi
  2011-11-04 17:52 ` [PATCH 3/3] qemugl: switch to new git repo Paul Eggleton
  2011-11-07 17:42 ` [PATCH 0/3] Misc fixes Saul Wold
  3 siblings, 1 reply; 10+ messages in thread
From: Paul Eggleton @ 2011-11-04 17:52 UTC (permalink / raw)
  To: openembedded-core

If the user has set their own value for IMAGE_FSTYPES, they may have
disabled the cpio.gz image type, preventing the initramfs from being
produced in the format that image-live.bbclass expects; so force
IMAGE_FSTYPES to cpio.gz within the initramfs image recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../images/core-image-minimal-initramfs.bb         |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb
index 0bac27a..e4d0e51 100644
--- a/meta/recipes-core/images/core-image-minimal-initramfs.bb
+++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb
@@ -13,3 +13,4 @@ LICENSE = "MIT"
 inherit core-image
 
 IMAGE_ROOTFS_SIZE = "8192"
+IMAGE_FSTYPES = "cpio.gz"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/3] qemugl: switch to new git repo
  2011-11-04 17:52 [PATCH 0/3] Misc fixes Paul Eggleton
  2011-11-04 17:52 ` [PATCH 1/3] allarch.bbclass: disable shlib and debug symbol processing Paul Eggleton
  2011-11-04 17:52 ` [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES Paul Eggleton
@ 2011-11-04 17:52 ` Paul Eggleton
  2011-11-07 17:42 ` [PATCH 0/3] Misc fixes Saul Wold
  3 siblings, 0 replies; 10+ messages in thread
From: Paul Eggleton @ 2011-11-04 17:52 UTC (permalink / raw)
  To: openembedded-core

The qemugl git repository is now on yoctoproject.org.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-graphics/mesa/qemugl_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/mesa/qemugl_git.bb b/meta/recipes-graphics/mesa/qemugl_git.bb
index 1658759..e3552ec 100644
--- a/meta/recipes-graphics/mesa/qemugl_git.bb
+++ b/meta/recipes-graphics/mesa/qemugl_git.bb
@@ -9,7 +9,7 @@ DEPENDS = "virtual/libx11 xproto glproto libxfixes"
 
 COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
 
-SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \
+SRC_URI = "git://git.yoctoproject.org/qemugl;protocol=git \
            file://versionfix.patch \
            file://remove-x11r6-lib-dir.patch \
            file://call_opengl_fix.patch"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES
  2011-11-04 17:52 ` [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES Paul Eggleton
@ 2011-11-04 18:18   ` Koen Kooi
  2011-11-15  8:30     ` Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 10+ messages in thread
From: Koen Kooi @ 2011-11-04 18:18 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]


Op 4 nov. 2011, om 18:52 heeft Paul Eggleton het volgende geschreven:

> If the user has set their own value for IMAGE_FSTYPES, they may have
> disabled the cpio.gz image type, preventing the initramfs from being
> produced in the format that image-live.bbclass expects; so force
> IMAGE_FSTYPES to cpio.gz within the initramfs image recipe.
> 
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
> .../images/core-image-minimal-initramfs.bb         |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb
> index 0bac27a..e4d0e51 100644
> --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb
> +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb
> @@ -13,3 +13,4 @@ LICENSE = "MIT"
> inherit core-image
> 
> IMAGE_ROOTFS_SIZE = "8192"
> +IMAGE_FSTYPES = "cpio.gz"

_append or += would give less suprises.

regards,

Koen

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/3] Misc fixes
  2011-11-04 17:52 [PATCH 0/3] Misc fixes Paul Eggleton
                   ` (2 preceding siblings ...)
  2011-11-04 17:52 ` [PATCH 3/3] qemugl: switch to new git repo Paul Eggleton
@ 2011-11-07 17:42 ` Saul Wold
  3 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2011-11-07 17:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Paul Eggleton

On 11/04/2011 10:52 AM, Paul Eggleton wrote:
> The following changes since commit f01fbc17b5d9bf9a227d64fe858014376cd19432:
>
>    avahi: fix useradd race condition (2011-11-03 14:48:42 +0000)
>
> are available in the git repository at:
>    git://git.openembedded.org/openembedded-core-contrib paule/fixes8
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/fixes8
>
> Paul Eggleton (3):
>    allarch.bbclass: disable shlib and debug symbol processing
>    core-image-minimal-initramfs: force IMAGE_FSTYPES
>    qemugl: switch to new git repo
>
>   meta/classes/allarch.bbclass                       |    5 +++++
>   .../images/core-image-minimal-initramfs.bb         |    1 +
>   meta/recipes-graphics/mesa/qemugl_git.bb           |    2 +-
>   3 files changed, 7 insertions(+), 1 deletions(-)
>
Merged into OE-Core with tweak to IMAGE_FSTYPES as suggested

Thanks
	Sau!




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES
  2011-11-04 18:18   ` Koen Kooi
@ 2011-11-15  8:30     ` Dmitry Eremin-Solenikov
  2011-11-18 13:55       ` Paul Eggleton
  0 siblings, 1 reply; 10+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-11-15  8:30 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

On 11/04/2011 10:18 PM, Koen Kooi wrote:
>
> Op 4 nov. 2011, om 18:52 heeft Paul Eggleton het volgende geschreven:
>
>> If the user has set their own value for IMAGE_FSTYPES, they may have
>> disabled the cpio.gz image type, preventing the initramfs from being
>> produced in the format that image-live.bbclass expects; so force
>> IMAGE_FSTYPES to cpio.gz within the initramfs image recipe.
>>
>> Signed-off-by: Paul Eggleton<paul.eggleton@linux.intel.com>
>> ---
>> .../images/core-image-minimal-initramfs.bb         |    1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb
>> index 0bac27a..e4d0e51 100644
>> --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb
>> +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb
>> @@ -13,3 +13,4 @@ LICENSE = "MIT"
>> inherit core-image
>>
>> IMAGE_ROOTFS_SIZE = "8192"
>> +IMAGE_FSTYPES = "cpio.gz"
>
> _append or += would give less suprises.

This was merged as IMAGE_FSTYPES =+ "cpio.gz"
Now this brings problems if I have IMAGE_FSTYPES += "live" in my 
local.conf / BSP machine.conf.

1) OE tries to generate hddimg for this initramfs image, which is 
strange idea
2) If OE is trying to generate bootimg (hddimg) when the kernel is not 
yet deployed, building fails (as bootimg can't find a deployed kernel to 
put into hddimg).

Please revert this back to original patch as proposed by Paul.

-- 
With best wishes
Dmitry




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES
  2011-11-15  8:30     ` Dmitry Eremin-Solenikov
@ 2011-11-18 13:55       ` Paul Eggleton
  2011-11-18 13:56         ` Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 10+ messages in thread
From: Paul Eggleton @ 2011-11-18 13:55 UTC (permalink / raw)
  To: openembedded-core; +Cc: Dmitry Eremin-Solenikov, Koen Kooi

On Tuesday 15 November 2011 12:30:15 Dmitry Eremin-Solenikov wrote:
> This was merged as IMAGE_FSTYPES =+ "cpio.gz"
> Now this brings problems if I have IMAGE_FSTYPES += "live" in my
> local.conf / BSP machine.conf.
> 
> 1) OE tries to generate hddimg for this initramfs image, which is
> strange idea
> 2) If OE is trying to generate bootimg (hddimg) when the kernel is not
> yet deployed, building fails (as bootimg can't find a deployed kernel to
> put into hddimg).
> 
> Please revert this back to original patch as proposed by Paul.

OK, so what are we going to do about this? Do we have to do some filtering of 
this variable?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES
  2011-11-18 13:55       ` Paul Eggleton
@ 2011-11-18 13:56         ` Dmitry Eremin-Solenikov
  2011-11-18 14:06           ` Andrea Adami
  0 siblings, 1 reply; 10+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-11-18 13:56 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Koen Kooi, openembedded-core

On 11/18/2011 05:55 PM, Paul Eggleton wrote:
> On Tuesday 15 November 2011 12:30:15 Dmitry Eremin-Solenikov wrote:
>> This was merged as IMAGE_FSTYPES =+ "cpio.gz"
>> Now this brings problems if I have IMAGE_FSTYPES += "live" in my
>> local.conf / BSP machine.conf.
>>
>> 1) OE tries to generate hddimg for this initramfs image, which is
>> strange idea
>> 2) If OE is trying to generate bootimg (hddimg) when the kernel is not
>> yet deployed, building fails (as bootimg can't find a deployed kernel to
>> put into hddimg).
>>
>> Please revert this back to original patch as proposed by Paul.
>
> OK, so what are we going to do about this? Do we have to do some filtering of
> this variable?

I'd propose to just set it via:

IMAGE_FSTYPES = "cpio.gz". It is really no point in generating other 
types of inititramfs images.

>
> Cheers,
> Paul
>


-- 
With best wishes
Dmitry



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES
  2011-11-18 13:56         ` Dmitry Eremin-Solenikov
@ 2011-11-18 14:06           ` Andrea Adami
  0 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2011-11-18 14:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, Nov 18, 2011 at 2:56 PM, Dmitry Eremin-Solenikov
<dbaryshkov@gmail.com> wrote:
> On 11/18/2011 05:55 PM, Paul Eggleton wrote:
>>
>> On Tuesday 15 November 2011 12:30:15 Dmitry Eremin-Solenikov wrote:
>>>
>>> This was merged as IMAGE_FSTYPES =+ "cpio.gz"
>>> Now this brings problems if I have IMAGE_FSTYPES += "live" in my
>>> local.conf / BSP machine.conf.
>>>
>>> 1) OE tries to generate hddimg for this initramfs image, which is
>>> strange idea
>>> 2) If OE is trying to generate bootimg (hddimg) when the kernel is not
>>> yet deployed, building fails (as bootimg can't find a deployed kernel to
>>> put into hddimg).
>>>
>>> Please revert this back to original patch as proposed by Paul.
>>
>> OK, so what are we going to do about this? Do we have to do some filtering
>> of
>> this variable?
>
> I'd propose to just set it via:
>
> IMAGE_FSTYPES = "cpio.gz". It is really no point in generating other types
> of inititramfs images.

In some other initramfs-images "cpio.lzma" is a welcomed option to save size.

Regards

Andrea

>
>>
>> Cheers,
>> Paul
>>
>
>
> --
> With best wishes
> Dmitry
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-11-18 14:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-04 17:52 [PATCH 0/3] Misc fixes Paul Eggleton
2011-11-04 17:52 ` [PATCH 1/3] allarch.bbclass: disable shlib and debug symbol processing Paul Eggleton
2011-11-04 17:52 ` [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES Paul Eggleton
2011-11-04 18:18   ` Koen Kooi
2011-11-15  8:30     ` Dmitry Eremin-Solenikov
2011-11-18 13:55       ` Paul Eggleton
2011-11-18 13:56         ` Dmitry Eremin-Solenikov
2011-11-18 14:06           ` Andrea Adami
2011-11-04 17:52 ` [PATCH 3/3] qemugl: switch to new git repo Paul Eggleton
2011-11-07 17:42 ` [PATCH 0/3] Misc fixes Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.