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=d53f47292cf5c1bac45fbd3cbbb0920db8c445c9;hp=1928aaec1bdc844c3fefeb5f983e335565aa51fe;hb=cd7d8500af9da149da7fc7b47650a0cf8aab1392;hpb=8f9f2d27e43e1a64a27646c57d93d4a7b35451e4 diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 1928aae..d53f472 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 = "r114" +PR = "r134" 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 \ @@ -38,6 +42,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 \ @@ -57,6 +63,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 \ @@ -85,13 +92,16 @@ SRC_URI = " \ 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/ @@ -104,6 +114,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/ @@ -119,6 +130,7 @@ do_install() { 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/ @@ -132,9 +144,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/ @@ -146,6 +160,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/ @@ -165,6 +180,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 @@ -188,3 +204,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