From dbf204545410b5ee1943675e789940569174f510 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 18 Mar 2010 15:43:22 +0100 Subject: [PATCH] fso2-demo-image: new image recipe; FSO-compliant image w/ zhone2 as smartphone application --- recipes/images/fso2-demo-image.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/images/fso2-demo-image.bb 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 \ +" -- 2.39.5