Merge lp:~dannf/debian-installer/xgene-uboot-gzip-support into lp:~ubuntu-core-dev/debian-installer/ubuntu

Proposed by dann frazier
Status: Merged
Merged at revision: 2171
Proposed branch: lp:~dannf/debian-installer/xgene-uboot-gzip-support
Merge into: lp:~ubuntu-core-dev/debian-installer/ubuntu
Diff against target: 36 lines (+12/-1)
2 files modified
build/config/arm64/netboot.cfg (+5/-1)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~dannf/debian-installer/xgene-uboot-gzip-support
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+300645@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'build/config/arm64/netboot.cfg'
--- build/config/arm64/netboot.cfg 2015-02-24 05:45:09 +0000
+++ build/config/arm64/netboot.cfg 2016-07-20 17:27:20 +0000
@@ -8,6 +8,10 @@
8MANIFEST-NETBOOT_TAR = "tarball of PXE boot directory"8MANIFEST-NETBOOT_TAR = "tarball of PXE boot directory"
9MANIFEST-MINIISO = "tiny CD image that boots the netboot installer"9MANIFEST-MINIISO = "tiny CD image that boots the netboot installer"
1010
11gzipmagic = 8b1f
12magic = $(shell od -x -N2 $(1) | head -1 | cut -d' ' -f2)
13compress-type = $(if $(findstring $(gzipmagic),$(call magic,$(1))),gzip,none)
14
11.PHONY: arch_netboot_dir15.PHONY: arch_netboot_dir
12arch_netboot_dir:16arch_netboot_dir:
13 -rm -f $(TEMP_NETBOOT_DIR)17 -rm -f $(TEMP_NETBOOT_DIR)
@@ -33,5 +37,5 @@
33 # They don't currently support bootz.37 # They don't currently support bootz.
34 $(eval XU_INSTALL_PATH=$(TEMP_NETBOOT_DIR)/$(NETBOOT_PATH)/xgene-uboot)38 $(eval XU_INSTALL_PATH=$(TEMP_NETBOOT_DIR)/$(NETBOOT_PATH)/xgene-uboot)
35 mkdir -p $(XU_INSTALL_PATH)39 mkdir -p $(XU_INSTALL_PATH)
36 mkimage -A arm -O linux -T kernel -C none -a 0x80000 -e 0x80000 -n "Ubuntu kernel" -d $(TEMP_KERNEL) $(XU_INSTALL_PATH)/uImage40 mkimage -A arm -O linux -T kernel -C $(call compress-type,$(TEMP_KERNEL)) -a 0x80000 -e 0x80000 -n "Ubuntu kernel" -d $(TEMP_KERNEL) $(XU_INSTALL_PATH)/uImage
37 mkimage -A arm -O linux -T ramdisk -C none -a 0x0 -e 0x0 -n "debian-installer ramdisk" -d $(TEMP_INITRD) $(XU_INSTALL_PATH)/uInitrd41 mkimage -A arm -O linux -T ramdisk -C none -a 0x0 -e 0x0 -n "debian-installer ramdisk" -d $(TEMP_INITRD) $(XU_INSTALL_PATH)/uInitrd
3842
=== modified file 'debian/changelog'
--- debian/changelog 2016-07-19 16:53:19 +0000
+++ debian/changelog 2016-07-20 17:27:20 +0000
@@ -1,3 +1,10 @@
1debian-installer (20101020ubuntu467) UNRELEASED; urgency=medium
2
3 * arm64/xgene-uboot: Set the correct compression flag when generating
4 a uImage of a gzip'd kernel.
5
6 -- dann frazier <dannf@ubuntu.com> Wed, 20 Jul 2016 11:12:07 -0600
7
1debian-installer (20101020ubuntu466) yakkety; urgency=medium8debian-installer (20101020ubuntu466) yakkety; urgency=medium
29
3 * Strop stripping modules; it removes the signatures (LP: #1604441)10 * Strop stripping modules; it removes the signatures (LP: #1604441)

Subscribers

People subscribed via source and target branches