aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-v1000/files/v1000/compound/postinstall.sh.bbin4
-rw-r--r--meta-v1000/files/v1000/compound/sw-description.bbin101
2 files changed, 0 insertions, 105 deletions
diff --git a/meta-v1000/files/v1000/compound/postinstall.sh.bbin b/meta-v1000/files/v1000/compound/postinstall.sh.bbin
deleted file mode 100644
index da55a516..00000000
--- a/meta-v1000/files/v1000/compound/postinstall.sh.bbin
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-printf "kernel=%d\nrootfs=%d\n" 1 1 > /tmp/swupdate_type
-
diff --git a/meta-v1000/files/v1000/compound/sw-description.bbin b/meta-v1000/files/v1000/compound/sw-description.bbin
deleted file mode 100644
index a8e06e5e..00000000
--- a/meta-v1000/files/v1000/compound/sw-description.bbin
+++ /dev/null
@@ -1,101 +0,0 @@
-software =
-{
- version = "1.0";
- hardware-compatibility = [ "1.0" ];
- stable:
- {
- platform0:
- {
- images: (
- {
- filename = "${image}";
- device = "/dev/mmcblk0p2";
- installed-directly = TRUE;
- }
- );
- files: (
- {
- filename = "bzImage";
- path = "/boot/bzImageA";
- type = "rawfile";
- }
- );
- scripts: (
- {
- filename = "postinstall.sh";
- type = "postinstall";
- }
- );
- };
- platform1:
- {
- images: (
- {
- filename = "${image}";
- device = "/dev/mmcblk0p3";
- installed-directly = TRUE;
- }
- );
- files: (
- {
- filename = "bzImage";
- path = "/boot/bzImageA";
- type = "rawfile";
- }
- );
- scripts: (
- {
- filename = "postinstall.sh";
- encrypted = false;
- }
- );
- };
- platform2:
- {
- images: (
- {
- filename = "${image}";
- device = "/dev/mmcblk0p2";
- installed-directly = TRUE;
- }
- );
- files: (
- {
- filename = "bzImage";
- path = "/boot/bzImageB";
- type = "rawfile";
- }
- );
- scripts: (
- {
- filename = "postinstall.sh";
- type = "postinstall";
- }
- );
- };
- platform3:
- {
- images: (
- {
- filename = "${image}";
- device = "/dev/mmcblk0p3";
- installed-directly = TRUE;
- }
- );
- files: (
- {
- filename = "bzImage";
- path = "/boot/bzImageB";
- type = "rawfile";
- }
- );
- scripts: (
- {
- filename = "postinstall.sh";
- type = "postinstall";
- }
- );
-
- };
- };
-}