mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-23 18:17:10 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b2d97cecd | |||
| 936c02ec13 |
+1
-1
@@ -15,7 +15,7 @@ repos:
|
|||||||
meta-arm-toolchain:
|
meta-arm-toolchain:
|
||||||
|
|
||||||
poky:
|
poky:
|
||||||
url: https://git.yoctoproject.org/git/poky
|
url: https://git.yoctoproject.org/poky
|
||||||
layers:
|
layers:
|
||||||
meta:
|
meta:
|
||||||
meta-poky:
|
meta-poky:
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ header:
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
meta-zephyr:
|
meta-zephyr:
|
||||||
url: https://git.yoctoproject.org/git/meta-zephyr
|
url: https://git.yoctoproject.org/meta-zephyr
|
||||||
layers:
|
layers:
|
||||||
meta-zephyr-core:
|
meta-zephyr-core:
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -19,10 +19,10 @@ def repo_shortname(url):
|
|||||||
.replace('*', '.'))
|
.replace('*', '.'))
|
||||||
|
|
||||||
repositories = (
|
repositories = (
|
||||||
"https://git.yoctoproject.org/git/poky",
|
"https://git.yoctoproject.org/poky",
|
||||||
"https://git.openembedded.org/meta-openembedded",
|
"https://git.openembedded.org/meta-openembedded",
|
||||||
"https://git.yoctoproject.org/git/meta-virtualization",
|
"https://git.yoctoproject.org/meta-virtualization",
|
||||||
"https://git.yoctoproject.org/git/meta-zephyr",
|
"https://git.yoctoproject.org/meta-zephyr",
|
||||||
"https://github.com/kraj/meta-clang",
|
"https://github.com/kraj/meta-clang",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
CONFIG_MTD_NAND_FSL_IFC=n
|
||||||
@@ -91,7 +91,10 @@ COMPATIBLE_MACHINE:juno = "juno"
|
|||||||
KBUILD_DEFCONFIG:juno = "defconfig"
|
KBUILD_DEFCONFIG:juno = "defconfig"
|
||||||
KCONFIG_MODE:juno = "--alldefconfig"
|
KCONFIG_MODE:juno = "--alldefconfig"
|
||||||
FILESEXTRAPATHS:prepend:juno := "${ARMBSPFILESPATHS}"
|
FILESEXTRAPATHS:prepend:juno := "${ARMBSPFILESPATHS}"
|
||||||
SRC_URI:append:juno = " file://juno-dts-mhu-doorbell.patch"
|
SRC_URI:append:juno = " \
|
||||||
|
file://juno-dts-mhu-doorbell.patch \
|
||||||
|
file://no-fsl-ifc-nand.cfg \
|
||||||
|
"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Musca B1/S2 can't run Linux
|
# Musca B1/S2 can't run Linux
|
||||||
@@ -116,6 +119,7 @@ SRC_URI:append:n1sdp = " \
|
|||||||
file://enable-realtek-R8169.cfg \
|
file://enable-realtek-R8169.cfg \
|
||||||
file://enable-usb_conn_gpio.cfg \
|
file://enable-usb_conn_gpio.cfg \
|
||||||
file://usb_xhci_pci_renesas.cfg \
|
file://usb_xhci_pci_renesas.cfg \
|
||||||
|
file://no-fsl-ifc-nand.cfg \
|
||||||
"
|
"
|
||||||
# Since we use the intree defconfig and the preempt-rt turns off some configs
|
# Since we use the intree defconfig and the preempt-rt turns off some configs
|
||||||
# do_kernel_configcheck will display warnings. So, lets disable it.
|
# do_kernel_configcheck will display warnings. So, lets disable it.
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
CONFIG_MTD_NAND_FSL_IFC=n
|
||||||
@@ -4,6 +4,7 @@ COMPATIBLE_MACHINE:generic-arm64 = "generic-arm64"
|
|||||||
FILESEXTRAPATHS:prepend:generic-arm64 = "${ARMFILESPATHS}"
|
FILESEXTRAPATHS:prepend:generic-arm64 = "${ARMFILESPATHS}"
|
||||||
SRC_URI:append:generic-arm64 = " \
|
SRC_URI:append:generic-arm64 = " \
|
||||||
file://tcpci.cfg \
|
file://tcpci.cfg \
|
||||||
|
file://no-fsl-ifc-nand.cfg \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILESEXTRAPATHS:prepend:qemuarm64-secureboot = "${ARMFILESPATHS}"
|
FILESEXTRAPATHS:prepend:qemuarm64-secureboot = "${ARMFILESPATHS}"
|
||||||
|
|||||||
Reference in New Issue
Block a user