From: Michael Lauer Date: Sun, 2 Sep 2007 21:49:57 +0000 (+0000) Subject: official ezx name for the ROKR E2 is rokre2 (yes it looks ugly... ;) X-Git-Tag: Release-2010-05/1~8718^2~20^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=923efe9a7617d49e96ea4ec1b3658b7a81a7bcf0;p=openembedded.git official ezx name for the ROKR E2 is rokre2 (yes it looks ugly... ;) --- diff --git a/conf/machine/rokr-e2.conf b/conf/machine/rokr-e2.conf deleted file mode 100644 index ccd496c03d..0000000000 --- a/conf/machine/rokr-e2.conf +++ /dev/null @@ -1,9 +0,0 @@ -#@TYPE: Machine -#@NAME: Motorola EZX rokr e2 -#@DESCRIPTION: Machine configuration for the Motorola GSM phones rokr e2 - -require conf/machine/include/motorola-ezx-base.inc - -#no touchscreen -MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" - diff --git a/conf/machine/rokre2.conf b/conf/machine/rokre2.conf new file mode 100644 index 0000000000..621e95f166 --- /dev/null +++ b/conf/machine/rokre2.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: Motorola EZX ROKR E2 +#@DESCRIPTION: Machine configuration for the Motorola GSM Phone ROKR E2 + +require conf/machine/include/motorola-ezx-base.inc + +# there is no touchscreen +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost keyboard screen" diff --git a/packages/tasks/task-openmoko.bb b/packages/tasks/task-openmoko.bb index f28589b6b7..0ddf590c9d 100644 --- a/packages/tasks/task-openmoko.bb +++ b/packages/tasks/task-openmoko.bb @@ -77,13 +77,13 @@ RDEPENDS_task-openmoko-ui = "\ # handle theming. FIXME: properly use machine database in a smart way, # taking into account not only size but also PPI! Ultimately this might # need recomputing some theme files and images on-the-fly :/ SVG and logical -# theme description anyone? -THEMES = "openmoko-icon-theme-standard2 openmoko-theme-standard2" -THEMES_a780 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" -THEMES_e680 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" -THEMES_a1200 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" -THEMES_rokr2 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" -THEMES_rokr6 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" +# theme description anyone? Or simply Edje to the rescue! :D +THEMES = "openmoko-icon-theme-standard2 openmoko-theme-standard2" +THEMES_a780 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" +THEMES_e680 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" +THEMES_a1200 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" +THEMES_rokre2 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" +THEMES_rokre6 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" RDEPENDS_task-openmoko-ui += "${THEMES}"