Message ID | 1338775337-13466-1-git-send-email-ike.pan@canonical.com |
---|---|
State | New |
Headers | show |
On 06/03/2012 08:02 PM, Ike Panhc wrote: > BugLink: http://bugs.launchpad.net/bugs/1000831 > > Signed-off-by: Ike Panhc <ike.pan@canonical.com> > --- > meta-source/debian/control.d/highbank | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > create mode 100644 meta-source/debian/control.d/highbank > > diff --git a/meta-source/debian/control.d/highbank b/meta-source/debian/control.d/highbank > new file mode 100644 > index 0000000..2251162 > --- /dev/null > +++ b/meta-source/debian/control.d/highbank > @@ -0,0 +1,26 @@ > +Package: linux-headers-highbank > +Architecture: armhf > +Section: devel > +Priority: optional > +Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-highbank > +Description: Linux kernel headers for the highbank architecture. > + This package will always depend on the latest kernel headers available > + for ARM Calxeda highbank systems. > + > +Package: linux-image-highbank > +Architecture: armhf > +Section: metapackages > +Priority: optional > +Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-highbank, linux-firmware > +Description: Linux kernel image for the highbank architecture. > + This package will always depend on the latest kernel image available > + for ARM Calxeda highbank systems. > + > +Package: linux-highbank > +Architecture: armhf > +Section: metapackages > +Priority: optional > +Depends: ${misc:Depends}, linux-image-highbank, linux-headers-highbank > +Description: Complete Linux kernel for the highbank architecture. > + This package will always depend on the latest complete Linux kernel and headers > + for ARM Calxeda highbank systems.
diff --git a/meta-source/debian/control.d/highbank b/meta-source/debian/control.d/highbank new file mode 100644 index 0000000..2251162 --- /dev/null +++ b/meta-source/debian/control.d/highbank @@ -0,0 +1,26 @@ +Package: linux-headers-highbank +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-highbank +Description: Linux kernel headers for the highbank architecture. + This package will always depend on the latest kernel headers available + for ARM Calxeda highbank systems. + +Package: linux-image-highbank +Architecture: armhf +Section: metapackages +Priority: optional +Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-highbank, linux-firmware +Description: Linux kernel image for the highbank architecture. + This package will always depend on the latest kernel image available + for ARM Calxeda highbank systems. + +Package: linux-highbank +Architecture: armhf +Section: metapackages +Priority: optional +Depends: ${misc:Depends}, linux-image-highbank, linux-headers-highbank +Description: Complete Linux kernel for the highbank architecture. + This package will always depend on the latest complete Linux kernel and headers + for ARM Calxeda highbank systems.
BugLink: http://bugs.launchpad.net/bugs/1000831 Signed-off-by: Ike Panhc <ike.pan@canonical.com> --- meta-source/debian/control.d/highbank | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-source/debian/control.d/highbank