X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=eccd198adc6b32a30a1b02e6adb70374f89ddd90;hb=c2dba7385b9f0052e47a856d6c32f0a34465a554;hp=83f54f1c9eef3f807dd077b98e77af1bd0f73e98;hpb=68331cf465e085b4bf2909c67a35d1137deda6d7;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 83f54f1..eccd198 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -5,16 +5,18 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "bash sed gawk grep zenity" -PR = "r149" +PR = "r164" 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 \ + file://op_osupgrade_work.sh \ file://op_osupgrade.pnd \ file://op_sysspeed.sh \ file://op_createsd.sh \ @@ -56,6 +58,7 @@ SRC_URI = " \ file://op_inputtest.pnd \ file://gui.conf \ file://cpu.conf \ + file://dsp.conf \ file://led.conf \ file://gamma.conf \ file://service.conf \ @@ -86,15 +89,19 @@ 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_osupgrade.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_osupgrade_work.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/ @@ -168,6 +175,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 @@ -191,6 +199,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