aboutsummaryrefslogtreecommitdiff
path: root/debian.linaro/control.d
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-07-21 14:40:00 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-11-16 15:00:21 -0700
commit97189b362dcd04d073122846932caabc03c4694c (patch)
tree6c76509ae1ce70f9010faeae8c955f109aab3a3d /debian.linaro/control.d
parent6f36ca1e3af7296ddd58504abd6772e8e374bf03 (diff)
LINARO: add debian.linaro and make debian use it
add debian.linaro from previous release patch debian to point to debian.linaro instead of debian.master Signed-off-by: John Rigby <john.rigby@linaro.org> Conflicts: debian/rules.d/1-maintainer.mk debian/rules.d/2-binary-arch.mk
Diffstat (limited to 'debian.linaro/control.d')
-rw-r--r--debian.linaro/control.d/flavour-control.stub77
-rw-r--r--debian.linaro/control.d/vars.linaro-mx518
-rw-r--r--debian.linaro/control.d/vars.linaro-omap8
-rw-r--r--debian.linaro/control.d/vars.linaro-s5pv3108
-rw-r--r--debian.linaro/control.d/vars.linaro-u85008
-rw-r--r--debian.linaro/control.d/vars.linaro-vexpress8
6 files changed, 117 insertions, 0 deletions
diff --git a/debian.linaro/control.d/flavour-control.stub b/debian.linaro/control.d/flavour-control.stub
new file mode 100644
index 00000000000..5ea910a5080
--- /dev/null
+++ b/debian.linaro/control.d/flavour-control.stub
@@ -0,0 +1,77 @@
+# Items that get replaced:
+# FLAVOUR
+# DESC
+# ARCH
+# SUPPORTED
+# TARGET
+# BOOTLOADER
+# =PROVIDES=
+#
+# Items marked with =FOO= are optional
+#
+# This file describes the template for packages that are created for each flavour
+# in debian/control.d/vars.*
+#
+# This file gets edited in a couple of places. See the debian/control.stub rule in
+# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the
+# process of creating debian/control.
+#
+# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various
+# flavour files in debian/control.d/vars.*
+#
+# XXX: Leave the blank line before the first package!!
+
+Package: linux-image-PKGVER-ABINUM-FLAVOUR
+Architecture: ARCH
+Section: admin
+Priority: optional
+Pre-Depends: dpkg (>= 1.10.24)
+#Provides: linux-image, linux-image-2.6, fuse-module, =PROVIDES=
+Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), wireless-crda
+Conflicts: hotplug (<< 0.0.20040105-1)
+Recommends: BOOTLOADER
+Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools
+Description: Linux kernel image for version PKGVER on DESC
+ This package contains the Linux kernel image for version PKGVER on
+ DESC.
+ .
+ Also includes the corresponding System.map file, the modules built by the
+ packager, and scripts that try to ensure that the system is not left in an
+ unbootable state after an update.
+ .
+ Supports SUPPORTED processors.
+ .
+ TARGET
+ .
+ You likely do not want to install this package directly. Instead, install
+ the linux-FLAVOUR meta-package, which will ensure that upgrades work
+ correctly, and that supporting packages are also installed.
+
+Package: linux-headers-PKGVER-ABINUM-FLAVOUR
+Architecture: ARCH
+Section: devel
+Priority: optional
+Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0), linux-headers-PKGVER-ABINUM, ${shlibs:Depends}
+#Provides: SRCPKGNAME-headers, SRCPKGNAME-headers-2.6
+Description: Linux kernel headers for version PKGVER on DESC
+ This package provides kernel header files for version PKGVER on
+ DESC.
+ .
+ This is for sites that want the latest kernel headers. Please read
+ /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details.
+
+Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym
+Architecture: ARCH
+Section: devel
+Priority: optional
+Depends: ${misc:Depends}
+Provides: linux-debug
+Description: Linux kernel debug image for version PKGVER on DESC
+ This package provides a kernel debug image for version PKGVER on
+ DESC.
+ .
+ This is for sites that wish to debug the kernel.
+ .
+ The kernel image contained in this package is NOT meant to boot from. It
+ is uncompressed, and unstripped. This package also includes the
+ unstripped modules.
diff --git a/debian.linaro/control.d/vars.linaro-mx51 b/debian.linaro/control.d/vars.linaro-mx51
new file mode 100644
index 00000000000..d48c7e1b292
--- /dev/null
+++ b/debian.linaro/control.d/vars.linaro-mx51
@@ -0,0 +1,8 @@
+arch="armel"
+supported="Freescale i.MX51"
+desc="Freescale i.MX51 based platforms"
+target="Freescale Babbage platform"
+bootloader="uboot-mkimage, flash-kernel"
+provides=""
+section_image="universe/base"
+do_debug="Yes"
diff --git a/debian.linaro/control.d/vars.linaro-omap b/debian.linaro/control.d/vars.linaro-omap
new file mode 100644
index 00000000000..a7f41642ba2
--- /dev/null
+++ b/debian.linaro/control.d/vars.linaro-omap
@@ -0,0 +1,8 @@
+arch="armel"
+supported="TI OMAP[34]"
+desc="TI OMAP[34]-based systems"
+target="Targeted towards boards such as Beagleboard, PandaBoard, Gumstix, IGEPv2, etc."
+bootloader="uboot-mkimage, flash-kernel"
+provides=""
+section_image="universe/base"
+do_debug="Yes"
diff --git a/debian.linaro/control.d/vars.linaro-s5pv310 b/debian.linaro/control.d/vars.linaro-s5pv310
new file mode 100644
index 00000000000..1839dcf5744
--- /dev/null
+++ b/debian.linaro/control.d/vars.linaro-s5pv310
@@ -0,0 +1,8 @@
+arch="armel"
+supported="Samsung s5pv310"
+desc="Samsung s5pv310 based platforms"
+target="Samsung TBD platform"
+bootloader="uboot-mkimage, flash-kernel"
+provides=""
+section_image="universe/base"
+do_debug="Yes"
diff --git a/debian.linaro/control.d/vars.linaro-u8500 b/debian.linaro/control.d/vars.linaro-u8500
new file mode 100644
index 00000000000..e9146437613
--- /dev/null
+++ b/debian.linaro/control.d/vars.linaro-u8500
@@ -0,0 +1,8 @@
+arch="armel"
+supported="ST-Ericsson U8500"
+desc="ST-Ericsson U8500 based platforms"
+target="ST-Ericsson HREF platform"
+bootloader="uboot-mkimage, flash-kernel"
+provides=""
+section_image="universe/base"
+do_debug="Yes"
diff --git a/debian.linaro/control.d/vars.linaro-vexpress b/debian.linaro/control.d/vars.linaro-vexpress
new file mode 100644
index 00000000000..cce249ebe7a
--- /dev/null
+++ b/debian.linaro/control.d/vars.linaro-vexpress
@@ -0,0 +1,8 @@
+arch="armel"
+supported="ARM Versatile Express"
+desc="ARM Versatile Express with CortexA9x4 tile"
+target="CA9x4"
+bootloader="uboot-mkimage, flash-kernel"
+provides=""
+section_image="universe/base"
+do_debug="Yes"