From: Grazvydas Ignotas Date: Sat, 7 Jan 2017 18:42:15 +0000 (+0200) Subject: pandora-version: update to v1.76 X-Git-Tag: sz_176^0 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=a0eed3bac8a5c7f401f750f57f795b02202d2bd8;ds=sidebyside pandora-version: update to v1.76 --- diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index 4061db4..873efed 100644 --- a/recipes/pandora-system/pandora-version.bb +++ b/recipes/pandora-system/pandora-version.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Installs /etc/op-version file." LICENSE = "Public Domain" # a reminder: update the changelog! -PR = "r38" +PR = "r39" SRC_URI = " \ file://changelog \ @@ -20,8 +20,8 @@ do_install() { echo "Tag Name: `git describe`" > ${opvf} echo "GIT-VERSION: `git log -n1 --pretty=oneline|awk '{print $1}'`" >> ${opvf} echo "Branch: `git branch | awk '/*/{print $2}'`" >> ${opvf} - echo "Version: 1.9.7.5 - R1.75 Codename Super Zaxxon" >> ${opvf} - echo "Display Ver: SuperZaxxon 1.75${updv}" >> ${opvf} + echo "Version: 1.9.7.6 - R1.76 Codename Super Zaxxon" >> ${opvf} + echo "Display Ver: SuperZaxxon 1.76${updv}" >> ${opvf} echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf} echo "Time Stamp: `date -R`" >> ${opvf} diff --git a/recipes/pandora-system/pandora-version/changelog b/recipes/pandora-system/pandora-version/changelog index b71842c..2eed508 100644 --- a/recipes/pandora-system/pandora-version/changelog +++ b/recipes/pandora-system/pandora-version/changelog @@ -1,5 +1,8 @@ Changes since SuperZaxxon 1.75 + 2017-01-07 (SZ 1.76): + * kernel: reduced USB charge current to ~530mA, older value was too high for some hosts and would trigger overcurrent protection + 2016-12-23 (SZ 1.75 update 7): * kernel: updated to 3.2.84 * kernel: /sys/class/power_supply/twl4030_*/charge_current is now expressed in uA (Grond)