[linux] 02/04: [armhf] media: Disable VIDEO_V4L2_SUBDEV_API and VIDEO_OMAP3 to avoid ABI change (fixes FTBFS)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Sep 20 00:00:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 04accecc7b1e1148208c9ffa136d5bb0fb66c5a5
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Sep 19 18:28:33 2016 +0100

    [armhf] media: Disable VIDEO_V4L2_SUBDEV_API and VIDEO_OMAP3 to avoid ABI change (fixes FTBFS)
---
 debian/changelog           | 2 ++
 debian/config/armhf/config | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4e835d..02542b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ linux (4.7.4-2) UNRELEASED; urgency=medium
 
   * [arm64] Revert "arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO"
     (fixes FTBFS)
+  * [armhf] media: Disable VIDEO_V4L2_SUBDEV_API and VIDEO_OMAP3 to avoid ABI
+    change (fixes FTBFS)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 19 Sep 2016 18:05:52 +0100
 
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index 107a8e8..f534c98 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -507,12 +507,14 @@ CONFIG_BCM2835_MBOX=y
 ##
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CONTROLLER=y
-CONFIG_VIDEO_V4L2_SUBDEV_API=y
+#. Deferred to 4.8
+# CONFIG_VIDEO_V4L2_SUBDEV_API is not set
 
 ##
 ## file: drivers/media/platform/Kconfig
 ##
-CONFIG_VIDEO_OMAP3=m
+#. Deferred to 4.8
+# CONFIG_VIDEO_OMAP3 is not set
 CONFIG_VIDEO_TI_VPE=m
 
 ##

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list