From 7cc33a1f8afd650d6c29f4cc4071f895aa2e5366 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 19 Jul 2021 21:52:18 +0200 Subject: [PATCH] Remove OEM image The base image is now the OEM and the specific tools have been moved to VCU image. BugzID: 73593 --- recipes-core/images/netmodule-linux-image-oem.bb | 8 -------- recipes-core/images/netmodule-linux-image.bb | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 recipes-core/images/netmodule-linux-image-oem.bb diff --git a/recipes-core/images/netmodule-linux-image-oem.bb b/recipes-core/images/netmodule-linux-image-oem.bb deleted file mode 100644 index 15f7037..0000000 --- a/recipes-core/images/netmodule-linux-image-oem.bb +++ /dev/null @@ -1,8 +0,0 @@ -require netmodule-linux-image.bb - -IMAGE_INSTALL_remove_am335x-nmhw21 = " \ - battery-test \ - socket-uart \ - " - -COMPATIBLE_MACHINE = "am335x-nmhw21" diff --git a/recipes-core/images/netmodule-linux-image.bb b/recipes-core/images/netmodule-linux-image.bb index 7a181e2..6690527 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -76,9 +76,7 @@ IMAGE_INSTALL_append_am335x-nmhw21 = " \ can-utils \ spitools \ socat \ - battery-test \ cryptodev-module \ - socket-uart \ imu-setup \ gnss-mgr \ chrony \