[PATCH] UBUNTU: [Config] add highbank into d-i list
Ike Panhc
ike.pan at canonical.com
Mon Jun 4 09:27:59 UTC 2012
BugLink: http://launchpad.net/bugs/1007459
highbank flavour is missing from debian.master/d-i/kernel-versions.in
so the udeb for highbank is not generated. Add it and the exclude-*
for highbank as well
Signed-off-by: Ike Panhc <ike.pan at canonical.com>
---
debian.master/d-i/exclude-firmware.armhf-highbank | 2 ++
debian.master/d-i/exclude-modules.armhf-highbank | 13 +++++++++++++
debian.master/d-i/kernel-versions.in | 1 +
3 files changed, 16 insertions(+)
create mode 100644 debian.master/d-i/exclude-firmware.armhf-highbank
create mode 100644 debian.master/d-i/exclude-modules.armhf-highbank
diff --git a/debian.master/d-i/exclude-firmware.armhf-highbank b/debian.master/d-i/exclude-firmware.armhf-highbank
new file mode 100644
index 0000000..ddb5eb8
--- /dev/null
+++ b/debian.master/d-i/exclude-firmware.armhf-highbank
@@ -0,0 +1,2 @@
+nic-modules
+scsi-modules
diff --git a/debian.master/d-i/exclude-modules.armhf-highbank b/debian.master/d-i/exclude-modules.armhf-highbank
new file mode 100644
index 0000000..200c917
--- /dev/null
+++ b/debian.master/d-i/exclude-modules.armhf-highbank
@@ -0,0 +1,13 @@
+serial-modules
+firewire-core-modules
+floppy-modules
+pcmcia-storage-modules
+fb-modules
+nic-pcmcia-modules
+pcmcia-modules
+pata-modules
+message-modules
+virtio-modules
+multipath-modules
+ipmi-modules
+sata-modules
diff --git a/debian.master/d-i/kernel-versions.in b/debian.master/d-i/kernel-versions.in
index 0671760..6cc1c7d 100644
--- a/debian.master/d-i/kernel-versions.in
+++ b/debian.master/d-i/kernel-versions.in
@@ -9,6 +9,7 @@ i386 PKGVER-ABINUM virtual PKGVER-ABINUM-virtual -
armel PKGVER-ABINUM omap PKGVER-ABINUM-omap -
armhf PKGVER-ABINUM omap PKGVER-ABINUM-omap -
+armhf PKGVER-ABINUM highbank PKGVER-ABINUM-highbank -
# Ports
# arch version flavour installedname suffix bdep
--
1.7.9.5
More information about the kernel-team
mailing list