Skip to content

Commit

Permalink
jetson: legacy: fix sound-seq kernel build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Jul 4, 2023
1 parent af37ad0 commit 9e326c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions configs/jetson/nano/buildroot/kernel
Expand Up @@ -7,9 +7,10 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,skiffos,linux,73a0ea72eba4668063eb42ee6f2f046e5343e814)/linux-skiff-jetson-4.9.309-r5.tar.gz"

# oe4t-patches-l4t-r32.7.4 -> skiff/linux#skiff-jetson-4.9.x
# https://github.com/skiffos/linux/tree/skiff-jetson-4.9.x-5
# https://github.com/skiffos/linux/tree/skiff-jetson-4.9.x-6
# version 4.9.337
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,skiffos,linux,bf7d2d857da251557066b8a76869c55f0d65c02d)/linux-skiff-jetson-4.9.337-r2.tar.gz"
# with additional fix patches
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,skiffos,linux,d753c4b7916584e72f4f6a8584eada3553615ddb)/linux-skiff-jetson-4.9.337-r3.tar.gz"

BR2_KERNEL_HEADERS_AS_KERNEL=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
Expand Down
5 changes: 3 additions & 2 deletions configs/jetson/tx2/buildroot/kernel
Expand Up @@ -7,9 +7,10 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,skiffos,linux,73a0ea72eba4668063eb42ee6f2f046e5343e814)/linux-skiff-jetson-4.9.309-r5.tar.gz"

# oe4t-patches-l4t-r32.7.4 -> skiff/linux#skiff-jetson-4.9.x
# https://github.com/skiffos/linux/tree/skiff-jetson-4.9.x-5
# https://github.com/skiffos/linux/tree/skiff-jetson-4.9.x-6
# version 4.9.337
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,skiffos,linux,bf7d2d857da251557066b8a76869c55f0d65c02d)/linux-skiff-jetson-4.9.337-r2.tar.gz"
# with additional fix patches
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,skiffos,linux,d753c4b7916584e72f4f6a8584eada3553615ddb)/linux-skiff-jetson-4.9.337-r3.tar.gz"

BR2_KERNEL_HEADERS_AS_KERNEL=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
Expand Down

0 comments on commit 9e326c0

Please sign in to comment.