diff --git a/docs/AE350-AX45MP.md b/docs/AE350-AX45MP.md index e016756..e964c29 100644 --- a/docs/AE350-AX45MP.md +++ b/docs/AE350-AX45MP.md @@ -9,7 +9,7 @@ design. The `ae350-ax45mp` machine configuration helps developers build a disk image based on mainline Linux kernel 5.18 with MMC, DMA, -Ethernet and RTC drivers support, hosted on Andestech Github. +Ethernet, WDT and RTC drivers support, hosted on Andestech Github. How to build ============= diff --git a/recipes-kernel/linux/linux-ae350-ax45mp-dev.bb b/recipes-kernel/linux/linux-ae350-ax45mp-dev.bb index ef054d0..62946a9 100644 --- a/recipes-kernel/linux/linux-ae350-ax45mp-dev.bb +++ b/recipes-kernel/linux/linux-ae350-ax45mp-dev.bb @@ -4,13 +4,13 @@ SUMMARY = "AE350 AX45MP dev kernel recipe" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" KERNEL_VERSION_SANITY_SKIP = "1" -SRCREV ?= "81c000a116c85b65b5f9df6f42bd5bebe16594e4" -BRANCH:ae350-ax45mp = "v5.18.y_ae350-ax45mp" +SRCREV ?= "c72c2c9d4f8334f233973339f517f45e24d5e8b5" +BRANCH:ae350-ax45mp = "v6.0.y_ae350-ax45mp" FORK ?= "andestech" SRC_URI = "git://github.com/${FORK}/linux.git;protocol=https;branch=${BRANCH} \ " -LINUX_VERSION ?= "v5.18.14" +LINUX_VERSION ?= "v6.0.2" LINUX_VERSION_EXTENSION:append:ae350-ax45mp = "-ae350" KBUILD_DEFCONFIG:ae350-ax45mp = "ae350_ax45mp_defconfig"