From: Denys Dmytriyenko <[email protected]> These haven't been tested in long time and corresponding generic or qemu machine from OE-Core or meta-arm should be used instead these days.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../conf/machine/arago-armv5.conf | 18 ---------------- .../conf/machine/arago-armv7.conf | 18 ---------------- .../conf/machine/arago-armv8.conf | 21 ------------------- meta-arago-distro/conf/machine/arago.conf | 1 - 4 files changed, 58 deletions(-) delete mode 100644 meta-arago-distro/conf/machine/arago-armv5.conf delete mode 100644 meta-arago-distro/conf/machine/arago-armv7.conf delete mode 100644 meta-arago-distro/conf/machine/arago-armv8.conf delete mode 120000 meta-arago-distro/conf/machine/arago.conf diff --git a/meta-arago-distro/conf/machine/arago-armv5.conf b/meta-arago-distro/conf/machine/arago-armv5.conf deleted file mode 100644 index 6f1c1aa8..00000000 --- a/meta-arago-distro/conf/machine/arago-armv5.conf +++ /dev/null @@ -1,18 +0,0 @@ -#@TYPE: Machine -#@NAME: Arago unified/fake machine -#@DESCRIPTION: Unified/fake Arago machine configuration for TI/Arago ARMv5 platforms - -include conf/machine/include/tune-arm926ejs.inc - -IMAGE_FSTYPES = "tar.xz" - -KERNEL_IMAGETYPE = "zImage" -UBOOT_LOADADDRESS = "0" - -SERIAL_CONSOLE = "" -SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 115200;ttyS3 115200;ttyO0 115200;ttyO1 115200;ttyO2 115200;ttyO3" -SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" - -PREFERRED_PROVIDER_virtual/kernel ?= "linux-arago" - -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet touchscreen" diff --git a/meta-arago-distro/conf/machine/arago-armv7.conf b/meta-arago-distro/conf/machine/arago-armv7.conf deleted file mode 100644 index 408064fa..00000000 --- a/meta-arago-distro/conf/machine/arago-armv7.conf +++ /dev/null @@ -1,18 +0,0 @@ -#@TYPE: Machine -#@NAME: Arago unified/fake machine -#@DESCRIPTION: Unified/fake Arago machine configuration for TI/Arago ARMv7 platforms - -include conf/machine/include/tune-cortexa8.inc - -IMAGE_FSTYPES = "tar.xz" - -KERNEL_IMAGETYPE = "zImage" -UBOOT_LOADADDRESS = "0" - -SERIAL_CONSOLE = "" -SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 115200;ttyS3 115200;ttyO0 115200;ttyO1 115200;ttyO2 115200;ttyO3" -SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" - -PREFERRED_PROVIDER_virtual/kernel ?= "linux-arago" - -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet touchscreen" diff --git a/meta-arago-distro/conf/machine/arago-armv8.conf b/meta-arago-distro/conf/machine/arago-armv8.conf deleted file mode 100644 index fd6147fe..00000000 --- a/meta-arago-distro/conf/machine/arago-armv8.conf +++ /dev/null @@ -1,21 +0,0 @@ -#@TYPE: Machine -#@NAME: Arago unified/fake machine -#@DESCRIPTION: Unified/fake Arago machine configuration for TI/Arago ARMv7 platforms - -include conf/machine/include/arm/arch-armv8.inc - -IMAGE_FSTYPES = "tar.xz cpio.xz" - -KERNEL_IMAGETYPE = "Image" -UBOOT_LOADADDRESS = "0" - -SERIAL_CONSOLE = "" -SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 115200;ttyS3 115200;ttyO0 115200;ttyO1 115200;ttyO2 115200;ttyO3" -SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" - -#PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" - -MACHINE_FEATURES = "" -MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" - -RDEPENDS:kernel-base = "" diff --git a/meta-arago-distro/conf/machine/arago.conf b/meta-arago-distro/conf/machine/arago.conf deleted file mode 120000 index e8069af4..00000000 --- a/meta-arago-distro/conf/machine/arago.conf +++ /dev/null @@ -1 +0,0 @@ -arago-armv5.conf \ No newline at end of file -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13546): https://lists.yoctoproject.org/g/meta-arago/message/13546 Mute This Topic: https://lists.yoctoproject.org/mt/89310928/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
