aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb
blob: ec1e75728f8deb724c4375bea6c4676dc170fc63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUMMARY = "Linux kernel for Yerba Linux"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"

inherit kernel 

DEPENDS += "bison-native flex-native bc-native"

FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

LINUX_VERSION = "7.0.11"
PV = "${LINUX_VERSION}+tarball${SRCPV}"
LINUX_RELEASE = "v7.x"
LINUX_TARBALL = "https://cdn.kernel.org/pub/linux/kernel/${LINUX_RELEASE}/linux-${LINUX_VERSION}.tar.xz"

SRC_URI = "${LINUX_TARBALL} \
            file://defconfig"
SRC_URI[sha256sum] = "e56c8356dda01136a6041c6ef832bd0ec99bd2d35dff97832aa5ec10ed014304"

S = "${WORKDIR}/linux-${LINUX_VERSION}"

do_configure:prepend() {
    cp ${WORKDIR}/defconfig ${B}/.config
}

COMPATIBLE_MACHINE = "yerba-x86_64"