diff options
author | 2019-11-02 19:38:39 -0300 | |
---|---|---|
committer | 2019-11-08 22:10:55 +0100 | |
commit | 5401d71e6169d379172885069138954b66e4c7c1 (patch) | |
tree | 3a7a4b05ebfbe84d41fc0813746735e5f1473fc0 /configs/beaglebone_defconfig | |
parent | 2d28d0203af466ea6aa1c82d9ef765ce9ea4a577 (diff) | |
download | buildroot-5401d71e6169d379172885069138954b66e4c7c1.tar.gz buildroot-5401d71e6169d379172885069138954b66e4c7c1.tar.bz2 |
configs/beaglebone: use the new BeagleBoard/BeagleBone kernel repository
The original source URL (http://beagleboard.org/source) now redirects to
https://elinux.org/Beagleboard:BeagleBoneBlack_Rebuilding_Software_Image
which points to an official kernel repository at GitHub.
There are updated RT and non-RT kernel source trees. Use the last non-RT
release (4.19.73-ti-r29) and the omap2plus defconfig.
Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'configs/beaglebone_defconfig')
-rw-r--r-- | configs/beaglebone_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index ee97f80322..2de1bd0b32 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -7,8 +7,8 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/beaglebone/genimage.cfg" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y -BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-sdk/processor-sdk-linux.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4dae378bbe721277b08699d1d88ffae12acc9b09" +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/beagleboard/linux.git" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4.19.73-ti-r29" BR2_LINUX_KERNEL_DEFCONFIG="omap2plus" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue" |