All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rootfs_ipk.bbclass: use force-defaults (Bug 5133)
@ 2009-06-09  4:45 Rolf Leggewie
  2009-06-09  7:08 ` Koen Kooi
  2009-06-09  7:45 ` Phil Blundell
  0 siblings, 2 replies; 4+ messages in thread
From: Rolf Leggewie @ 2009-06-09  4:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Rolf Leggewie

From: Rolf Leggewie <oe-devel@rolf.leggewie.biz>

Without -force-defaults, I currently cannot build any image because opkg hangs, waiting for
user input that of course never comes.

I'm explicitly not sure if this is the right way to fix this, but we should we fix it soon.

---
 classes/rootfs_ipk.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass
index f5714bd..bdb4f57 100644
--- a/classes/rootfs_ipk.bbclass
+++ b/classes/rootfs_ipk.bbclass
@@ -8,7 +8,7 @@
 do_rootfs[depends] += "opkg-native:do_populate_staging ipkg-utils-native:do_populate_staging"
 do_rootfs[recrdeptask] += "do_package_write_ipk"
 
-IPKG_ARGS = "-f ${IPKGCONF_TARGET} -o ${IMAGE_ROOTFS} ${@base_conditional("PACKAGE_INSTALL_NO_DEPS", "1", "-nodeps", "", d)}"
+IPKG_ARGS = "-f ${IPKGCONF_TARGET} -force-defaults -o ${IMAGE_ROOTFS} ${@base_conditional("PACKAGE_INSTALL_NO_DEPS", "1", "-nodeps", "", d)}"
 
 PACKAGE_INSTALL_NO_DEPS ?= "0"
 
-- 
1.6.0.4




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

end of thread, other threads:[~2009-06-09  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09  4:45 [PATCH] rootfs_ipk.bbclass: use force-defaults (Bug 5133) Rolf Leggewie
2009-06-09  7:08 ` Koen Kooi
2009-06-09  7:45 ` Phil Blundell
2009-06-09  7:57   ` Andrea Adami

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.