diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-18 15:43:22 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-18 15:43:54 +0100 |
commit | dbf204545410b5ee1943675e789940569174f510 (patch) | |
tree | 88f1e7153101a604488d6ff5ea39c2c3fadab609 /recipes/images | |
parent | 780b100bd0c6ae69fa4f9f1fff0768a6b9f494aa (diff) |
fso2-demo-image: new image recipe; FSO-compliant image w/ zhone2 as smartphone application
Diffstat (limited to 'recipes/images')
-rw-r--r-- | recipes/images/fso2-demo-image.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/images/fso2-demo-image.bb b/recipes/images/fso2-demo-image.bb new file mode 100644 index 0000000000..3e2f93c66b --- /dev/null +++ b/recipes/images/fso2-demo-image.bb @@ -0,0 +1,17 @@ +#------------------------------------------------------ +# FSO-compliant Console Image Recipe +#------------------------------------------------------ + +require fso-image.inc + +PV = "1.0" +PR = "r0" + +IMAGE_INSTALL = "\ + task-base \ + task-fso2-compliance \ + task-cli-tools \ + task-cli-tools-python \ + \ + zhone2 \ +" |