From f9dc82959768c0df4e74317e47a4e3cf8e10bae4 Mon Sep 17 00:00:00 2001 From: Yu Chien Peter Lin Date: Mon, 8 Aug 2022 19:18:55 +0800 Subject: [PATCH] linux: add recipe for ae350-ax45mp Linux kernel source is based on v5.18.y and hosted on Andes Github. Signed-off-by: Yu Chien Peter Lin --- recipes-kernel/linux/linux-ae350-ax45mp-dev.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-kernel/linux/linux-ae350-ax45mp-dev.bb diff --git a/recipes-kernel/linux/linux-ae350-ax45mp-dev.bb b/recipes-kernel/linux/linux-ae350-ax45mp-dev.bb new file mode 100644 index 0000000..ef054d0 --- /dev/null +++ b/recipes-kernel/linux/linux-ae350-ax45mp-dev.bb @@ -0,0 +1,18 @@ +require linux-mainline-common.inc +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" +FORK ?= "andestech" +SRC_URI = "git://github.com/${FORK}/linux.git;protocol=https;branch=${BRANCH} \ + " + +LINUX_VERSION ?= "v5.18.14" +LINUX_VERSION_EXTENSION:append:ae350-ax45mp = "-ae350" + +KBUILD_DEFCONFIG:ae350-ax45mp = "ae350_ax45mp_defconfig" + +COMPATIBLE_MACHINE = "(ae350-ax45mp)"