aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/files/v1000/compound/sw-description.bbin
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/files/v1000/compound/sw-description.bbin')
-rw-r--r--meta-v1000/files/v1000/compound/sw-description.bbin101
1 files changed, 0 insertions, 101 deletions
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";
- }
- );
-
- };
- };
-}