Pack dtb into kernel-image.udeb

Bug #1245732 reported by Ike Panhc
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux-exynos5 (Ubuntu)
Fix Released
Undecided
Ike Panhc

Bug Description

The installer needs DT binary to be packed into kernel-image.udeb for booting system

Revision history for this message
Ike Panhc (ikepanhc) wrote :

diff --git a/debian/rules.d/5-udebs.mk b/debian/rules.d/5-udebs.mk
index daf87f6..c28f84f 100644
--- a/debian/rules.d/5-udebs.mk
+++ b/debian/rules.d/5-udebs.mk
@@ -34,6 +34,12 @@ do-binary-udebs: debian/control
          kernel-wedge install-files && \
          kernel-wedge check

+ # Copy DT binarys
+ for i in $($(addprefix dtb_files_,$(flavours))); do \
+ install $(CURDIR)/debian/d-i-${arch}/lib/firmware/$(release)-$(abinum)-$(flavours)/de
+ $(CURDIR)/debian/kernel-image-$(release)-$(abinum)-$(flavours)-di/boot; \
+ done
+
         # Build just the udebs
        dilist=$$(dh_listpackages -s | grep "\-di$$") && \
        [ -z "$dilist" ] || \

$ dpkg -c kernel-image-3.11.0-204-exynos5-di_3.11.0-204.12_armhf.udeb | head -7
drwxr-xr-x root/root 0 2013-10-29 14:24 ./
drwxr-xr-x root/root 0 2013-10-29 14:24 ./boot/
-rwxr-xr-x root/root 6549 2013-10-29 14:24 ./boot/exynos5440-ssdk5440.dtb
-rwxr-xr-x root/root 6015 2013-10-29 14:24 ./boot/exynos5440-sd5v1.dtb
-rw-r--r-- root/root 4392288 2013-10-29 14:22 ./boot/vmlinuz
-rw-r--r-- root/root 2198253 2013-10-29 14:22 ./boot/System.map
drwxr-xr-x root/root 0 2013-10-29 14:22 ./lib/

Ike Panhc (ikepanhc)
Changed in linux-exynos5 (Ubuntu):
status: In Progress → Fix Committed
Ike Panhc (ikepanhc)
Changed in linux-exynos5 (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
Ike Panhc (ikepanhc) wrote :

$ dpkg -c kernel-image-3.11.0-204-exynos5-di_3.11.0-204.12_armhf.udeb | grep boot
drwxr-xr-x root/root 0 2013-10-30 09:02 ./boot/
-rwxr-xr-x root/root 6015 2013-10-30 09:02 ./boot/exynos5440-sd5v1.dtb
-rwxr-xr-x root/root 6549 2013-10-30 09:02 ./boot/exynos5440-ssdk5440.dtb
-rw-r--r-- root/root 4392488 2013-10-30 09:01 ./boot/vmlinuz
-rw-r--r-- root/root 2198253 2013-10-30 09:01 ./boot/System.map

tags: added: verification-done
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.