Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Udev multilib fixes
@ 2013-04-03 15:51 Radu Moisan
  2013-04-03 15:51 ` [PATCH 1/2] initramfs-live-boot: enable multilib support Radu Moisan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Radu Moisan @ 2013-04-03 15:51 UTC (permalink / raw)
  To: openembedded-core

Changed /lib with ${base_libdir}
Fixes Bugz[4096]

Radu Moisan (2):
  initramfs-live-boot: enable multilib support
  udev: enable multilib support

 .../initrdscripts/initramfs-live-boot_1.0.bb       |    1 +
 meta/recipes-core/udev/udev.inc                    |    1 +
 2 files changed, 2 insertions(+)

-- 
1.7.9.5




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

* [PATCH 1/2] initramfs-live-boot: enable multilib support
  2013-04-03 15:51 [PATCH 0/2] Udev multilib fixes Radu Moisan
@ 2013-04-03 15:51 ` Radu Moisan
  2013-04-03 15:51 ` [PATCH 2/2] udev: " Radu Moisan
  2013-04-03 15:58 ` [PATCH 0/2] Udev multilib fixes Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Radu Moisan @ 2013-04-03 15:51 UTC (permalink / raw)
  To: openembedded-core

Use base_libdir instead harcoded /lib

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
 .../initrdscripts/initramfs-live-boot_1.0.bb       |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
index 1e674a4..0c354ae 100644
--- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
@@ -15,6 +15,7 @@ do_compile() {
 }
  
 do_install() {
+        sed -i 's@/lib/udev@${base_libdir}/udev@g' ${WORKDIR}/init-live.sh
         install -m 0755 ${WORKDIR}/init-live.sh ${D}/init
 }
 
-- 
1.7.9.5




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

* [PATCH 2/2] udev: enable multilib support
  2013-04-03 15:51 [PATCH 0/2] Udev multilib fixes Radu Moisan
  2013-04-03 15:51 ` [PATCH 1/2] initramfs-live-boot: enable multilib support Radu Moisan
@ 2013-04-03 15:51 ` Radu Moisan
  2013-04-03 15:58 ` [PATCH 0/2] Udev multilib fixes Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Radu Moisan @ 2013-04-03 15:51 UTC (permalink / raw)
  To: openembedded-core

Use base_libdir in place of hardcoded /lib

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
 meta/recipes-core/udev/udev.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index e358d2d..6fd0240 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -76,6 +76,7 @@ FILES_udev-utils = "${bindir}/udevadm"
 
 do_install_append () {
 	install -d ${D}${sysconfdir}/init.d
+	sed -i 's@/lib/udev@${base_libdir}/udev@g' ${WORKDIR}/init
 	install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev
 	install -m 0755 ${WORKDIR}/udev-cache ${D}${sysconfdir}/init.d/udev-cache
 
-- 
1.7.9.5




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

* Re: [PATCH 0/2] Udev multilib fixes
  2013-04-03 15:51 [PATCH 0/2] Udev multilib fixes Radu Moisan
  2013-04-03 15:51 ` [PATCH 1/2] initramfs-live-boot: enable multilib support Radu Moisan
  2013-04-03 15:51 ` [PATCH 2/2] udev: " Radu Moisan
@ 2013-04-03 15:58 ` Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2013-04-03 15:58 UTC (permalink / raw)
  To: Radu Moisan; +Cc: openembedded-core

On 04/03/2013 08:51 AM, Radu Moisan wrote:
> Changed /lib with ${base_libdir}
> Fixes Bugz[4096]
>

Please include the bug information in the actual commit messages not in 
the covoer letter.  The correct format is:

[YOCTO #4096]

Thanks
	Sau!

> Radu Moisan (2):
>    initramfs-live-boot: enable multilib support
>    udev: enable multilib support
>
>   .../initrdscripts/initramfs-live-boot_1.0.bb       |    1 +
>   meta/recipes-core/udev/udev.inc                    |    1 +
>   2 files changed, 2 insertions(+)
>



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

end of thread, other threads:[~2013-04-03 16:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 15:51 [PATCH 0/2] Udev multilib fixes Radu Moisan
2013-04-03 15:51 ` [PATCH 1/2] initramfs-live-boot: enable multilib support Radu Moisan
2013-04-03 15:51 ` [PATCH 2/2] udev: " Radu Moisan
2013-04-03 15:58 ` [PATCH 0/2] Udev multilib fixes Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox