mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] barebox: select host-lzop
@ 2014-05-15 12:26 Markus Niebel
  2014-05-15 12:47 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Niebel @ 2014-05-15 12:26 UTC (permalink / raw)
  To: barebox; +Cc: Markus Niebel

From: Markus Niebel <Markus.Niebel@tq-group.com>

    creation of barebox.z requires lzop. As this may be not installed,
    let's handle this inside of our build logic.

Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
---
 platforms/barebox.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/barebox.in b/platforms/barebox.in
index 6e65f83..6f66d1f 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -10,6 +10,7 @@ config BAREBOX_ARCH_STRING
 menuconfig BAREBOX
 	select BOOTLOADER
 	select HOST_LIBUSB if BAREBOX_NEEDS_HOST_LIBUSB
+	select HOST_LZOP
 	prompt "barebox                       "
 	bool
 	help
-- 
1.7.9.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-05-15 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-15 12:26 [PATCH] barebox: select host-lzop Markus Niebel
2014-05-15 12:47 ` Sascha Hauer

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