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=6fc98f77b38c95669f2d093190fcc8038fa18783;hp=cb3046ef1a920d6306f0e7a525572bcf4ced0daa;hb=1bee6ff34ed270d98ecd8a3738e2a7180a19616a;hpb=733057424c69923158762f04770e7c20f0d79d3d diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index cb3046e..6fc98f7 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -5,13 +5,14 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "bash sed gawk grep zenity" -PR = "r145" +PR = "r160" SRC_URI = " \ - file://op_paths.sh \ file://op_bright.sh \ + file://op_common.sh \ file://op_cpuspeed.sh \ file://op_cpuspeed.pnd \ + file://op_dspspeed.sh \ file://op_usbhost.sh \ file://op_usbhost.pnd \ file://op_osupgrade.sh \ @@ -23,9 +24,7 @@ SRC_URI = " \ file://op_startupmanager.pnd \ file://op_switchgui.sh \ file://op_switchgui.pnd \ - file://startnetbooklauncher \ file://startmmenu \ - file://startpmenu \ file://stopmmenu \ file://op_calibrate.sh \ file://op_calibrate.pnd \ @@ -39,7 +38,7 @@ SRC_URI = " \ file://op_ledsettings.pnd \ file://op_cpusettings.sh \ file://op_cpusettings.pnd \ - file://compo4all-manager.pnd \ +# file://compo4all-manager.pnd \ file://op_lcdrate.sh \ file://op_videofir.sh \ file://op_storage.sh \ @@ -50,13 +49,15 @@ SRC_URI = " \ file://op_lidsettings.pnd \ file://op_lidsettings.sh \ file://op_touchinit.sh \ - file://op_tvout.sh \ + file://op_tvout.sh \ file://op_tvout.pnd \ + file://op_tvout_layer.sh \ file://ConfigModel.py \ file://TVoutConfig.py \ file://op_inputtest.pnd \ file://gui.conf \ file://cpu.conf \ + file://dsp.conf \ file://led.conf \ file://gamma.conf \ file://service.conf \ @@ -87,15 +88,18 @@ SRC_URI = " \ file://op_xfcemenu.sh \ file://op_hugetlb.sh \ file://op_gamma.sh \ + file://op_getpndmg.sh \ file://op_dsp.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_common.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_getpndmg.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_dspspeed.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/ @@ -112,7 +116,8 @@ do_install() { 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_tvout.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_tvout_layer.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/ @@ -152,7 +157,7 @@ do_install() { 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 -m 0755 ${WORKDIR}/compo4all-manager.pnd ${D}${prefix}/pandora/apps/ +# install -m 0755 ${WORKDIR}/compo4all-manager.pnd ${D}${prefix}/pandora/apps/ install -d ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/evince.pnd ${D}${prefix}/pandora/mmenu/ @@ -168,6 +173,7 @@ do_install() { 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}/dsp.conf ${D}${sysconfdir}/pandora/conf/dsp.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 install -m 0666 ${WORKDIR}/nub_profiles.conf ${D}${sysconfdir}/pandora/conf/nub_profiles.conf @@ -181,9 +187,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_env.sh ${D}${sysconfdir}/profile.d/ install -d ${D}${bindir}/ - install -m 0755 ${WORKDIR}/startnetbooklauncher ${D}${bindir}/ install -m 0755 ${WORKDIR}/startmmenu ${D}${bindir}/ - install -m 0755 ${WORKDIR}/startpmenu ${D}${bindir}/ install -m 0755 ${WORKDIR}/stopmmenu ${D}${bindir}/ } @@ -193,6 +197,7 @@ FILES_${PN} += "${prefix} ${datadir}" CONFFILES_${PN} += ${sysconfdir}/pandora/conf/gui.conf CONFFILES_${PN} += ${sysconfdir}/pandora/conf/cpu.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/dsp.conf CONFFILES_${PN} += ${sysconfdir}/pandora/conf/led.conf CONFFILES_${PN} += ${sysconfdir}/pandora/conf/gamma.conf CONFFILES_${PN} += ${sysconfdir}/pandora/conf/service.conf