tieto team mailing list archive
-
tieto team
-
Mailing list archive
-
Message #00457
[Branch ~ubuntu-core-dev/debian-installer/ubuntu] Rev 1726: Bring highbank support in line with recent precise SRU.
------------------------------------------------------------
revno: 1726
committer: Adam Conrad <adconrad@xxxxxxx>
branch nick: ubuntu
timestamp: Mon 2012-07-23 23:17:51 -0600
message:
Bring highbank support in line with recent precise SRU.
added:
build/config/armel/highbank/cdrom.cfg
modified:
build/config/armel/highbank.cfg
build/config/armel/highbank/netboot.cfg
debian/changelog
--
lp:~ubuntu-core-dev/debian-installer/ubuntu
https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu
Your team Tieto is subscribed to branch lp:~ubuntu-core-dev/debian-installer/ubuntu.
To unsubscribe from this branch go to https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu/+edit-subscription
=== modified file 'build/config/armel/highbank.cfg'
--- build/config/armel/highbank.cfg 2012-06-20 21:56:26 +0000
+++ build/config/armel/highbank.cfg 2012-07-24 05:17:51 +0000
@@ -1,4 +1,4 @@
-MEDIUM_SUPPORTED = netboot
+MEDIUM_SUPPORTED = netboot cdrom
# The version of the kernel to use.
KERNELVERSION := $(KERNELVERSION)-highbank
=== added file 'build/config/armel/highbank/cdrom.cfg'
--- build/config/armel/highbank/cdrom.cfg 1970-01-01 00:00:00 +0000
+++ build/config/armel/highbank/cdrom.cfg 2012-07-24 05:17:51 +0000
@@ -0,0 +1,10 @@
+MEDIA_TYPE = CD-ROM
+
+TARGET = $(INITRD) $(KERNEL)
+TYPE = cdrom
+EXTRANAME = $(TYPE)/
+INITRD_FS = initramfs
+
+MANIFEST-INITRD = "initrd for CD boot"
+MANIFEST-KERNEL = "kernel image for CD boot"
+
=== modified file 'build/config/armel/highbank/netboot.cfg'
--- build/config/armel/highbank/netboot.cfg 2012-06-09 06:03:39 +0000
+++ build/config/armel/highbank/netboot.cfg 2012-07-24 05:17:51 +0000
@@ -1,8 +1,14 @@
MEDIA_TYPE = netboot image
-TARGET = $(INITRD) $(KERNEL)
+TARGET = $(TEMP_INITRD) $(TEMP_KERNEL) highbank
EXTRANAME = $(MEDIUM)/
INITRD_FS = initramfs
MANIFEST-INITRD = "netboot initrd"
MANIFEST-KERNEL = "kernel image to netboot"
+highbank:
+ mkdir -p $(SOME_DEST)/$(EXTRANAME)/
+ cp $(TEMP_KERNEL) $(SOME_DEST)/$(EXTRANAME)/vmlinuz
+ cp $(TEMP_INITRD) $(SOME_DEST)/$(EXTRANAME)/initrd.img
+ update-manifest $(SOME_DEST)/$(EXTRANAME)vmlinuz "Linux kernel for Calxeda Highbank"
+ update-manifest $(SOME_DEST)/$(EXTRANAME)initrd.gz "initrd for Calxeda Highbank"
=== modified file 'debian/changelog'
--- debian/changelog 2012-07-24 04:05:48 +0000
+++ debian/changelog 2012-07-24 05:17:51 +0000
@@ -1,6 +1,7 @@
debian-installer (20101020ubuntu160) quantal; urgency=low
* Move master kernels to 3.5.0-6.
+ * Bring highbank support in line with recent precise SRU.
-- Adam Conrad <adconrad@xxxxxxxxxx> Mon, 23 Jul 2012 22:03:36 -0600