mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
Add support for a ARMv7 machine supporting multiple Raspberry Pi boards
The new raspberrypi-armv7.conf aims at supporting all the ARMv7 Raspberry Pi boards. This initial support was tested on: * Raspberry Pi 4 Model B * Raspberry Pi 3 Model B * Raspberry Pi 0 2 WiFi Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
f24c3bdc3c
commit
10b649bdb0
@@ -0,0 +1,13 @@
|
||||
# SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
KBUILD_DEFCONFIG:raspberrypi-armv7 = "bcm2709_defconfig"
|
||||
KERNEL_PACKAGE_NAME = "${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME}"
|
||||
PROVIDES:remove = "virtual/kernel"
|
||||
|
||||
KERNEL_IMAGETYPE_DIRECT ?= "zImage"
|
||||
|
||||
COMPATIBLE_MACHINE = "^raspberrypi-armv7$"
|
||||
|
||||
KERNEL_DEVICETREE = ""
|
||||
Reference in New Issue
Block a user