aboutsummaryrefslogtreecommitdiffstats
path: root/common/mentor-swupdate/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'common/mentor-swupdate/recipes-support')
-rw-r--r--common/mentor-swupdate/recipes-support/swupdate/files/bl-kernels2
-rw-r--r--common/mentor-swupdate/recipes-support/swupdate/files/grub.cfg2
-rw-r--r--common/mentor-swupdate/recipes-support/swupdate/swupdate_2018.03.bbappend9
3 files changed, 0 insertions, 13 deletions
diff --git a/common/mentor-swupdate/recipes-support/swupdate/files/bl-kernels b/common/mentor-swupdate/recipes-support/swupdate/files/bl-kernels
deleted file mode 100644
index a214b543..00000000
--- a/common/mentor-swupdate/recipes-support/swupdate/files/bl-kernels
+++ /dev/null
@@ -1,2 +0,0 @@
-bzImageA
-bzImageB
diff --git a/common/mentor-swupdate/recipes-support/swupdate/files/grub.cfg b/common/mentor-swupdate/recipes-support/swupdate/files/grub.cfg
deleted file mode 100644
index 97216fd0..00000000
--- a/common/mentor-swupdate/recipes-support/swupdate/files/grub.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-CONFIG_BOOTLOADER_GRUB=y
-CONFIG_GRUBENV_PATH="/boot/EFI/BOOT/grub.env"
diff --git a/common/mentor-swupdate/recipes-support/swupdate/swupdate_2018.03.bbappend b/common/mentor-swupdate/recipes-support/swupdate/swupdate_2018.03.bbappend
deleted file mode 100644
index ce3ecf6b..00000000
--- a/common/mentor-swupdate/recipes-support/swupdate/swupdate_2018.03.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI += "file://grub.cfg \
- file://bl-kernels"
-
-do_install_append() {
- install -d ${D}${sysconfdir}
- install -d ${D}${sysconfdir}/swupdate
- install -m 644 ${WORKDIR}/bl-kernels ${D}${sysconfdir}/swupdate
-}