aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2010-11-26 21:20:11 -0700
committerJohn Rigby <john.rigby@linaro.org>2011-02-09 16:01:33 -0700
commit0cd21546d649441f8331661b1f194c6ec098fbfc (patch)
tree924dab5b88a2465e7e359882d05f5b38875adb98
parent56de9264faaad81db415762a43ab87fedc7f1f66 (diff)
LINARO: Linaro-2.6.37.1003.4Linaro-2.6.37.1003.4
With add s5pv310 and u8500 flavours. Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--meta-source/debian/changelog7
-rw-r--r--meta-source/debian/control.d/s5pv31017
-rw-r--r--meta-source/debian/control.d/u850017
3 files changed, 41 insertions, 0 deletions
diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog
index 9c16fe2..e2419f3 100644
--- a/meta-source/debian/changelog
+++ b/meta-source/debian/changelog
@@ -1,3 +1,10 @@
+linux-meta-linaro (2.6.37.1003.4) natty; urgency=low
+
+ * Added s5pv310 and u8500 flavours
+ * Linaro Natty ABI 1003 (2.6.37-1003.4)
+
+ -- John Rigby <john.rigby@linaro.org> Wed, 09 Feb 2011 15:58:01 -0700
+
linux-meta-linaro (2.6.37.1002.3) natty; urgency=low
* Linaro Natty ABI 1002 (2.6.37-1002.3)
diff --git a/meta-source/debian/control.d/s5pv310 b/meta-source/debian/control.d/s5pv310
new file mode 100644
index 0000000..dbfdb3a
--- /dev/null
+++ b/meta-source/debian/control.d/s5pv310
@@ -0,0 +1,17 @@
+Package: linux-headers-linaro-s5pv310
+Architecture: armel
+Section: devel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-linaro-vexpress
+Description: Linux kernel headers for the ARM Versatile Express architecture.
+ This package will always depend on the latest kernel headers available
+ for Samsung s5pv310 based systems.
+
+Package: linux-image-linaro-s5pv310
+Architecture: armel
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-linaro-s5pv310, linux-firmware
+Description: Linux kernel image for the Samsung s5pv310 architecture.
+ This package will always depend on the latest kernel image available
+ for Samsung s5pv310 systems.
diff --git a/meta-source/debian/control.d/u8500 b/meta-source/debian/control.d/u8500
new file mode 100644
index 0000000..814e08f
--- /dev/null
+++ b/meta-source/debian/control.d/u8500
@@ -0,0 +1,17 @@
+Package: linux-headers-linaro-u8500
+Architecture: armel
+Section: devel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-linaro-vexpress
+Description: Linux kernel headers for the ARM Versatile Express architecture.
+ This package will always depend on the latest kernel headers available
+ for ST-Ericsson u8500 based systems.
+
+Package: linux-image-linaro-u8500
+Architecture: armel
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-linaro-u8500, linux-firmware
+Description: Linux kernel image for the ST-Ericsson u8500 architecture.
+ This package will always depend on the latest kernel image available
+ for ST-Ericsson u8500 systems.