Skip to content

Commit

Permalink
Updates buildroot and hifive_unleashed kernel
Browse files Browse the repository at this point in the history
Bumps kernel version 5.10.179 -> 5.10.186
Bumps buildroot version 2023.02.1 -> 2023.02.2
  • Loading branch information
WiktorOgrodnik committed Jun 29, 2023
1 parent a57394f commit 25e247a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.179"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.186"

BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="${BR2_EXTERNAL_SIFIVE_RENODE_CI_PATH}/configs/linux.config.fragment"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9c1057166890a91869a60851e8a8708883eb8921 Mon Sep 17 00:00:00 2001
From b9b2e6ba46b9746b39de5df647fcfab22ec80bf2 Mon Sep 17 00:00:00 2001
From: Wiktor Ogrodnik <[email protected]>
Date: Fri, 10 Mar 2023 10:25:27 +0100
Subject: [PATCH 1/2] linux dts patches
Expand Down Expand Up @@ -61,5 +61,5 @@ index dddabfbbc7a9..15e528335102 100644
- status = "okay";
-};
--
2.30.2
2.39.2

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From e444834cc5b6aa4d4e85fd7a5777b91a9a05022b Mon Sep 17 00:00:00 2001
From f037f7f928d58033ff856888576f8dc1cf59268d Mon Sep 17 00:00:00 2001
From: Wiktor Ogrodnik <[email protected]>
Date: Thu, 6 Apr 2023 14:30:25 +0200
Subject: [PATCH 2/2] disable multicore emulation
Expand Down Expand Up @@ -103,5 +103,5 @@ index 64c06c9b41dc..58d9f0ec8f13 100644
prci: clock-controller@10000000 {
compatible = "sifive,fu540-c000-prci";
--
2.30.2
2.39.2

2 changes: 1 addition & 1 deletion scripts/compile-image.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

BUILDROOT_VERSION="2023.02.1"
BUILDROOT_VERSION="2023.02.2"
ARCH="$1"
NAME="$2"

Expand Down
2 changes: 1 addition & 1 deletion scripts/compile-kernel.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

BUILDROOT_VERSION="2023.02.1"
BUILDROOT_VERSION="2023.02.2"
ARCH="$1"
BOARD="$2"

Expand Down

0 comments on commit 25e247a

Please sign in to comment.