-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conf/machine: Cleanup machine includes
We unset ROOTFS_SIZE from the balena-image in PR #435 so we can cleanup the machine includes now. imx8mm-var-dart.inc brought in in this commit is imx8mm-var-dart.conf from meta-variscite-bsp at 72250affb5f300e0891c4170e38a1071a6e6181b Changelog-entry: conf/machine: Remove machine includes Signed-off-by: Alexandru Costache <[email protected]>
- Loading branch information
Showing
6 changed files
with
6 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
#@TYPE: Machine | ||
#@NAME: Variscite DART-MX8M-MINI | ||
#@SOC: i.MX8MM | ||
#@DESCRIPTION: Machine configuration for Variscite DART-MX8M-MINI and VAR-SOM-MX8M-MINI | ||
#@MAINTAINER: Nate Drude <[email protected]> | ||
# | ||
# http://www.variscite.com | ||
|
||
MACHINEOVERRIDES =. "mx8mm:" | ||
require conf/machine/include/imx-base.inc | ||
require conf/machine/include/arm/armv8a/tune-cortexa53.inc | ||
|
||
require variscite.inc | ||
require variscite_bcm43xx.inc | ||
require conf/machine/variscite.inc | ||
require conf/machine/variscite_bcm43xx.inc | ||
|
||
# Variscite BSP default providers | ||
PREFERRED_PROVIDER_virtual/kernel:imx8mm-var-dart ?= "linux-variscite" | ||
|
@@ -60,7 +52,7 @@ IMX_BOOT_SOC_TARGET = "iMX8MM" | |
# Extra firmware package name, that is required to build boot container for fslc bsp | ||
IMX_EXTRA_FIRMWARE = "firmware-imx-8m" | ||
|
||
SERIAL_CONSOLES = "115200;ttymxc0" | ||
SERIAL_CONSOLES = "115200;ttymxc0 " | ||
|
||
IMAGE_BOOTLOADER = "imx-boot" | ||
|
||
|
86 changes: 0 additions & 86 deletions
86
layers/meta-balena-imx8m-var-dart/conf/machine/imx8mq-var-dart.inc
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
layers/meta-balena-imx8m-var-dart/conf/machine/variscite.inc
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
layers/meta-balena-imx8m-var-dart/conf/machine/variscite_bcm43xx.inc
This file was deleted.
Oops, something went wrong.