aboutsummaryrefslogtreecommitdiff
path: root/meta-source
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-02-16 10:54:41 +0000
committerAndy Whitcroft <apw@canonical.com>2010-02-16 13:40:43 +0000
commit25694e57f056558cfbd065bd0aaf87c56ae44921 (patch)
treed758e8585613c6c94799ad5b79d51f596eb864cf /meta-source
parent4aba21c26f4e467f113a4c9338207c12ec0de8ed (diff)
UBUNTU: meta packges for the armel versatile flavour
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'meta-source')
-rw-r--r--meta-source/debian/changelog1
-rw-r--r--meta-source/debian/control.d/versatile26
2 files changed, 27 insertions, 0 deletions
diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog
index 5e548ef..6f1e923 100644
--- a/meta-source/debian/changelog
+++ b/meta-source/debian/changelog
@@ -1,6 +1,7 @@
linux-meta (2.6.32.13.14) UNRELEASED; urgency=low
* add low-latency preempt flavour
+ * add versatile arm flavour
-- Andy Whitcroft <apw@canonical.com> Thu, 11 Feb 2010 23:14:22 +0000
diff --git a/meta-source/debian/control.d/versatile b/meta-source/debian/control.d/versatile
new file mode 100644
index 0000000..5275e9f
--- /dev/null
+++ b/meta-source/debian/control.d/versatile
@@ -0,0 +1,26 @@
+Package: linux-headers-versatile
+Architecture: armel
+Section: devel
+Priority: optional
+Depends: linux-headers-${kernel-abi-version}-versatile
+Description: Linux kernel headers for the Versatile architecture.
+ This package will always depend on the latest kernel headers available
+ for ARM versatile systems.
+
+Package: linux-image-versatile
+Architecture: armel
+Section: metapackages
+Priority: optional
+Depends: linux-image-${kernel-abi-version}-versatile, linux-firmware
+Description: Linux kernel image for the Versatile architecture.
+ This package will always depend on the latest kernel image available
+ for ARM versatile systems.
+
+Package: linux-versatile
+Architecture: armel
+Section: metapackages
+Priority: optional
+Depends: linux-image-versatile (= ${binary:Version})
+Description: Complete Linux kernel for the Versatile architecture.
+ This package will always depend on the latest complete Linux kernel available
+ for ARM versatile systems.