diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-09-19 14:47:13 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-09-19 14:47:50 +0200 |
commit | d5b4f3993861f3cbe6232f34281777f48c2c6c70 (patch) | |
tree | 0d1c4adaf3e438908cf5e131d3dc8c4cefcb8f8f | |
parent | b50202f4be562e271f3c3acc15e6f6d1f98619e8 (diff) |
fso2-console-image: new recipe for fso2-compliance
-rw-r--r-- | recipes/images/fso2-console-image.bb | 15 | ||||
-rw-r--r-- | recipes/tasks/task-fso2-compliance.bb | 10 |
2 files changed, 20 insertions, 5 deletions
diff --git a/recipes/images/fso2-console-image.bb b/recipes/images/fso2-console-image.bb new file mode 100644 index 0000000000..60bd6fc720 --- /dev/null +++ b/recipes/images/fso2-console-image.bb @@ -0,0 +1,15 @@ +#------------------------------------------------------ +# FSO-compliant Console Image Recipe +#------------------------------------------------------ + +require fso-image.inc + +PV = "1.1" +PR = "r1" + +IMAGE_INSTALL = "\ + task-base \ + task-fso2-compliance \ + task-cli-tools \ + task-cli-tools-python \ +" diff --git a/recipes/tasks/task-fso2-compliance.bb b/recipes/tasks/task-fso2-compliance.bb index 3746cd34ab..dbc298d670 100644 --- a/recipes/tasks/task-fso2-compliance.bb +++ b/recipes/tasks/task-fso2-compliance.bb @@ -22,7 +22,7 @@ RDEPENDS_${PN} = "\ fso-alsa-data \ fso-apm \ fso-gpsd \ - fso-monitord \ +# fso-monitord \ connman \ connman-scripts \ connman-plugin-bluetooth \ @@ -42,8 +42,8 @@ RRECOMMENDS_${PN} = "\ fso-abyss \ wmiconfig \ \ - tzdata \ - tzdata-americas \ - tzdata-asia \ - tzdata-europe \ +# tzdata \ +# tzdata-americas \ +# tzdata-asia \ +# tzdata-europe \ " |