summaryrefslogtreecommitdiff
path: root/debian.master/etc
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-09-01 16:00:29 +0200
committerSebastien Jan <s-jan@ti.com>2011-09-28 14:33:35 +0200
commit63d5c6a1852847acaaba37bb566e09a34bdc9229 (patch)
tree7bbb843ab2066ea20536022546e510a8934ab341 /debian.master/etc
parentde3104d9972327578baf63d6778b3cbd064aef22 (diff)
UBUNTU: Initial debianization
Signed-off-by: Sebastien Jan <s-jan@ti.com>
Diffstat (limited to 'debian.master/etc')
-rw-r--r--debian.master/etc/getabis13
-rw-r--r--debian.master/etc/kernelconfig7
2 files changed, 20 insertions, 0 deletions
diff --git a/debian.master/etc/getabis b/debian.master/etc/getabis
new file mode 100644
index 000000000000..e2cc9681b347
--- /dev/null
+++ b/debian.master/etc/getabis
@@ -0,0 +1,13 @@
+repo_list=(
+ "http://archive.ubuntu.com/ubuntu/pool/main/l/linux"
+ "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux"
+ "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux"
+ "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux"
+)
+
+getall armel omap
+getall amd64 generic server virtual
+getall i386 generic generic-pae virtual
+
+# Ports arches and flavours.
+getall powerpc powerpc powerpc-smp powerpc64-smp
diff --git a/debian.master/etc/kernelconfig b/debian.master/etc/kernelconfig
new file mode 100644
index 000000000000..ddd0c3bfbb0d
--- /dev/null
+++ b/debian.master/etc/kernelconfig
@@ -0,0 +1,7 @@
+if [ "$variant" = "ports" ]; then
+ archs=""
+ family='ports'
+else
+ archs="amd64 i386 armel powerpc ppc64"
+ family='ubuntu'
+fi