g_uvc.h UAPI has been backported from 4.19. Need to use it for uvc-gadget app.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/meta/external-linaro-toolchain.bbappend | 2 +- .../recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/meta/external-linaro-toolchain.bbappend b/meta-arago-distro/recipes-core/meta/external-linaro-toolchain.bbappend index 8addc91..02760d8 100644 --- a/meta-arago-distro/recipes-core/meta/external-linaro-toolchain.bbappend +++ b/meta-arago-distro/recipes-core/meta/external-linaro-toolchain.bbappend @@ -4,7 +4,7 @@ # duplication of code from corresponding recipe. BRANCH = "ti-lsk-linux-4.14.y" -SRCREV = "3bacc614e300e497679bdd7d2759f486e713f373" +SRCREV = "3e50654361c34b75784ab7c8c9aa8e96b3a37fc1" KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" KERNEL_GIT_PROTOCOL = "git" diff --git a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb index c313ca2..5c54e56 100644 --- a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb +++ b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb @@ -3,7 +3,7 @@ require recipes-kernel/linux-libc-headers/linux-libc-headers.inc PR_append = ".arago0" BRANCH = "ti-lsk-linux-4.14.y" -SRCREV = "3bacc614e300e497679bdd7d2759f486e713f373" +SRCREV = "3e50654361c34b75784ab7c8c9aa8e96b3a37fc1" KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" KERNEL_GIT_PROTOCOL = "git" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
