X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=acb3a0fe5e037efd5848751202d97006e70a20b0;hp=84752e181939fda396a68ba138a88d4fe58cbe2a;hb=e9b6b9e539ff88cbe37aea0d43e9970209338293;hpb=967f7088958bde6173b0e9d304f983aa4a3d7787;ds=sidebyside diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 84752e1..acb3a0f 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r105" +PR = "r137" SRC_URI = " \ file://op_paths.sh \ @@ -14,8 +14,12 @@ SRC_URI = " \ file://op_cpuspeed.sh \ file://op_cpuspeed.pnd \ file://op_usbhost.sh \ - file://op_usbhost.pnd \ + file://op_usbhost.pnd \ + file://op_osupgrade.sh \ + file://op_osupgrade.pnd \ file://op_sysspeed.sh \ + file://op_createsd.sh \ + file://op_createsd.pnd \ file://op_wifi.sh \ file://op_wifi.pnd \ file://op_bluetooth.sh \ @@ -26,6 +30,7 @@ SRC_URI = " \ file://op_startupmanager.pnd \ file://op_switchgui.sh \ file://op_switchgui.pnd \ + file://nettool.pnd \ file://startnetbooklauncher \ file://startmmenu \ file://startpmenu \ @@ -38,6 +43,8 @@ SRC_URI = " \ file://op_usermanager.pnd \ file://op_lcdsettings.sh \ file://op_lcdsettings.pnd \ + file://op_ledsettings.sh \ + file://op_ledsettings.pnd \ file://op_cpusettings.sh \ file://op_cpusettings.pnd \ file://op_lcdrate.sh \ @@ -49,6 +56,7 @@ SRC_URI = " \ file://op_nubchange.sh \ file://op_lidsettings.pnd \ file://op_lidsettings.sh \ + file://op_touchinit.sh \ file://op_tvout.sh \ file://op_tvout.pnd \ file://ConfigModel.py \ @@ -56,6 +64,7 @@ SRC_URI = " \ file://op_inputtest.pnd \ file://gui.conf \ file://cpu.conf \ + file://led.conf \ file://gamma.conf \ file://service.conf \ file://nub_profiles.conf \ @@ -83,13 +92,17 @@ SRC_URI = " \ file://op_bright_up.sh \ file://op_menu.sh \ file://op_xfcemenu.sh \ + file://op_hugetlb.sh \ + file://op_gamma.sh \ " do_install() { install -d ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_paths.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_osupgrade.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bright.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_cpuspeed.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_createsd.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_sysspeed.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_cpusettings.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_wifi.sh ${D}${prefix}/pandora/scripts/ @@ -102,6 +115,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_datetime.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_usermanager.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_lcdsettings.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_ledsettings.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_lcdrate.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_videofir.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_nubmode.py ${D}${prefix}/pandora/scripts/ @@ -112,9 +126,12 @@ do_install() { install -m 0755 ${WORKDIR}/op_lid.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_power.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_battlow.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_touchinit.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bright_up.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_menu.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_xfcemenu.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_hugetlb.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_gamma.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/reset_nubs.sh ${D}${prefix}/pandora/scripts/ install -m 0644 ${WORKDIR}/pndlogo.png ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/ConfigModel.py ${D}${prefix}/pandora/scripts/ @@ -128,9 +145,11 @@ do_install() { install -d ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_calibrate.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_createsd.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_cpuspeed.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_datetime.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_lcdsettings.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_ledsettings.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_cpusettings.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_nubmode.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_startupmanager.pnd ${D}${prefix}/pandora/apps/ @@ -142,6 +161,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_tvout.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_inputtest.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_lidsettings.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_osupgrade.pnd ${D}${prefix}/pandora/apps/ install -d ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/evince.pnd ${D}${prefix}/pandora/mmenu/ @@ -152,6 +172,7 @@ do_install() { install -m 0755 ${WORKDIR}/thunar.pnd ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/xchat.pnd ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/gcalctool.pnd ${D}${prefix}/pandora/mmenu/ + install -m 0755 ${WORKDIR}/nettool.pnd ${D}${prefix}/pandora/mmenu/ install -d ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_bluetooth.desktop ${D}${datadir}/applications/ @@ -161,6 +182,7 @@ do_install() { install -d ${D}${sysconfdir}/pandora/conf/ install -m 0644 ${WORKDIR}/gui.conf ${D}${sysconfdir}/pandora/conf/gui.conf + install -m 0644 ${WORKDIR}/led.conf ${D}${sysconfdir}/pandora/conf/led.conf install -m 0644 ${WORKDIR}/cpu.conf ${D}${sysconfdir}/pandora/conf/cpu.conf install -m 0644 ${WORKDIR}/gamma.conf ${D}${sysconfdir}/pandora/conf/gamma.conf install -m 0644 ${WORKDIR}/service.conf ${D}${sysconfdir}/pandora/conf/service.conf @@ -184,3 +206,11 @@ do_install() { PACKAGE_ARCH = "${MACHINE_ARCH}" FILES_${PN} += "${prefix} ${datadir}" + +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/gui.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/cpu.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/led.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/gamma.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/service.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/nub_profiles.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/tvout-profiles.conf