From 6dee8a38a26354f2bcb361512beb74e029109e1e Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Thu, 5 Sep 2019 12:25:02 +0200 Subject: [PATCH] imx-alsa-plugins: use older revision for ccimx6/ccimx6qp The most current revision is incompatible with the v4.9 Linux UAPI. Reverting to the previous commit of the imx-alsa-plugins repo reverts the UAPI changes while keeping the same functionality, so use this revision for the ccimx6 and ccimx6qp. Signed-off-by: Gabriel Valcazar --- .../recipes-multimedia/alsa/imx-alsa-plugins_git.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-digi-dey/recipes-multimedia/alsa/imx-alsa-plugins_git.bbappend diff --git a/meta-digi-dey/recipes-multimedia/alsa/imx-alsa-plugins_git.bbappend b/meta-digi-dey/recipes-multimedia/alsa/imx-alsa-plugins_git.bbappend new file mode 100644 index 000000000..18d480d34 --- /dev/null +++ b/meta-digi-dey/recipes-multimedia/alsa/imx-alsa-plugins_git.bbappend @@ -0,0 +1,7 @@ +# Copyright (C) 2019, Digi International Inc. + +# ccimx6/ccimx6qp platforms use kernel v4.9, which is incompatible with the +# latest revision of the imx-alsa-plugins code due to UAPI changes. For these +# platforms, use an older revision which is functionally the same, but using +# the v4.9 UAPI. +SRCREV_ccimx6 = "9a63071e7734bd164017f3761b8d1944c017611f"