[elbe-devel] Debianize barebox

Yegor Yefremov yegorslists at googlemail.com
Tue Mar 17 15:42:27 CET 2020


How this process works?

For am335x we need two steps/configurations: barebox-mlo.img and
barebox.img. Does it mean, one should create two folders: one for MLO
and the other for the bigger image and it results in two deb packages?

Also there is a small bug either in the template or code:

diff --git a/elbepack/debianize/panels/barebox.py
b/elbepack/debianize/panels/barebox.py
index 5a848b3f2..d53998600 100644
--- a/elbepack/debianize/panels/barebox.py
+++ b/elbepack/debianize/panels/barebox.py
@@ -31,7 +31,7 @@ class BareBox(Panel):

         grid_elements = [
             {"imgname":imgname, "defconfig":defconfig},
-            {"cross":cross, "k_version":k_version}
+            {"cross_compile":cross, "k_version":k_version}
         ]

         super(BareBox, self).__init__(grid_elements)

Yegor



More information about the elbe-devel mailing list