Package: linux-2.6 Version: 2.6.38-3 Severity: wishlist Tags: patch Hello,
Please consider the following patch which adds armhf support against svn info: URL: svn://svn.debian.org/svn/kernel/dists/sid/linux-2.6 Repository Root: svn://svn.debian.org/svn/kernel Repository UUID: 510b9475-24dd-0310-9b6c-e0eefe99d49f Revision: 17202 Node Kind: directory Schedule: normal Last Changed Author: benh Last Changed Rev: 17184 Last Changed Date: 2011-04-03 04:14:00 +0000 (Sun, 03 Apr 2011) Patch: M debian/templates/control.source.in M debian/templates/control.main.in A debian/config/armhf A debian/config/armhf/config A debian/config/armhf/defines A debian/config/armhf/config.mx5 M debian/config/defines M debian/rules.real Index: debian/templates/control.source.in =================================================================== --- debian/templates/control.source.in (revision 17202) +++ debian/templates/control.source.in (working copy) @@ -3,7 +3,7 @@ Maintainer: Debian Kernel Team <[email protected]> Uploaders: Bastian Blank <[email protected]>, Frederik Schüler <[email protected]>, maximilian attems <[email protected]>, Ben Hutchings <[email protected]> Standards-Version: 3.9.1 -Build-Depends: debhelper (>> 7), cpio, module-init-tools, python, lzma [armel], libelf-dev, libdw-dev, binutils-dev, asciidoc, xmlto, libperl-dev, python-dev, libnewt-dev, python-support +Build-Depends: debhelper (>> 7), cpio, module-init-tools, python, lzma [armel armhf], libelf-dev, libdw-dev, binutils-dev, asciidoc, xmlto, libperl-dev, python-dev, libnewt-dev, python-support Build-Depends-Indep: bzip2 Vcs-Svn: svn://svn.debian.org/svn/kernel/dists/sid/linux-2.6/ Vcs-Browser: http://svn.debian.org/wsvn/kernel/dists/sid/linux-2.6/?op=log Index: debian/templates/control.main.in =================================================================== --- debian/templates/control.main.in (revision 17202) +++ debian/templates/control.main.in (working copy) @@ -1,5 +1,5 @@ Package: linux-tools-@version@ -Architecture: alpha amd64 armel hppa i386 powerpc ppc64 s390 sh4 sparc sparc64 +Architecture: alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 sh4 sparc sparc64 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends} Recommends: linux-base (>= 2.6.32-16) Suggests: linux-doc-@version@ Index: debian/config/armhf/config =================================================================== Index: debian/config/armhf/defines =================================================================== Index: debian/config/armhf/config.mx5 =================================================================== Index: debian/config/defines =================================================================== --- debian/config/defines (revision 17202) +++ debian/config/defines (working copy) @@ -6,6 +6,7 @@ alpha amd64 armel + armhf hppa i386 ia64 Index: debian/rules.real =================================================================== --- debian/rules.real (revision 17202) +++ debian/rules.real (working copy) @@ -39,7 +39,7 @@ # binary-arch-arch: install-headers_$(ARCH) binary-arch-arch: install-libc-dev_$(ARCH) -ifneq ($(filter alpha amd64 armel hppa i386 powerpc ppc64 s390 sh4 sparc sparc64,$(ARCH)),) +ifneq ($(filter alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 sh4 sparc sparc64,$(ARCH)),) binary-arch-arch: install-tools_$(ARCH) endif binary-arch-featureset: install-headers_$(ARCH)_$(FEATURESET) @@ -364,6 +364,7 @@ install-image_arm_$(FEATURESET)_$(FLAVOUR)_plain_image \ install-image_armel_$(FEATURESET)_$(FLAVOUR)_plain_image \ +install-image_armhf_$(FEATURESET)_$(FLAVOUR)_plain_image \ install-image_sparc_$(FEATURESET)_$(FLAVOUR)_plain_image \ install-image_sparc64_$(FEATURESET)_$(FLAVOUR)_plain_image \ install-image_sh4_$(FEATURESET)_$(FLAVOUR)_plain_image: We'll submit Efika platform config and patches as soon as it is possible, but for now this would ease armhf porters building kernel task. Best regards -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.37-1-686 (SMP w/2 CPU cores) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

