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 3ca0266 commit e75e6bf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/Image.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Currently, the following `image` configurations are provided:
This images contains the following software:

* Full busybox 1.36.0 with ash shell
* Python 3.11.2
* Python 3.11.3
* pip 22.3.1
* v4l2-utils 1.22.1
* libgpiod tools 1.6.3
* git 2.39.3
* curl 7.88.1
* curl 8.1.2

## Required native image components

Expand Down
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 e75e6bf

Please sign in to comment.