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=ec97f27643173a857d323ccc91818b4a3850fafb;hp=41062accce7875bdfcb19a62b355eeeb558032ae;hb=2fa0121c257f7e0032383eaf3b5aa588ec99889d;hpb=ac768e5cda9cd380241d932cc73508a6515eb609 diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 41062ac..ec97f27 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,15 +6,24 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r76" +PR = "r129" SRC_URI = " \ + file://op_paths.sh \ file://op_bright.sh \ file://op_cpuspeed.sh \ - file://op_cpuspeed.pnd \ + file://op_cpuspeed.pnd \ + file://op_usbhost.sh \ + 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 \ + file://op_bluetooth_work.sh \ file://op_bluetooth-check.desktop \ file://op_bluetooth.desktop \ file://op_startupmanager.sh \ @@ -41,8 +50,10 @@ SRC_URI = " \ file://op_storage.pnd \ file://op_nubmode.py \ file://op_nubmode.pnd \ + 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 \ @@ -77,15 +88,23 @@ 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_cpusettings.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/ + install -m 0755 ${WORKDIR}/op_usbhost.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bluetooth.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_bluetooth_work.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_startupmanager.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_switchgui.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_calibrate.sh ${D}${prefix}/pandora/scripts/ @@ -95,15 +114,19 @@ do_install() { 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/ + install -m 0755 ${WORKDIR}/op_nubchange.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_storage.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_tvout.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bright_down.sh ${D}${prefix}/pandora/scripts/ 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/ @@ -117,6 +140,7 @@ 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/ @@ -127,9 +151,11 @@ do_install() { install -m 0755 ${WORKDIR}/op_switchgui.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_usermanager.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_wifi.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_usbhost.pnd ${D}${prefix}/pandora/apps/ 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/ @@ -172,3 +198,10 @@ 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/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