summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-05-30 00:07:39 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-02 04:02:52 +0300
commit1ba73b9e60779e905f483b419fc2a801e0d17873 (patch)
tree45997ea9f75fad86a05cc9c1a4c01f5e6e56153f
parent1e34c2d0324cbcebab11799af2abb18f6639a535 (diff)
downloadopenbmc-1ba73b9e60779e905f483b419fc2a801e0d17873.tar.xz
meta-raspberrypi: subtree update:6f85d3f665..4982da8d48
Brandon Verkamp (2): docs: Correct Quick Start instructions to show the new .wic.bz2 extension docs: Remove reference to xz-compressed sdimg Khem Raj (1): linux-raspberrypi: Update to latest on 5.4 release Change-Id: I8b94ad68ccb2602a3223cb1f5af7eb0ec427fd44 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-raspberrypi/README.md8
-rw-r--r--meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bb4
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-raspberrypi/README.md b/meta-raspberrypi/README.md
index 6c4e1e44e..898426d8f 100644
--- a/meta-raspberrypi/README.md
+++ b/meta-raspberrypi/README.md
@@ -50,15 +50,15 @@ This layer depends on:
2. Add this layer to bblayers.conf and the dependencies above
3. Set MACHINE in local.conf to one of the supported boards
4. bitbake core-image-base
-5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
-6. Boot your RPI.
+5. Use bmaptool to copy the generated .wic.bz2 file to the SD card
+6. Boot your RPI
## Quick Start with kas
1. Install kas build tool from PyPi (sudo pip3 install kas)
2. kas build meta-raspberrypi/kas-poky-rpi.yml
-3. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
-4. Boot your RPI.
+3. Use bmaptool to copy the generated .wic.bz2 file to the SD card
+4. Boot your RPI
To adjust the build configuration with specific options (I2C, SPI, ...), simply add
a section as follows:
diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bb
index 9eeb1ee27..ec0767ee6 100644
--- a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bb
+++ b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bb
@@ -1,7 +1,7 @@
-LINUX_VERSION ?= "5.4.35"
+LINUX_VERSION ?= "5.4.40"
LINUX_RPI_BRANCH ?= "rpi-5.4.y"
-SRCREV = "a5eaf73c42b06af4e8ec52755fdfa1cad05a4ac8"
+SRCREV = "97badb4baeb8999263a9bc2fa85c3060ffff344b"
require linux-raspberrypi_5.4.inc