mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
43f90f06ba
We don't want to build firmware blobs into the kernel binary. Also, add linux-firmware-rtl8168 package to MACHINE_ESSENTIAL_EXTRA_RDEPENDS to have it installed in any image by default. Change-Id: If8a88a4ccbc6d474438a2555498989695a4b19dc Issue-Id: SCM-954 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
#
|
|
# N1SDP MACHINE specific configurations
|
|
#
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"
|
|
|
|
# Apply N1SDP specific patches
|
|
SRC_URI_append_n1sdp = " \
|
|
git://git.linaro.org/landing-teams/working/arm/device-tree.git;name=dts;nobranch=1;destsuffix=git/arch/arm64/boot/dts \
|
|
file://0001-TMP-iommu-arm-smmu-v3-Ignore-IOPF-capabilities.patch \
|
|
file://0002-pci_quirk-add-acs-override-for-PCI-devices.patch \
|
|
file://0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch \
|
|
file://0004-n1sdp-update-n1sdp-pci-quirk-for-SR-IOV-support.patch \
|
|
file://disable-extra-fw.cfg \
|
|
"
|
|
|
|
# Referring to commit TAG N1SDP-2020.03.26
|
|
SRCREV_n1sdp = "137cccb0843e63b031acf67d1ca4f6447b8c417c"
|
|
SRCREV_dts_n1sdp = "3209a868152f348194cc1f20fd87c759d3a97d45"
|
|
|
|
# Use intree defconfig
|
|
KBUILD_DEFCONFIG_n1sdp = "defconfig"
|
|
|
|
# Since the intree defconfig in n1sdp kernel repository is not setting all the configs,
|
|
# KCONFIG_MODE is set to "alldefconfig" to properly expand the defconfig.
|
|
KCONFIG_MODE_n1sdp = "--alldefconfig"
|
|
|
|
COMPATIBLE_MACHINE_n1sdp = "n1sdp"
|