|
@@ -2,14 +2,14 @@ BR2_arm=y
|
|
BR2_arm1176jzf_s=y
|
|
BR2_arm1176jzf_s=y
|
|
BR2_ARM_EABIHF=y
|
|
BR2_ARM_EABIHF=y
|
|
|
|
|
|
-# Linux headers same as kernel, a 4.14 series
|
|
|
|
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
|
|
|
|
|
|
+# Linux headers same as kernel, a 4.19 series
|
|
|
|
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
|
|
|
|
|
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
|
|
|
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
|
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,877656cd145497db7c09a7de06ea85db98bd72a3)/linux-877656cd145497db7c09a7de06ea85db98bd72a3.tar.gz"
|
|
|
|
|
|
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,5eeff139ea9135db6e01a58ef613338f1d0899d8)/linux-5eeff139ea9135db6e01a58ef613338f1d0899d8.tar.gz"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
|
|
|
|
|
|
# Build the DTBs for A/B from the kernel sources: the zero is the same
|
|
# Build the DTBs for A/B from the kernel sources: the zero is the same
|
|
@@ -17,6 +17,8 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b-plus"
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b-plus"
|
|
|
|
|
|
|
|
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
|
|
|
|
+
|
|
BR2_PACKAGE_RPI_FIRMWARE=y
|
|
BR2_PACKAGE_RPI_FIRMWARE=y
|
|
# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
|
|
# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
|
|
|
|
|