commit 2bfa3bd7c95f50ffb066d6fc2ec7c17d83364776
Merge: b095731 3539238
Author: DeadSquirrel01 <m.marcaccini01@gmail.com>
Date:   Fri Jun 8 22:37:24 2018 +0000

    Merge branch 'master' of https://github.com/mer-hybris/droid-hal-configs into HEAD

commit b095731124d4e7531da4cef010258890c79efc38
Author: Franz-Josef Haider <franz.haider@jollamobile.com>
Date:   Wed Apr 25 20:15:45 2018 +0300

    [boot] use nohup on droid-hal-init. JB#41779
    
    Use exec nohup since systemd may send SIGHUP, but droid-hal-init doesn't
    handle it. This avoids having to modify android_system_core, which would
    require different handling for every different android version.

commit 323304a1eb9a329d7ace9f700c631c0dd2e02027
Author: Franz-Josef Haider <franz.haider@jollamobile.com>
Date:   Wed Apr 25 16:04:57 2018 +0300

    [configs] Adjust udev partition rules to match what android does. JB#41430, JB#41473
    
    Change udev rules to fix /devices/dir1/dir2 platform device handling.
    This also fixes the bootdevice symlink creation such that we don't need
    special handling on some devices.
    It also avoids the usage of scripts entirely, which means far less udev
    processes are started during the boot process (currently >240), which improves
    the boot up time.
    This currently removes the /lib/udev/platform-device script, since it should
    not be necessary anymore. Rules using that script will fail, but that is fine
    since the bootdevice is now handled here. If someone uses this script they will
    quickly notice that something has changed and that those obsolete rules need to
    be removed.
    This also fixes an issue with certain android daemons (one of which is
    qseecomd), which on some devices expects that /dev/block/bootdevice is a
    symlink to the /dev/block/platform/dir1/dir2 bootdevice entry.
    In our previous implementation /dev/block/bootdevice contained symlinks to
    /dev/block/platform/dir1/dir2/mmcblk* entries, now it is a symlink itself, as
    expected by some android daemons.
    Unfortunately we cannot do comparisions like ENV{X}==ENV{Y} or
    ENV{X}=="$env{Y}", therefore the comparision with androidboot.bootdevice works
    via a dummy file in /tmp.

commit a47392c2892fbfdf965e7bdbe7b82ceb871efa83
Author: Lewis Rockliffe <r0kk3rz@gmail.com>
Date:   Fri Apr 20 16:57:17 2018 +0200

    [patterns] Add sd-utils for sd card support

commit 3539238f113d00b77d67db587c146fb4c3854316
Merge: 49ababa 77968c5
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Wed May 23 09:40:54 2018 +0300

    Merge pull request #133 from krnlyng/nohup
    
    [boot] use nohup on droid-hal-init. JB#41779

commit 49ababaf2ae2f0c27ac9801d88b62a7dd4f507b5
Merge: e34b992 d9e4b78
Author: Franz-Josef Anton Friedrich Haider <f_haider@gmx.at>
Date:   Fri Apr 27 15:02:22 2018 +0300

    Merge pull request #132 from krnlyng/jb41430
    
    [configs] Adjust udev partition rules to match what android does. JB#41430, JB#41473

commit 77968c5d285ba770b6ae6e4eb73634218cda8a81
Author: Franz-Josef Haider <franz.haider@jollamobile.com>
Date:   Wed Apr 25 20:15:45 2018 +0300

    [boot] use nohup on droid-hal-init. JB#41779
    
    Use exec nohup since systemd may send SIGHUP, but droid-hal-init doesn't
    handle it. This avoids having to modify android_system_core, which would
    require different handling for every different android version.

commit d9e4b78f0a294a2872204896b68832616331d1eb
Author: Franz-Josef Haider <franz.haider@jollamobile.com>
Date:   Wed Apr 25 16:04:57 2018 +0300

    [configs] Adjust udev partition rules to match what android does. JB#41430, JB#41473
    
    Change udev rules to fix /devices/dir1/dir2 platform device handling.
    This also fixes the bootdevice symlink creation such that we don't need
    special handling on some devices.
    It also avoids the usage of scripts entirely, which means far less udev
    processes are started during the boot process (currently >240), which improves
    the boot up time.
    This currently removes the /lib/udev/platform-device script, since it should
    not be necessary anymore. Rules using that script will fail, but that is fine
    since the bootdevice is now handled here. If someone uses this script they will
    quickly notice that something has changed and that those obsolete rules need to
    be removed.
    This also fixes an issue with certain android daemons (one of which is
    qseecomd), which on some devices expects that /dev/block/bootdevice is a
    symlink to the /dev/block/platform/dir1/dir2 bootdevice entry.
    In our previous implementation /dev/block/bootdevice contained symlinks to
    /dev/block/platform/dir1/dir2/mmcblk* entries, now it is a symlink itself, as
    expected by some android daemons.
    Unfortunately we cannot do comparisions like ENV{X}==ENV{Y} or
    ENV{X}=="$env{Y}", therefore the comparision with androidboot.bootdevice works
    via a dummy file in /tmp.

commit e34b9925626acfb7f91a3d185b4427acc004fc87
Merge: de4fe40 5a453a6
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Sat Apr 21 11:52:02 2018 +0100

    Merge pull request #131 from r0kk3rz/master
    
    [patterns] Add sd-utils for sd card support

commit 5a453a661909d5b8674770767fc263bc148d7fb5
Author: Lewis Rockliffe <r0kk3rz@gmail.com>
Date:   Fri Apr 20 16:57:17 2018 +0200

    [patterns] Add sd-utils for sd card support

commit de4fe40084d0a8e19ddeb7982807c1d3456766f2
Merge: 709094a 199f8cc
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Wed Apr 18 08:04:59 2018 +0300

    Merge pull request #130 from mer-hybris/jb41676
    
    Depend on jolla-devicelock-daemon-encsfa by default.

commit 199f8cc9bc1cf01a8ed1eda3164e37ae7fc1c9a6
Author: Raine Makelainen <raine.makelainen@jolla.com>
Date:   Tue Apr 17 20:05:52 2018 +0300

    [configs] Depend on jolla-devicelock-daemon-encsfa by default. Contributes to JB#41676

commit 709094abe097478747597cb4d1cf12494f320600
Merge: 1ad9276 5eaf07b
Author: martyone <martyone@ubedi.net>
Date:   Tue Apr 17 18:01:43 2018 +0200

    Merge pull request #129 from martyone/jb41359
    
    Do not attach os-release, now available from ssu-repos

commit 5eaf07b508b4fd14914b35206aea977b02b93948
Author: Martin Kampas <martin.kampas@jolla.com>
Date:   Fri Apr 13 08:54:41 2018 +0200

    Do not attach os-release, now available from ssu-repos
    
    [ks] Do not attach os-release, now available from ssu-repos. Contribute to JB#41359

commit 1ad9276071c8a0be89a151bd3bbc63608b85120c
Merge: ff6a3c5 6e9dd08
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Wed Apr 11 14:35:44 2018 +0300

    Merge pull request #128 from jusa/jb41613
    
    Classify fmradio loopback source as player.

commit ff6a3c5e5441b14b46eeb4c5a0fab87730f41bb5
Merge: 5980073 d0c0799
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Tue Apr 10 17:51:22 2018 +0300

    Merge pull request #127 from jusa/jb41568
    
    Split policy earpiece configuration.

commit 6e9dd08f70fa6178f0596202973c1bcee2aef7e2
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Apr 10 17:00:38 2018 +0300

    [configs] Classify fmradio loopback source as player. JB#41613
    
    Instead of classifying source output of module-loopback as internal
    (meaning policy enforcement doesn't touch the source output at all)
    classify the source output as player. This way when we have multiple
    sources to choose from policy enforcement can connect the source output
    to correct source.
    
    Now when for example USB-audio device with recording capabilities is
    connected when fmradio is enabled, module-loopback connects to the
    first source it sees which may be the wrong one. With this change
    policy enforcement has pointers to select the right source.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit d0c07995e8240ea5c1838d46a4a58a769271baad
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Mon Apr 9 09:49:45 2018 +0300

    [configs] Split policy earpiece configuration. JB#41568
    
    There may be devices with voice modem but no earpiece connected. Split
    earpiece configuration from the main xpolicy.conf so that with these
    kind of devices earpiece route can be disabled by removing earpiece.conf
    and bluez4_earpiece.conf or bluez5_earpiece.conf in delete_file_foo.list.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 59800733989cdd6721c228f071ea3e7b1feceef0
Merge: c2f9067 80fcccd
Author: Marko Saukko <marko.saukko@gmail.com>
Date:   Mon Mar 19 10:17:45 2018 +0200

    Merge pull request #125 from mer-hybris/jb41325
    
    Relax systemCheck.d a bit on droid-hal-*

commit c2f9067595abdc6561d16451ff7a0af349d0e3fe
Merge: 15e902f 025fdbd
Author: Andrew Branson <abranson@users.noreply.github.com>
Date:   Fri Mar 16 12:47:03 2018 +0000

    Merge pull request #126 from mer-hybris/jb41377
    
    [codecs] Add symlink for newer media_codecs_performance.xml codec definition file

commit 025fdbd253f7c63733a67434b8881f9aa9097b52
Author: Andrew Branson <andrew.branson@jollamobile.com>
Date:   Fri Mar 16 13:28:20 2018 +0100

    [codecs] Add symlink for newer media_codecs_performance.xml codec definition file, as some adaptations crash if these files are missing. JB#41377

commit 80fcccd93c0ac81ded28cb7f0dce7ad0086be1ee
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Mon Mar 12 15:30:16 2018 -0400

    Relax systemCheck.d a bit on droid-hal-*
    
    [systemCheck.d] Relax droid-hal-*. Contributes to JB#41325
    
    When sharing an adaptation we can not be too specific on certain
    packages such as droid-hal-* but we should refer to the provides
    packages.
    
    In the end we should think if we could add Requires lines to the
    droid-hal-version package and require mainly that in this ha.check file,
    but that is for future. :)
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 15e902f6c16dd1ffbb3324a290890ec873c53851
Merge: 7698649 54512d2
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Sat Feb 17 13:17:19 2018 +0200

    Merge pull request #123 from jusa/pa11.1
    
    Updated configs for PulseAudio 11.1

commit 54512d281406e25bb6698f2e3de5c268aa7c55c0
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Sat Feb 17 12:14:36 2018 +0200

    [dhc] Update pulseaudio package requirements.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 4141f4303bd57cde63a2a78e7d98aedf4cd21df3
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Feb 13 14:20:15 2018 +0200

    [configs] Update loopback arguments for PulseAudio 11.1. JB#38694
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 400a79ddb4ce5b45b19da32428913a71593d7629
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Feb 13 14:19:49 2018 +0200

    [configs] Update bluez5 arguments for PulseAudio 11.1. JB#38694
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 769864929261d14ba2380323ddced4e325d5c819
Merge: 2e6e8f9 0aac45f
Author: Marko Saukko <marko.saukko@gmail.com>
Date:   Tue Feb 13 10:58:10 2018 +0200

    Merge pull request #122 from mer-hybris/jb41099
    
    Add SAILFISH_CUSTOMER to os-release.

commit 0aac45f65a32f37ab97f582c4f2ad1e64176bdfe
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Mon Feb 12 18:18:02 2018 +0200

    Add SAILFISH_CUSTOMER to os-release.
    
    [ks] Add SAILFISH_CUSTOMER to os-release for image builds. Contributes to JB#41099
    
    When there are multiple of customer images it is not clear by default
    what the image contains. This commit adds SAILFISH_CUSTOMER to the
    os-release for the image builds so that later in the %pack we can use
    this value to add more information to the image name what is this image
    about.
    
    We could also add all the other features from /usr/share/ssu/features.d/
    however before doing that we would need to rename those to match e.g.
    feature-*.ini naming scheme. Also if we would add all those that could
    mean that the filename lenght is starting to be too much, which it
    already after this commit almost is. ;)
    
    NOTE: After this it is still up to the device specific %pack to take
    this part in use.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 2e6e8f97703aab0d948e6633c0056788fc7e3305
Merge: 936fe70 aac652a
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Mon Feb 12 15:07:57 2018 +0200

    Merge pull request #121 from mlehtima/vibra
    
    [patterns] Use native vibrator in templates.

commit aac652aae840a15629c0f4e070275ea128fe088f
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Thu Feb 8 20:00:38 2018 +0200

    [patterns] Use native vibrator in templates.

commit 936fe70c0e9adcc5106cfdca93effb2bcd9baf38
Merge: 2e158c1 8b60635
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Thu Feb 1 15:45:41 2018 +0200

    Merge pull request #120 from jusa/dev
    
    Update PulseAudio configurations.

commit 8b60635f77abf394a8a478d1516f3906d4f5b618
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Thu Feb 1 11:41:19 2018 +0200

    [configs] Delay voice port changes. JB#40097
    
    Prevent leakage of ringtone fade out when using wired accessories, as
    the delayed port change also mutes media streams when doing the port
    change.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 797fcd660060ad8fd209563f24419be6e68ed9f3
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Jan 30 23:24:49 2018 +0200

    [configs] Update PulseAudio stream ducking. JB#40097
    
    Instead of silencing media streams completely when notification or
    warning streams are playing, just duck them a bit so that they stay
    audible and are nicely mixed with higher priority streams.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 2e158c19d13a0a5605c909e159feecec18565ba6
Merge: d19f643 9c3cd1c
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Feb 1 09:30:46 2018 +0200

    Merge pull request #118 from mer-hybris/jb40935
    
    Use os-release instead of sailfish-release.

commit 9c3cd1c8a2b9cf025adf71dbb2af74f308c65019
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Wed Jan 31 16:31:00 2018 -0500

    Use os-release instead of sailfish-release.
    
    [release] Use os-release instead of sailfish-release. Contributes to JB#40935
    
    We should use the os-release everywhere instead of sailfish-release to
    make sure that different identification can be used. os-release will
    always be the link to the right identification file regardless of the
    name of the actual *-release file.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 43fec8aa726b2836e80406299b039cd142a0ae74
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Jan 30 23:21:51 2018 +0200

    [configs] Update PulseAudio policy configuration. JB#40097
    
    Add media notify for alarm group. Requires ohm-plugins-misc 1.4.2 to
    have any actual effect. Now when alarm is activated we have more control
    with routing etc as the policy framework will automatically acquire
    audio_playback resource for the alarm stream.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit d19f643222896a80d167f4ce31e2bec2b5cf5e9c
Merge: b5cde68 1283062
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Jan 5 19:39:42 2018 +0000

    Merge pull request #117 from r0kk3rz/master
    
    Add strace to porter-tools

commit 1283062659639ea966b804e8937ff20c3115ac16
Author: r0kk3rz <r0kk3rz@gmail.com>
Date:   Fri Jan 5 11:40:13 2018 +0000

    Add strace to porter-tools
    
    strace is a common enough debugging tool, especially early on when you might not have things like Wifi working yet so installing it manually can be difficult

commit b5cde68ba125a833e707a71c2d8d74e4f926ee5b
Merge: 89e435e 35d0211
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Dec 14 14:31:24 2017 +0000

    Merge pull request #116 from krnlyng/jb40170
    
    Add lowi.conf symlink

commit 35d0211f2de8bc3b3f6d9fc7e11f6d42955f500a
Author: Franz-Josef Haider <franz.haider@jollamobile.com>
Date:   Thu Dec 14 15:57:12 2017 +0200

    Add lowi.conf symlink such that lowi does not exit during powerup on those devices where it is necessary.

commit 89e435e116e26fb4c25bdfd72db6440f23ac187b
Merge: d0ee40e dce099d
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Tue Dec 12 16:06:04 2017 +0200

    Merge pull request #115 from jusa/jb40435
    
    Add default configs for usb-otg audio and fmradio.

commit dce099d34fc3a30969a21dffcf6264f64829c59b
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Dec 12 15:29:19 2017 +0200

    [configs] Add default step configs for usbaudio. JB#40435
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 07cf8d9069a56d0dd39cbed67b3bace751e00458
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Dec 12 15:24:18 2017 +0200

    [configs] Add PulseAudio configs for fmradio and usb-otg audio. JB#40435
    
    To enable either feature check config file comments.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit d0ee40e3110c142f47875318a5d1bf79269be3c6
Merge: 1853397 5b10bc6
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Fri Dec 8 14:48:51 2017 +0200

    Merge pull request #114 from jusa/newconfig
    
    Update PulseAudio configuration.

commit 5b10bc630e4149cb66182a88361dc6397bab6ec9
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Dec 5 12:12:00 2017 +0200

    [dhc] Update pulseaudio package requirements.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 91718954ba84c956c0be6232d1148a760ae0505e
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Dec 5 10:34:57 2017 +0200

    [configs] Update PulseAudio configuration. JB#40125
    
    Instead of relying on absolute sink or source names for routing targets,
    use property flags.
    
    This config change requires packages and dependencies for
    pulseaudio-modules-droid >= 8.0.63
    pulseaudio-policy-enforcement >= 8.0.33
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 18533976083a6a09d379ebb4bb6431a25874b80d
Merge: 8a83606 6bec4f9
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Tue Nov 14 13:11:52 2017 +0200

    Merge pull request #113 from mer-hybris/template-cleanup
    
    Template cleanup

commit 6bec4f955fa477b0a3ad6a3caca5f1fe96392793
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Fri Nov 10 14:35:04 2017 +0200

    [patterns] Use bluez5 by default instead of bluez4
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit f4c8dc0d3c82d835e268ddb2f0e0e13dff2d31f4
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Fri Nov 10 14:33:53 2017 +0200

    [patterns] Use meta packages instead of patterns
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 8a836068a5f5eb1ae818f96005f10f69837b86a5
Merge: efb0841 910555a
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Mon Nov 6 15:24:34 2017 +0200

    Merge pull request #112 from jusa/jb40317
    
    Don't fail PulseAudio startup if module-droid-glue fails to load.

commit 910555a380a7fe45e580dd72e72de2f97844be37
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Mon Nov 6 15:13:37 2017 +0200

    [configs] Don't fail PulseAudio startup if module-droid-glue fails to load. JB#40317

commit efb0841fea30d6d93c8b74a3d43944dfb72cddc3
Merge: b957b1a f2a1099
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Nov 2 10:12:18 2017 +0200

    Merge pull request #111 from mer-hybris/fix-post-script
    
    Fix droid-config post-script return value

commit f2a109989591b5d71fa1096de1bf6063abd58aaa
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Nov 1 16:19:38 2017 +0200

    Fix droid-config post-script return value
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit b957b1aec48e82b81cb00034858b766bbbbc02fd
Merge: 993b088 12d84db
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Oct 26 11:30:31 2017 +0100

    Merge pull request #110 from krnlyng/boot
    
    [boot] don't use 32 bit LD_LIBRARY_PATH on 64-bit devices

commit 12d84dbe6abda609ed15527314a5a13bfb53c762
Author: Franz-Josef Haider <franz.haider@jollamobile.com>
Date:   Wed Oct 25 10:44:20 2017 +0300

    [boot] don't use 32 bit LD_LIBRARY_PATH on 64-bit devices

commit 993b088d38b9d930765270d08ab7ad9f97be81be
Merge: 18af85b c1a6b37
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Oct 16 11:24:35 2017 +0100

    Merge pull request #109 from mer-hybris/jb39992
    
    Improve Camera startup times if RAM is 2GB or more

commit c1a6b37a5f78c09e7208326f90d431b174154331
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Oct 16 11:12:53 2017 +0100

    [configs] Improve Camera startup times if RAM is 2GB or more. JB#39992
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 18af85b1b0ae847506fe17bcd85d9ed2d6e0270d
Merge: f525900 7f64988
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Fri Oct 13 10:28:59 2017 +0300

    Merge pull request #108 from jpetrell/master
    
    Remove keys duplicated in us kmap.

commit 7f649885a4bedb9693b66f32615b59e1e37c1797
Author: Joona Petrell <joona.petrell@jollamobile.com>
Date:   Fri Oct 13 00:23:04 2017 +0300

    [droid-hal-configs] Remove keys duplicated in us kmap. Contributes to JB#17545

commit f525900321cf88fca963224ac6af33d0e751b6ff
Merge: 1846e33 488b3e4
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Oct 12 15:53:39 2017 +0300

    Merge pull request #107 from jpetrell/master
    
    Use appropriate key code for device's home key.

commit 488b3e42bc7ffffa387f92b3b521b8bf30f3b21c
Author: Joona Petrell <joona.petrell@jollamobile.com>
Date:   Thu Oct 12 11:15:10 2017 +0300

    [droid-hal-configs] Use appropriate key code for device's home key. Contributes to JB#17545

commit 1846e332ebdae349d22685a612ac7d9879f622af
Merge: 31498c3 dd99d3c
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Oct 11 13:02:54 2017 +0100

    Merge pull request #106 from jpetrell/master
    
    [droid-hal-configs] Align with upstream key naming. Contributes to JB#39965

commit dd99d3cc569f4a7218b096d6008040832d40d852
Author: Joona Petrell <joona.petrell@jollamobile.com>
Date:   Wed Oct 11 14:57:45 2017 +0300

    [droid-hal-configs] Align with upstream key naming. Contributes to JB#39965

commit 31498c3560d092eb7e8c0a2f5c8d5460c2f92e4d
Merge: 479355b 1debf91
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Oct 11 12:40:26 2017 +0100

    Merge pull request #105 from jpetrell/master
    
    [droid-hal-configs] Map navigation keys. Contributes to JB#39965

commit 1debf91d4413468dff97433f9e3593f88ad1be7d
Author: Joona Petrell <joona.petrell@jollamobile.com>
Date:   Wed Oct 4 22:10:00 2017 +0300

    [droid-hal-configs] Map navigation keys. Contributes to JB#39965

commit 479355b07c003df68ae4da67cf7f0be62c93b488
Merge: 65a9a8a 18a69d8
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Oct 2 13:44:39 2017 +0100

    Merge pull request #102 from mer-hybris/fix-localbuild-systemCheck
    
    [zypp] Perform systemCheck only on OBS. MER#1807

commit 65a9a8a54dd6faee2b44ff6e905ee4ebcdf2fa07
Merge: 239c794 6962dca
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Mon Oct 2 11:42:08 2017 +0300

    Merge pull request #104 from pvuorela/master
    
    [droid-hal-configs] Map camera button keycodes. Contributes to MER#1817

commit 6962dcaf47b94f223be7845f99924ed708db27c7
Author: Pekka Vuorela <pekka.vuorela@jollamobile.com>
Date:   Wed Sep 27 17:23:25 2017 +0300

    [droid-hal-configs] Map camera button keycodes. Contributes to MER#1817

commit 239c79450b8dd57d3c64d1918b1b6e59e7b96330
Merge: 73dbf5b d9a5f06
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Wed Sep 27 15:30:51 2017 +0300

    Merge pull request #103 from jusa/bluez
    
    Use better default for card profile.

commit d9a5f0625ea2078ac871a12a9fd5a762b2324375
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Wed Sep 27 15:21:03 2017 +0300

    [config] Use better default for card profile. Fixes JB#39681
    
    With default pulseaudio config (arm_droid_default.pa) primary (a
    combined profile) is not generated, so using profile generated always
    by default is better default in policy configuration as well.

commit 18a69d8c0babc1a241b75fcd15345a400cf2deeb
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Sep 26 21:29:25 2017 +0100

    [zypp] Perform systemCheck only on OBS. MER#1807
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 73dbf5b5a6ab4d241622b51c48994a57941ffbbe
Merge: 7ea5af9 331e636
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Sep 19 17:26:11 2017 +0100

    Merge pull request #98 from r0kk3rz/master
    
    [patterns] Add Jolla Store and Sideloading for post 2.1.1 builds

commit 7ea5af9d6d37c1d7c19faae33d8a852ae99dc77f
Merge: b1fccee 00e1b88
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Sep 19 14:13:43 2017 +0100

    Merge pull request #101 from sledges/community-productised
    
    Enable community adaptations also for productised devices

commit 00e1b880f8b94f46d8d0eff58661e4080d5be85f
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Sep 19 09:19:07 2017 +0100

    [dhc] Enable community adaptations also for productised devices
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit b1fcceecce2e4dc7a3e290a237504c001a1f4924
Merge: 8b218e4 92f632a
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Tue Sep 19 09:24:49 2017 +0300

    Merge pull request #100 from krnlyng/shutdown
    
    [shutdown] shutdown gracefully.

commit 92f632abc8d9e63805e575134dddac6b0564f6b1
Author: Franz-Josef Haider <f_haider@gmx.at>
Date:   Fri Sep 8 22:16:12 2017 +0300

    [shutdown] shutdown gracefully. If the parameter %c is not specified for the droid-hal-shutdown script, The script will just exit without shutting down the services properly. Also fix an issue where the script would loop forever. JB#38944 is not regressed by this.

commit 331e6366480793b44d06a34f76f17bbf5aa9dc5a
Author: Lewis Rockliffe <r0kk3rz@gmail.com>
Date:   Wed Aug 23 13:43:37 2017 +0200

    [patterns] Add Jolla Store and Sideloading for post 2.1.1 builds

commit 8b218e4b5c531f4705e1901eedb8e21f8f6232a0
Merge: 61affe2 84281c2
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Mon Aug 28 14:17:58 2017 +0300

    Merge pull request #99 from jpetrell/jb39307
    
    [touch] Automatically scale start drag distance if pixel ratio is known. Contributes to JB#39307

commit 84281c2601a315b9c3bb7fa9fb0d54aab94bb06b
Author: Joona Petrell <joona.petrell@jollamobile.com>
Date:   Mon Aug 28 12:21:55 2017 +0300

    [touch] Automatically scale start drag distance if pixel ratio is known. Contributes to JB#39307

commit 61affe2d1907782024f538d25e85a5e17e49024f
Merge: 9f9575f 8cddf34
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Mon Aug 14 14:35:36 2017 +0300

    Merge pull request #97 from jusa/bluez5
    
    Split bluez4 and bluez5 policy configs.

commit 8cddf345e4bdd32a5e427c30e826bc1266b62f9a
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Mon Aug 14 12:36:32 2017 +0300

    [configs] Discover plugin for both bluez4 and bluez5.

commit 3db62fb5a68d3b7fe92d3c9d863f90da9a99fa5e
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Mon Aug 14 12:03:14 2017 +0300

    [configs] Split bluez4 and bluez5 policy configs.
    
    Sync bluez configurations for pulseaudio policy enforcement.

commit 9f9575faacee8ae9b7041f3d1e37826589b9fdc8
Merge: 66a1811 9093cfa
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Wed Jul 26 12:21:04 2017 +0300

    Merge pull request #96 from mer-hybris/prevent-removing-ha-packages
    
    Prevent removing main HA packages

commit 9093cfa278f74f72f142fe586c30becc56427e58
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Jul 26 05:00:10 2017 -0400

    [zypp] Prevent removing main HA packages
    
    ha.check file prevents removing main hardware adaptation packages.
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 66a18115221e999c1a0b602d68d121fce044fd6c
Merge: 160a9cf 188784d
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Jun 29 14:40:21 2017 +0100

    Merge pull request #95 from abranson/shutdown
    
    [shutdown] Gracefully shutdown android init services using new 'hybris.shutdown' property instead of killing them. Fixes JB#38944

commit 188784d2c572b0aad630626e6183cdb55ad3c004
Author: Andrew Branson <andrew.branson@jollamobile.com>
Date:   Tue Jun 27 14:42:07 2017 +0200

    [shutdown] Gracefully shutdown android init services using new 'hybris.shutdown' property instead of killing them. Fixes JB#38944

commit 160a9cfdd9a2af311b3f323a9c057958333e17d3
Merge: 6550d6e 399101b
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Sat Jun 3 15:07:27 2017 +0300

    Merge pull request #93 from mlehtima/bootdevice
    
    [configs] Add bootdevice symlinks to udev rules. Needed on most new devices.

commit 399101b42ae1bcd4ddc8b78d5f4e2e1eb16a240d
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Sat Jun 3 12:32:40 2017 +0300

    [configs] Add bootdevice symlinks to udev rules. Needed on most new devices.

commit 6550d6e9251aee9a18be98bc6eb265dbc8a995e7
Merge: 35a7907 a70a8e0
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Fri May 19 14:34:10 2017 +0300

    Merge pull request #92 from spiiroin/jb38630_diag_mode_adb
    
    Restart adbd if it exits without being stopped

commit a70a8e0df9a26cc2d3dab486758505ebce6dea4a
Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
Date:   Fri May 19 13:43:41 2017 +0300

    Restart adbd if it exits without being stopped. JB#38630
    
    When adbd needs to switch identity based on root/unroot commands it
    makes an exit and expects to be restarted. In android this would be
    handled via actions bound to related property changes. But current
    systemd unit configuration leaves the adbd service in failed state.
    
    Add restart configuration for adbd.service.
    
    Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>

commit 35a79073dcfe0ed6dfd9c1385f5dca462ea8e9eb
Merge: a809b29 acc9844
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri May 5 10:01:29 2017 +0100

    Merge pull request #91 from mer-hybris/tools-abstraction
    
    There is only one provider of tools.

commit acc98445d2b180acb165df2e78020eaf41ad7274
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri May 5 09:47:08 2017 +0100

    [flashing] There is only one provider of tools.
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit a809b2942d089a91622d655f5f480fe0de1f00f4
Merge: 3185442 059d9a1
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Thu Apr 6 09:15:26 2017 +0300

    Merge pull request #90 from jusa/bluez
    
    Load stream-restore based on bluez version.

commit 059d9a1cbd71342d25657a5f9a176fc33471340b
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Thu Apr 6 09:10:39 2017 +0300

    [configs] Update bluetooth volume steps. JB#38299
    
    Some of the values when converted to bluetooth volume steps overlap,
    update the values a bit arbitrarily, but so that they will map to all
    0..15 steps of bluetooth volume.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 822f13747a19e49d754f546f4362c015baa47651
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Thu Apr 6 09:00:00 2017 +0300

    [configs] Load stream-restore based on bluez version. JB#38234
    
    With bluez5 we don't have sink or source to control volume with, and so
    we don't need sink-volume mode as it does nothing.
    
    Load combine-sink for simultaneous playback to phone outputs and
    bluetooth devices.
    
    Load rescue-streams so that sink-inputs or source-outputs left hanging
    after bluetooth device disappears are not killed but are gracefully
    moved to new sink or source.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 3185442a3e426e99f136dd050d81f570b37105da
Merge: 3fb5470 d1ec25b
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Wed Mar 29 10:12:00 2017 +0300

    Merge pull request #89 from jusa/earpieceforcall
    
    Add earpieceforcall for consistency.

commit d1ec25b058d5c19e2883176e1b4a786f3872b534
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Mon Mar 27 11:45:28 2017 +0300

    [policy] Add earpieceforcall for consistency. JB#36527
    
    For consistency's sake earpieceforcall is going to be used in upcoming
    policy-settings-common, so that all routes used during voice calls use
    forcall suffix. Adding the card and device sections to xpolicy.conf
    already now, as they do no harm if they exist before
    policy-settings-common changes, but would break if they don't exist when
    the update is in place.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit 3fb54707eee7bdadfcba6b44f3074140baabc1d8
Merge: 3361c85 4fe7ace
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Fri Mar 24 13:24:00 2017 +0200

    Merge pull request #88 from jpetrell/jb38166
    
    [quick] Add QtQuick configs. Contributes to JB#38166

commit 4fe7ace07238a9a32aa82e4bde405357bc30e8dd
Author: Joona Petrell <joona.petrell@jollamobile.com>
Date:   Fri Mar 24 13:15:28 2017 +0200

    [quick] Add QtQuick configs. Contributes to JB#38166

commit 3361c853f230076d710d3e2671f935fc61a9add2
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Thu Feb 16 13:55:37 2017 +0100

    [patterns] Do not check patterns/hybris to produce patterns
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 8c7b6cb21189d7e2d153fc126efc99cac1ddfd44
Merge: 873011a 37ba9cc
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Feb 16 14:31:02 2017 +0200

    Merge pull request #86 from mer-hybris/droid-vibrator
    
    Remove jolla-hw-adaptation-hybris-droid-vibrator pattern

commit 37ba9cc9a521e337357424e6f640dd543531283b
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Thu Feb 16 13:25:11 2017 +0100

    [patterns] Remove jolla-hw-adaptation-hybris-droid-vibrator pattern
    
    Adapt jolla-hw-adaptation-hybris-droid-vibrator pattern packages
    to jolla-hw-adaptation pattern
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 873011a54d1749f2a1a9bfc248bcd0c1fe716f63
Merge: e3f7003 7553481
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Thu Feb 16 13:24:21 2017 +0200

    Merge pull request #85 from jusa/packaging
    
    Remove manual packaged files earlier and package bluez5.

commit 755348154cd57477c5abe6e7ae708a75167d0c53
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Thu Feb 16 12:12:03 2017 +0200

    [packaging] Package bluez5 configs as well.

commit 306bc922f15f550f92549ca5109bce8f7f8952d3
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Thu Feb 16 11:51:23 2017 +0200

    [packaging] Remove manual packaged files earlier.
    
    Delete the files before the subpackages files are grepped from the file
    list, otherwise files belonging to subpackages might be packaged twice.

commit e3f7003db0f4bd96b0587873ff251847d0961ae6
Merge: 6266438 5e0f6ad
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Wed Feb 8 15:57:48 2017 +0200

    Merge pull request #82 from mer-hybris/pattern-cleanup
    
    Cleanup patterns

commit 5e0f6ad1fa38630366616e73cf00118cf13f8c7d
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Feb 8 14:42:15 2017 +0100

    [patterns] Remove jolla-ui-configuration pattern and replace it with sailfish-content-graphics package
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 489ef7f103375a8cb2fc64274d9be59666fbf86d
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Feb 8 14:20:42 2017 +0100

    [patterns] Remove jolla-hw-adaptation-hybris and merge packages to hw template
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 963e4ab5a6ce97c6f84beb0f3a68b634ea846c5d
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Feb 8 14:12:01 2017 +0100

    [patterns] Move geoclue-provider-mlsdb and csd from hw to configuration.
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 56805a5a1650fd7857d4b019c6b5b1725674153c
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Feb 8 07:16:20 2017 -0500

    [patterns] Settings require jolla-settings-layout so it can be removed
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit e3d2036b6dee786c63780b9fddfeddc2ddf7019e
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Feb 8 07:12:33 2017 -0500

    [patterns] Move cellular configuration packages to jolla config.
    
    telepathy-ring is part of jolla-sailfish-cellular-apps so it is
    not needed to list anymore.
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit ddcbf61f572310f2f4e68873c7bb4d5c86834ab6
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Feb 8 12:41:06 2017 +0100

    [patterns] Remove jolla-ui-configuration template
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit d57ae309aee6743c45255388449b64eaa8f4637f
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Feb 8 12:38:19 2017 +0100

    [patterns] Include only needed libhybris packages on jolla-hw-adaptation-hybris
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 6266438639b76ef8941d77ceda2bb0a50004cdef
Merge: c6e3930 d2849ae
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Wed Feb 1 13:12:33 2017 +0200

    Merge pull request #81 from jusa/glue
    
    Load module-droid-glue if the so exists.

commit d2849ae01a9d1035a307d331cbafe2d402af8da6
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Wed Feb 1 13:10:09 2017 +0200

    [configs] Load module-droid-glue if the so exists.

commit c6e39309d420d810fda217df57398ec21e23768b
Merge: afecc98 1bc915b
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Tue Jan 31 12:47:39 2017 +0200

    Merge pull request #79 from mlehtima/cleanup
    
    [patterns] Cleanup pattern template and add many useful bits

commit 1bc915becdcf84e25002c4c5c66269b80e6a18ed
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Tue Jan 31 11:27:04 2017 +0200

    [patterns] Add example of jolla-settings-networking-multisim needed on multi-SIM devices.

commit 64d9c01e9491619d25909eb79071931c97c1e25e
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Mon Jan 30 22:36:44 2017 +0200

    [patterns] Enable geoclue-provider-hybris and geoclue-provider-mlsdb for all devices.

commit afecc986f60a2a7b35ff37acb36bcfeaa393e909
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Jan 30 21:47:19 2017 +0200

    [dhc] Remove call to no-longer-existing android-permission-fixup.sh
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 577c28fac064373101180a2717397c59695df9ad
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Mon Jan 30 22:18:50 2017 +0200

    [patterns] Add example of FM radio packages.

commit 15c3211b746e56c05a7ffed7be57301c4b4e5660
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Mon Jan 30 22:15:33 2017 +0200

    [patterns] Add Sailfish OS CSD tool.

commit 52550b06056168852588e1fda1d69c8150933d7f
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Mon Jan 30 20:40:56 2017 +0200

    [patterns] Comment out some unsupported usb-moded packages.

commit bf4d42cd566bda6cf65cee7e33290cbc347f0bae
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Mon Jan 30 20:37:27 2017 +0200

    [patterns] Add example of gstreamer1.0-droid.

commit 6a79a4c8e86c36a9db560dbe8e32ebaf9dbc235c
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Mon Jan 30 20:36:25 2017 +0200

    [patterns] Remove obsolete gstreamer0.10 packages.

commit 439175d1503144b35d9363ec53e1141ad54b896e
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Thu Jan 26 14:04:22 2017 +0100

    [dhc] Remove obsoleted droid-battery-monitor systemd service
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit f79f3e463345ea58ba18dbc0e183ba1e5e4447fd
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Jan 24 15:03:40 2017 +0000

    [dhc] No need to set the obsolete dhd_path anymore
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 011090f4fc9bfa43b73f9646c0ff4d218e3f2508
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Jan 24 15:01:46 2017 +0000

    [dhc] Do not fail when device-specific sparse/ is missing
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit dc405b0051e476a7585ee78c6aee9dba50c9150f
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Jan 24 15:01:06 2017 +0000

    [patterns] We assume most devices have modem. Comment out otherwise
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit e22386952700bb62b10195a0cff523e409f68306
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Jan 24 14:38:33 2017 +0200

    [dhc] Nag more about how to comment RPM macros
    
    Otherwise it is really prone to some hard-to-catch errors.
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 9001de63c84bd2d39378251575dede4596628259
Merge: e18ddb3 783a27b
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Jan 24 14:27:29 2017 +0200

    Merge pull request #71 from sledges/pixel-ratio
    
    pixel ratio

commit 783a27bb51ba4056337faea01e23527699aead50
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Dec 23 16:46:30 2016 +0100

    [ui] Instruct how to calculate pixel_ratio
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit e18ddb3abb356177e32ed3cbf18d86733c59c043
Merge: e2e323a 0087626
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Jan 5 10:34:47 2017 +0000

    Merge pull request #73 from sledges/symlinks
    
    [etc] Add popular symlinks to /system/etc

commit 0087626a1d7ef52e192fb83791c99889b6af0a18
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Jan 4 22:00:26 2017 +0000

    [etc] Add popular symlinks to /system/etc
    
    If some adaptation doesn't need a file or two, it should be safe to keep them
    dangling.
    
    If their presence breaks functionality, an adaptation then adds them to its
    delete_file.list
    
    Feel free to add more symlinks you found necessary.
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit e2e323a272e19af981c8ec576b01b897a02c9926
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Wed Dec 28 19:46:53 2016 +0200

    [configs] Add example of module-droid-glue to default pulseaudio config.

commit e2b51d9ea50bca59ee69c0e46f8de43394981ca6
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Dec 23 17:19:25 2016 +0100

    [bluez4] Complete refactoring in patterns and packaging
    
    This will remove obsolete bluez-configs-mer from existing installations.
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit d68853a95f1ab4cca34969daf20ccb74c7e67e45
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Dec 23 16:57:03 2016 +0100

    [configs] Ensure ssu features.d also get updated
    
    This will prevent adaptation-community* repos from disappearing after OTA.
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 8c6cf440602a283ca48ea97c07f1f8bd5f10dd26
Merge: fa74626 04ac831
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Dec 23 12:48:05 2016 +0000

    Merge pull request #69 from kimmoli/iconres
    
    [configs] calculate icon_res from pixel_ratio. Contributes to NEMO#814

commit 04ac83124986b46b610e45bdbfffc6e98e10705e
Author: Kimmo Lindholm <kimmo.lindholm@eke.fi>
Date:   Sun Dec 18 18:16:15 2016 +0000

    [configs] calculate icon_res from pixel_ratio
    
    allow freely defined theme_pixel_ratio
    calculate icon_res from pixel_ratio, limit to one of the allowed values 1.0, 1.25, 1.5, 1.75 or 2.0
    set theme_icon_subdir according to icon_res

commit fa74626273af1a403d6ca91eeb249385aa1f3c75
Merge: 728f65c 545202a
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Fri Dec 16 15:41:33 2016 +0200

    Merge pull request #68 from kimmoli/actdead
    
    [actdead] fix actdead charging animation

commit 545202acd1ab417a226b035564099aed7b15a059
Author: Kimmo Lindholm <kimmo@eke.fi>
Date:   Fri Dec 16 09:10:33 2016 +0200

    [actdead] fix actdead charging animation
    
    start droid-hal-init in actdead mode

commit 728f65c529796b9b0200a0808ad4b0c13ee254f7
Merge: 9deec9c de498a2
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Dec 15 18:00:23 2016 +0000

    Merge pull request #67 from sledges/community
    
    Enablers for community-adaptation

commit de498a2159afc81f80bab172d81a2248fea4156f
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Dec 13 15:31:57 2016 +0000

    [configs] Enablers for community-adaptation
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 9deec9cf7cef620b94f1d12066eb9a7c0bdbb023
Merge: b5d5061 7141e9f
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Dec 15 09:17:19 2016 +0000

    Merge pull request #65 from mlehtima/bluez4
    
    [configs] Add default configurations for bluez4 and obexd.

commit b5d50619828da6cb47b290bc0e7ce7c433e35165
Merge: 10e194b 1f568ed
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Dec 13 12:56:02 2016 +0000

    Merge pull request #66 from mlehtima/udev
    
    [configs] Modify default platform device udev rule to work on recent devices.

commit 7141e9f48f3ef55acec50575d921d5a3ace77b98
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Dec 12 00:31:03 2016 +0000

    [dhc] Assume all devices have a cellular modem unless stated otherwise
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit fd39ac3e6aaaebd11160ef2ab36e66a066d88800
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Sat Dec 10 14:52:37 2016 +0200

    [configs] Add default configuration files for obexd and bluez.

commit 1f568edddb66bfa03f4345fee11edc5d8464ed87
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Sat Dec 10 17:54:47 2016 +0200

    [configs] Modify default platform device udev rule to work on recent devices.

commit 10e194be6a5334995331f6d7aac25253bb86271d
Author: Kimmo Lindholm <kimmo@eke.fi>
Date:   Tue Dec 6 23:10:35 2016 +0200

    Allow additional pixel ratios
    
    Packages for 1.25 and 1.75 are now available, allow using them as pixel_ratio.

commit c13a6e771d96a81b39337f407e9dc06cc3bcc6a8
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Nov 9 10:08:36 2016 +0000

    Account providers now have their pattern, starting 2.0.4

commit 06fa45c21435b80a71da453afad2a51bd2253795
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Nov 7 03:58:38 2016 +0000

    Do not fail when *.files have empty lines
    
    Especially prone to fail when a file has the terminating new line.
    
    Change-Id: Ifc2be505446d49d36f3625b1ec46e35887986d23
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 80e7c56fc05dec382b2ed6762c0136df777ae2fd
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Thu Oct 27 06:38:03 2016 +0000

    Remove extra "+"-marks
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 75bf084a0be78eea1be427c6ef3822face6e156c
Merge: 9a46020 0bac6c4
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Tue Oct 25 15:27:57 2016 +0300

    Merge pull request #59 from mer-hybris/sparse-flashing
    
    Add droid-hal-tools dependecy to support sparse image flashing

commit 0bac6c4597ee66d4bc74781648b4d5febe98aa35
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Tue Oct 25 14:12:33 2016 +0200

    Add droid-hal-tools dependecy to support sparse image flashing
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 9a46020ea28f3b3868f626a14990e1f89d89c849
Merge: 93af476 5359b67
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Tue Oct 25 13:39:30 2016 +0300

    Merge pull request #58 from mer-hybris/separate-flashing-files
    
    Package on device flashing files to separate rpm package

commit 5359b6791f0e47a617c9eae4177c320d303e7f73
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Fri Oct 21 06:35:23 2016 -0400

    Package on device flashing files to separate rpm package
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 93af47631f44295ad11d7ee2daaf5b0787944cfa
Merge: 2214162 2ba90ce
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Oct 19 01:02:35 2016 +0100

    Merge pull request #57 from blammit/master
    
    [packaging] Remove bluez-configs from droid-configs.inc. Fixes JB#36529

commit 2ba90ce6c94d678207d6d10217fa35982b8fb87f
Author: Bea Lam <bea.lam@jollamobile.com>
Date:   Sun Oct 16 22:32:26 2016 +1000

    [packaging] Remove bluez-configs from droid-configs.inc. Fixes JB#36529

commit 2214162b0ebbac81bc8f7ac085e853bc10f8dd66
Merge: c394aa0 4e34ccb
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Tue Oct 11 15:57:39 2016 +0300

    Merge pull request #56 from mer-hybris/unpackaged-files
    
     [packaging] Subpackages in .spec should not let their files packaged twice

commit 4e34ccba557943bbdbe17e23790e38b51e88f697
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Tue Oct 11 07:45:00 2016 -0400

    [packaging] Subpackages in .spec should not let their files packaged twice
    
    If we have some sub package for droid-config and we need to include
    some files into that package it can be done by adding file paths
    to packaged-in-main-spec.files
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
    
    Here is brief example:
    
    ls sparse/var/lib/environment/ofono/
    bluez4-noplugin.conf  bluez5-noplugin.conf
    
    cat packaged-in-main-spec.files
    /var/lib/environment/ofono/bluez4-noplugin.conf
    /var/lib/environment/ofono/bluez5-noplugin.conf
    
    Spec file includes:
    
    %package bluez4
    Summary: Config package for BlueZ 4
    
    %package bluez5
    Summary: Config package for BlueZ 5
    
    %files bluez4
    /var/lib/environment/ofono/bluez4-noplugin.conf
    
    %files bluez5
    /var/lib/environment/ofono/bluez5-noplugin.conf

commit c394aa0f7102754803bdee2ed609b81890a04492
Merge: ca81f75 619251f
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Fri Oct 7 14:58:25 2016 +0300

    Merge pull request #55 from mer-hybris/post
    
    Add possibility to add additional post scripts

commit 619251f24b27843dc228bb58e51cb929ea81adc1
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Fri Oct 7 14:47:11 2016 +0300

    Add possibility to add additional post scripts
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit ca81f75ba758625c61ba3c4ab4a637f444a11efa
Merge: ecd5789 9714290
Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
Date:   Fri Oct 7 09:19:23 2016 +0300

    Merge pull request #54 from mer-hybris/jb27650_mtp_mode
    
    Provide mtp usb mode config by default instead of pc_suite mode

commit 9714290818693a1b78ecdbcc00528db2c415b395
Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
Date:   Fri Oct 7 09:06:31 2016 +0300

    [usb-moded] Remove pc_suite mode configuration. JB#27650
    
    The pc_suite usb mode equals mtp + obex. Since mtp mode config is now made
    available by default, pc_suite mode config does not need to be installed.
    
    Also, since obex functionality can conflict with Bluez5, it is might be
    preferable to remove already installed pc_suite config.

commit 69d930a866010c22e330c13700fb36ae828cfd3c
Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
Date:   Wed Oct 5 09:29:07 2016 +0300

    [usb-moded] Add mtp mode configuration. JB#27650
    
    Initial content is identical to mtp_mode-android-ffs.ini included in the
    usb-moded source tree.

commit ecd5789ef81a5fdd779b004db0e944efbc718305
Merge: a7ae3bb 49c1875
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Thu Aug 18 12:56:01 2016 +0300

    Merge pull request #53 from jusa/defaultihf
    
    Update default ihf volume steps.

commit 49c1875b085cd063141776fa07858d9e9cf880de
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Thu Aug 18 11:03:44 2016 +0300

    [configs] Update default ihf volume steps. JB#35909
    
    Previous default steps usually had lowest steps inaudible and thus
    unnecessary. Use less steps and have lowest volume level set so
    that it is audible so that all steps are useful.
    
    Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>

commit a7ae3bb87cab8168cef0acb39045013791a3eace
Merge: 16c0312 2a9d5ed
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Tue Jul 26 15:36:09 2016 +0300

    Merge pull request #52 from mer-hybris/sensorfwd
    
    Fix sensorfwd service file for droid hal init and late services

commit 2a9d5ed51b33be8c9794148507732c4235dd50ee
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Tue Jul 26 14:31:26 2016 +0200

    [droid] Fix sensorfwd service file for droid hal init and late services. Fixes JB#35845
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 16c03129f373ebbaa4fa5d9ecb9db2a4aac8a099
Merge: fc2d7cb 8d1548d
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Jul 7 14:12:55 2016 +0300

    Merge pull request #51 from spiiroin/jb35683_adb_services
    
    Tune adb related systemd services

commit 8d1548df7c6192b9ed81590c3b501f46913f7850
Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
Date:   Thu Jul 7 13:45:17 2016 +0300

    [adb] Unconditionally unmount adb on adbd-prepare stop. Fixes JB#35683
    
    When /usr/sbin/adbd-functionfs.sh mounts adb fs, for some reason two
    mount points can appear on the mount list - one under /dev as expected
    and another one at /opt/alien/dev - and single umount does not remove
    both of them.
    
    Add second umount command and do both from ExecStopPost rather than
    ExecStop so that they will be executed unconditionally even if the
    all commands in the start script are not successfully completed.
    
    Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>

commit 0a4e7b8ccb633442e7a93f5ad6fbb675fce6d41a
Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
Date:   Thu Jul 7 13:41:59 2016 +0300

    [adb] Tune adbd-prepare and adbd service interdependencies. JB#35683
    
    Make adbd require running of adbd-prepare service, so that the prepare
    service is started even if just adbd service is requested.
    
    Make abdd be part of adbd-prepare service, so that it will be always
    stopped before the prepare service.
    
    Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>

commit fc2d7cbb641c5a9e6f4009670a859afce6cb505a
Merge: 71b6ce7 d523098
Author: Marko Saukko <marko.saukko@gmail.com>
Date:   Thu Jun 30 04:02:59 2016 +0300

    Merge pull request #50 from jpetrell/jb35487
    
    [keys] Forward home key to compositor. Contributes to JB#35487

commit d5230985d564c20ef9c066707dd8a1a706ddadb0
Author: Joona Petrell <joona.petrell@jollamobile.com>
Date:   Wed Jun 29 13:44:20 2016 +0300

    [keys] Forward home key to compositor. Contributes to JB#35487

commit 71b6ce79793460535ac37a2f02ebe6cf4029d92e
Merge: 9592633 5b14834
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon May 16 16:17:22 2016 +0100

    Merge pull request #49 from mer-hybris/force-ssu-update
    
    Force an update of ssu repositories

commit 5b14834ca70ccfd052cdce6e10f43695101a2b82
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon May 16 16:14:49 2016 +0100

    [ssu] Force an update of ssu repositories

commit 95926332468bc40da4c4a0c2f283af1f982a16e6
Merge: 5bc4ae2 5c9466b
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Mon May 9 10:37:58 2016 +0300

    Merge pull request #47 from jusa/dev
    
    Load mainvolume before stream-restore-nemo.

commit 5c9466bf1428d00046a1b91d3cb4dfcaa9943ebd
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Fri May 6 15:33:28 2016 +0300

    [configs] Load mainvolume before stream-restore-nemo.
    
    Mainvolume and stream-restore-nemo modules are pretty much completing
    each other, the whole volume handling wouldn't work without both loaded.
    Mainvolume needs to load certain things before stream-restore-nemo so
    change the loading order.

commit 5bc4ae215207f47dccba2471ca8cb334e67ac483
Merge: faf0f85 809613c
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Thu Apr 28 16:27:11 2016 +0300

    Merge pull request #46 from jusa/dev
    
    Update route volume defaults.

commit 809613c55a8d2f1e584872f63b894b2ef9f05924
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Thu Apr 28 15:46:44 2016 +0300

    [configs] Update route volume defaults.
    
    Remove minimum volume for phone stream (remove second argument from
    sink-input-by-media-role:phone route volume). As the hw adaptation
    this configuration is used for doesn't have silent volume for
    voicecall there is no need to have minimum volume.
    
    Make default media stream volume a bit quieter, mainly for the sake of
    lineout default volume.

commit faf0f85c9262e9e8b05167794b10e464b8329fe0
Merge: 072367c b1c462d
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Tue Apr 26 19:05:10 2016 +0300

    Merge pull request #45 from jusa/dev
    
    Add missing parameter modes.

commit b1c462dda61a37d89d32e49d2a3403a9cd6ae49b
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Tue Apr 26 15:13:05 2016 +0300

    [configs] Add missing parameter modes.
    
    Due to kind-of-bug in module-meego-parameters if mode definition is
    missing and mode (or route) changes to missing mode, parameters module
    doesn't report the mode change forward. This then causes bugs further
    down the path as certain actions aren't done when mode changes.
    Simple fix is to just introduce all modes in the configuration.

commit 072367cd05de35c37bed9a1be2650813bf68ca7c
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Apr 18 12:57:35 2016 +0100

    geoclue-provider-hybris is available to build against

commit a81e5affceb32103f258607e185a5ea2b687be9f
Merge: 735d939 e28ee97
Author: Marko Saukko <marko.saukko@gmail.com>
Date:   Thu Mar 31 09:37:54 2016 +0300

    Merge pull request #43 from saukko/extradirs
    
    Add extra_files.files and create.dirs

commit e28ee97a6cbeae8e3ffe88b65a64884585607627
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Wed Mar 30 15:53:03 2016 +0000

    Add extra_files.files and create.dirs
    
    In some cases we might need to specify special permissions in %files
    section. Also in some cases we might need to create directories for
    example for mount points, so add support doing these to the
    droid-configs.inc.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 735d93971a018262d52cc21a0dddf45b7bc8c2f6
Merge: 43f6f18 7dab3a2
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Thu Mar 24 16:30:08 2016 +0200

    Merge pull request #42 from jusa/dev
    
    Require new ohm-plugin-route.

commit 7dab3a291ea20512abb92d41c923f57f8e68b714
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Thu Mar 24 15:54:05 2016 +0200

    [configs] Require new ohm-plugin-route.
    
    Route plugin enables better way to follow audio routing changes and
    allows for requesting special routing cases, for example voicecall
    routing.

commit 43f6f1834655e9a46f154ef109fd3dd340086add
Merge: 435c220 a8c8c0a
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Feb 25 07:58:15 2016 +0200

    Merge pull request #41 from mer-hybris/variant_ks_fix
    
    Use all defines when create variant kickstart files

commit a8c8c0a78574b44308eac52758c98309f7b40c55
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Feb 24 16:31:20 2016 +0100

    [ks] Use all defines when create variant kickstart files.
    
    It seems that "%define ssu_override domain=sales" is not visible
    for %gen_ks if variant kickstart creation is on separate function.
    When using %gen_ks directly without function all seems to work
    properly and domain is correct in different situations.
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 435c2202124754dcd49458a3f9b8d7046e439fce
Merge: 7e06a42 1980f9f
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Feb 11 16:31:54 2016 +0200

    Merge pull request #40 from mer-hybris/variant_name
    
    Replace VARIANT_NAME variable with proper name from ks.

commit 1980f9f8fcaf930d65c0f06c122a76226d0039f8
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Thu Feb 11 15:04:49 2016 +0100

    [ks] Replace VARIANT_NAME variable with proper name from ks.
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 7e06a42b324a274e7272e29e05bdff2ca49b83f5
Merge: e37f266 97d7547
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Feb 11 13:21:53 2016 +0200

    Merge pull request #39 from mer-hybris/variant_ks
    
    Add option to produce variant kickstart files.

commit 97d7547434628e46b37cd6739807f558dff3cb3c
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Thu Feb 11 07:19:32 2016 +0100

    [ks] Clean up symbolic links from kickstart configuration files.
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 3c1fb8667408ed576414bace9ccd705f0ad26368
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed Feb 10 07:59:32 2016 +0100

    [configs] Add option to produce variant kickstart files.
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit e37f2662fadac50ffda037f01a301dd9fe6a17f3
Merge: 531a610 665d7aa
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Feb 5 21:59:26 2016 +0000

    Merge pull request #38 from mlehtima/master
    
    Add default configs for sensors and pulseaudio.

commit 665d7aa1a48843d51283ead5ba45e9fddee7ab7c
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Fri Feb 5 23:03:53 2016 +0200

    [configs] Add default config for pulseaudio.

commit 8b3f4faa1d45c7bf247f14474de3ca988d71ad90
Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Date:   Fri Feb 5 22:59:39 2016 +0200

    [configs] Add default configs for sensors.

commit 531a610ce8a0b53c2109d1dbedf90dbe6782a5c3
Merge: 0c35eb3 5d744f1
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Jan 26 16:43:52 2016 +0000

    Merge pull request #36 from saukko/key_media
    
    Add handling for KEY_MEDIA.

commit 0c35eb38c12c72c3afc19755181fcc3e8846bdca
Merge: e39a474 6f62648
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Jan 14 13:18:52 2016 +0200

    Merge pull request #37 from mer-hybris/delete_files
    
    Specify rpm device specific delete files list

commit 6f626481b5e53c92f4b2be3eb81fc80fd79cb596
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Thu Jan 14 12:11:03 2016 +0100

    [configs] Specify rpm device specific delete files list
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 5d744f16708f06f77b65fc5a0ac088b95dc0b0a3
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Fri Dec 4 13:17:59 2015 +0000

    Add handling for KEY_MEDIA.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit e39a4749f3f6627b0510d6e424f247374c6d6c69
Merge: d827258 9cc5ca8
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Tue Nov 10 15:52:38 2015 +0200

    Merge pull request #35 from pvuorela/master
    
    [configs] Add AltGr keycode to kmap. Contributes to JB#31092

commit 9cc5ca874ac65b8628b78b09f757be2ecd98989f
Author: Pekka Vuorela <pekka.vuorela@jollamobile.com>
Date:   Mon Nov 9 16:01:20 2015 +0200

    [configs] Add AltGr keycode to kmap. Contributes to JB#31092
    
    Us layout as overridden default doesn't include AltGr so
    it needs to be included separately in droid.kmap.

commit d8272589ccf5a10d5210a5e299e30356e2818373
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Nov 3 20:05:17 2015 +0000

    [patterns] make audio recording work. Fixes NEMO#846

commit 21c9b7937386e34f100f7a070ac12574c2ca1851
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Oct 5 13:32:26 2015 +0100

    [patterns] add cellular and gps to templates as suggestions

commit b35ab282bd2940ca4f670a209c4226176d229494
Merge: 488c9da 6b82d76
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Sep 24 13:09:17 2015 +0100

    Merge pull request #33 from mer-hybris/nemo865
    
    [libhybris] Update according to upstream API changes

commit 6b82d767940bc6fefb760cf255921ede0ccb943f
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Sep 24 12:49:48 2015 +0100

    [libhybris] Update according to upstream API changes. Contributes to NEMO#865

commit 488c9da91e2fda5d9fa26826360dc8cfde4dab87
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Sep 10 13:56:22 2015 +0100

    [patterns] Cleanup rnd stuff into sailfish-porter-tools
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit b9408888006be76521e91732c204f58da9b16376
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Sep 10 13:41:31 2015 +0100

    [patterns] Add settings layout to templates

commit 48b55d2079bde22ad25c201ec084b9bb2142aa6e
Merge: 160a10b 3322831
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Mon Aug 31 15:11:25 2015 +0300

    Merge pull request #32 from mkosola/master
    
    Blacklist evbug kernel module loading

commit 3322831862fc8186c4fd3c4ea30868ef2763b336
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Mon Aug 31 14:30:32 2015 +0300

    [kernel] Blacklist evbug kernel module loading
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 160a10b2e96b777189337ba0f9c282d0c46d4f49
Merge: 62d0e00 f39ded2
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Aug 25 15:28:02 2015 +0100

    Merge pull request #30 from alinelena/master
    
    [multirom] copy the needed files for multirom. fixes zypper dup for m…

commit f39ded282e150365a7adf1ffac69b00512d8e286
Author: Alin Marin Elena <alin@elena.space>
Date:   Thu Aug 13 16:49:03 2015 +0100

    [multirom] copy the needed files for multirom. fixes zypper dup in multirom installs

commit 62d0e00522b423e9f00d959ab366073d99d6d338
Merge: af93587 906171f
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Aug 21 15:02:28 2015 +0100

    Merge pull request #31 from mer-hybris/media
    
    [media] Add environmental variables needed by QtMultimedia. Contributes to JB#31698

commit 906171fda7a1612619cbe8a26ec287d48a0110bc
Author: Mohammed Hassan <mohammed.hassan@jolla.com>
Date:   Fri Aug 21 16:59:29 2015 +0300

    [media] Add environmental variables needed by QtMultimedia. Contributes to JB#31698

commit af9358769584cf15ddb188d482e3b234cbc9170d
Merge: 34403a5 0fcf588
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Sat Aug 1 06:46:30 2015 +0100

    Merge pull request #28 from mlehtima/master
    
    [actdead] Add configurable kernel parameter check for actdead mode.

commit 0fcf5889efcd867ec344d053def07c050c322502
Author: Matti Lehtimaki <matti.lehtimaki@gmail.com>
Date:   Wed Jul 29 22:55:40 2015 +0200

    [actdead] Add configurable kernel parameter check for actdead mode.

commit 34403a5faa8472a9ac67dad1f829afd67991b057
Merge: 6fe782b 235f5a0
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Tue Jul 7 14:02:19 2015 +0300

    Merge pull request #26 from jusa/mer1143
    
    Add configuration for passing alien process id.

commit 6fe782b44b87b36bed0cbbc7657951268a2896d1
Merge: c08f260 961bdea
Author: Philippe De Swert <philippedeswert@gmail.com>
Date:   Tue Jul 7 13:38:53 2015 +0300

    Merge pull request #27 from philippedeswert/adb
    
    [adb] Add the adbd-prepare service. Contributes: JB#30264

commit 961bdea6f22950f88e4528dc8202d9fb6c9da55d
Author: Philippe De Swert <philippe.deswert@jollamobile.com>
Date:   Tue Jul 7 13:33:16 2015 +0300

    [adb] Add the adbd-prepare service. Contributes: JB#30264
    
    We need to add a systemd service to set up the functionfs
    before starting adbd. This also keeps the adbd service clean.
    
    Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>

commit c08f2607c289d7c4f5221704380aebbc32e0b18a
Merge: da70b76 b6746cf
Author: Philippe De Swert <philippedeswert@gmail.com>
Date:   Thu Jul 2 16:35:08 2015 +0300

    Merge pull request #25 from philippedeswert/adb
    
    [adb] Adapt to the new adbd functionfs. Contributes: JB#30264

commit 235f5a0da6d2ffd0c2f608e3369020a215c08053
Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
Date:   Wed Jul 1 13:58:39 2015 +0300

    [policy] Add configuration for passing alien process id. Contributes to MER#1143
    
    Add D-Bus signal listening configuration for passing alien application
    UI process id to OHM. This information is then used to map topmost
    application pid to determine correct media state.
    Unless alien is used this configuration change has no effect.

commit b6746cf8ae69ce2a1edb5a8b939a6e3e91518f10
Author: Philippe De Swert <philippe.deswert@jollamobile.com>
Date:   Tue Jun 30 16:47:37 2015 +0300

    [adb] Add support for newer adb with functionfs. Contributes: JB#30264
    
    Add functionfs helper, however is backwards compatible with the
    old adb.
    
    Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>

commit da70b76a8b58c91a85e9b467201cd3510e91acb7
Merge: baeb820 8227adb
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Tue Jun 16 15:12:49 2015 +0300

    Merge pull request #23 from jusa/mer1108
    
    Update policy and pulseaudio settings dependencies.

commit 8227adbfc355979f7ef01013e7736a6203dc07f1
Author: Juho Hämäläinen <juho.hamalainen@tieto.com>
Date:   Tue Jun 16 14:22:32 2015 +0300

    [packaging] Update policy and pulseaudio settings dependencies. Contributes to MER#1108
    
    Require later versions of policy-settings-common and
    pulseaudio-policy-enforcement to prepare for device adaptation specific
    configuration for enabling USB audio interface support with USB-OTG
    compatible devices. Unless device specific configuration is added to
    enable USB audio support, the changes shouldn't have any effect.

commit baeb82030ea3878f39b5e83802b26a3c27e5b1b0
Merge: 1384c5a c10abe6
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Wed Jun 3 16:40:35 2015 +0300

    Merge pull request #21 from jusa/mer1063
    
    Remove bta2dp from listening time notifier config.

commit c10abe65b4482750bd8c26594d1ba002311b498c
Author: Juho Hämäläinen <juho.hamalainen@tieto.com>
Date:   Wed Jun 3 16:19:11 2015 +0300

    [pulseaudio] Remove bta2dp from listening time notifier config. Fixes MER#1063

commit 1384c5a946c41bc39da1b04ba6020c1f5a57bc35
Merge: e9f84a5 772c82f
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Tue Jun 2 10:46:01 2015 +0300

    Merge pull request #20 from jusa/mer1051
    
    Unify policy settings more.

commit 772c82f25246399589afd18902ae77feb574fc50
Author: Juho Hämäläinen <juho.hamalainen@tieto.com>
Date:   Tue Jun 2 10:28:55 2015 +0300

    [policy] Add policy-enforcement-configuration.
    
    As the textual policy configuration is currently the same for all
    devices, add the configuration here for now. If need for device specific
    changes arise, the configuration can be added to
    etc/pulse/xpolicy.conf.d directory. However, current
    policy-enforcement-module only supports extending the stream section, so
    if changes are needed configuration file loading needs to be extended as
    well.

commit 8ce6efbbec1902cf78f599a242aa65b5702c90fd
Author: Juho Hämäläinen <juho.hamalainen@tieto.com>
Date:   Mon Jun 1 21:06:55 2015 +0300

    [packaging] Policy settings require policy-settings-common 0.2.5. Fixes MER#1051

commit e9f84a53230c00413ad642201666c7a1336e3f2e
Merge: 16ab1ad 20b3cf9
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Wed May 27 13:47:26 2015 +0300

    Merge pull request #19 from mkosola/master
    
    Add support to %config rpm files.

commit 20b3cf9929b31408a1d2a4329d286e1cc4b1349d
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Wed May 27 13:37:16 2015 +0300

    Add support to %config rpm files.
    
    Some files need %config in spec %files section. This add support to list
    those files in rpm-config-files.files.
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 16ab1ada8149d1e4a111de396de65b7e4b33c274
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Apr 30 01:22:41 2015 +0100

    [packaging] correct macro notation

commit b57b4ff27e2f0772e1a2aef8f58529a361a21887
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Apr 28 22:59:24 2015 +0100

    [template] customisable pixel ratio (defaults to 1.0)
    
    Every porter should select an optimal pixel ratio for their device

commit 867a94e053a650474c3bf3364e2aeb44c20c9ffa
Merge: fb544dd 70a9d49
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Apr 28 16:02:05 2015 +0100

    Merge pull request #14 from sledges/dhd2modular
    
    Add template for the upcoming migration script +bugfixes

commit 70a9d498359d8a782a1997fa2695ed1987f4ec64
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Apr 28 10:48:49 2015 +0200

    [patterns] rfkill is useful, for some devices even mandatory
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 918484c4863fc06260e03b1a1cef370c30e4ad0f
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Apr 24 12:08:46 2015 +0100

    [patterns] enable device lock and allow to select untrusted software
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 3792176fdf02036df1f31685568cdf7df1631d81
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Apr 24 12:07:56 2015 +0100

    [patterns] make BT work. Fixes NEMO#810
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit fcae91d63328c454b996054dd646ee976a4b6c65
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Apr 27 12:40:11 2015 +0200

    [ofono] assume most devices have modem
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 4d421cb90d5f3a1e988cea6f180d70e921a48338
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Apr 23 09:47:39 2015 +0100

    [patterns] Add GStreamer v1.0 as standard
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 5e2457e8df9e44f87dc590f7a3c265c9a7ae7514
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Tue Apr 21 22:34:55 2015 +0100

    [patterns] drop redundant '-config' from sailfish
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 2dffb3320ee4cb6cc38fbd894c00578ec25983d3
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Sat Apr 4 17:44:09 2015 +0100

    give some clarifications
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 436e47bde06a26b6286b92747a6da4550efe0259
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Sat Apr 4 14:33:50 2015 +0100

    [patterns] add pulseaudio
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 5f94f6bfc07cbd66f870c6fb0fce9beb783d78cf
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Sat Apr 4 14:33:14 2015 +0100

    [patterns] add version package
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 271a558efb704a51b600acd6c2c19265079ba9d9
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Sat Apr 4 11:00:17 2015 +0100

    [dhd2modular] Add template for the upcoming migration script. Contributes to NEMO#801
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit fb544dd81a280cd313506ba5403ba2f05f1b81d7
Merge: 215c1cc 0769f72
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Mon Apr 27 10:51:19 2015 +0100

    Merge pull request #18 from sledges/nemo813
    
    selectable pixel-ratio dconf key. Fixes NEMO#813

commit 0769f72548fc2152f2c141f550d756ffa9b653ef
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Apr 23 16:09:06 2015 +0100

    [UI] selectable pixel-ratio dconf key. Fixes NEMO#813
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 215c1cc5eabe8849a12b2c37d44ebf42e7f081b7
Merge: 315f7a1 eebf761
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Apr 24 14:14:46 2015 +0100

    Merge pull request #16 from sledges/dconf-separate-rpm
    
    Add all "*/dconf/db/*" files to sailfish settings package

commit eebf761fc82f1feb474f536f1a2c91d9e6c36d4c
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Apr 23 14:28:21 2015 +0100

    Add all "*/dconf/db/*" files to sailfish settings package
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 315f7a1fda85b912740f172b10892b8042db44cf
Merge: f197388 b28c676
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Apr 24 09:27:30 2015 +0100

    Merge pull request #15 from sledges/nemo809
    
    offer configurable ofono plugins for devices with modem

commit b28c6769373ed27b0ef5921f164a915f5041047f
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Apr 23 12:55:01 2015 +0100

    [ofono] add modem capability. Fixes NEMO#809
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit f197388844e7b4151453f8ced6af9580fbdf601a
Merge: 30eba13 b00eddf
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Apr 1 15:31:50 2015 +0100

    Merge pull request #13 from sledges/enable-usb-moded
    
    Enable usb-moded

commit b00eddf0cf2ac4f50f179aa5d7a1df0cde424d1f
Author: Philippe De Swert <philippe.deswert@jollamobile.com>
Date:   Wed Apr 1 13:51:39 2015 +0100

    [patterns] re-enable usb-moded, because jolla-rnd-device is available
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 30eba13c14d6411ef5401b3473a9261758d07d9a
Merge: e907698 9df287d
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Fri Mar 27 08:27:09 2015 +0000

    Merge pull request #12 from tkenakka/filter-ofono-plugins
    
    Disable ofono plugins by default

commit 9df287da1ef40f59e709aa47035eb7c72c940391
Author: Tommi Kenakkala <tommi.kenakkala@oss.tieto.com>
Date:   Thu Mar 26 14:18:28 2015 +0200

    Disable all ofono plugins by default

commit e9076980c7956e787becb03068cdd092f23c0bbe
Merge: 60bbb59 92470be
Author: Marko Saukko <marko.saukko@gmail.com>
Date:   Wed Mar 18 13:41:56 2015 +0200

    Merge pull request #10 from mer-hybris/flashing
    
    Add support for compressed images as well.

commit 92470be168ca0df2a6703e4aed711c53f081b817
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Tue Mar 17 12:47:36 2015 +0200

    Add support for compressed images as well.
    
    NOTE: if image is compressed and sparsed there will be quite a bit of
    space needed, thus the uncompressed image is extracted to memory as it
    shouldn't ever need to be larger than tmpfs (in theory at least ;))
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 60bbb593c1c42967ee2ff750a5eeaa2f2f57c800
Merge: 6188444 253c207
Author: Marko Saukko <marko.saukko@gmail.com>
Date:   Tue Mar 10 10:50:53 2015 +0200

    Merge pull request #9 from mer-hybris/ooi-pkg
    
    Add out-of-image-files package.

commit 253c2072d021883bde1026a7729ad05f79f513c6
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Tue Mar 10 07:21:21 2015 +0000

    Add out-of-image-files package.
    
    This package contains files that are not put to the build image but are
    used only for flashing the device and thus should not be part of the
    real image.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 61884446dd4c4927332891fa7f648821388a96d8
Merge: 8c6048a e5f7fa6
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Mon Mar 9 10:22:14 2015 +0200

    Merge pull request #8 from tigeli/master
    
    [security] disable icmp-redirects and enable ipv6 temporary addresses

commit 8c6048a0306fa3583d5ab420944545e7de550aad
Merge: 98f7ecd 3f7bacc
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Mon Mar 9 10:20:59 2015 +0200

    Merge pull request #7 from mkosola/master
    
    Start droid hal init in graphical target instead of basic target

commit e5f7fa6c37a1dddcf3ee468cec41cb7645240ecf
Author: Pasi Sjöholm <pasi.sjoholm@jollamobile.com>
Date:   Fri Mar 6 16:50:03 2015 +0200

    [security] disable icmp-redirects and enable ipv6 temporary addresses
    
    Signed-off-by: Pasi Sjöholm <pasi.sjoholm@jollamobile.com>

commit 3f7bacc4c1906b744e5de297cfe249a1bea7d7c5
Author: Matti Kosola <matti.kosola@jolla.com>
Date:   Fri Mar 6 11:12:31 2015 +0200

    [systemd] Start droid hal init in graphical target
    
    Signed-off-by: Matti Kosola <matti.kosola@jolla.com>

commit 98f7ecd9b12ad4a464b47312348423e978de3c01
Merge: 2da6f38 3d0bc89
Author: Matti Kosola <matti.kosola@jollamobile.com>
Date:   Thu Mar 5 09:07:19 2015 +0200

    Merge pull request #6 from jpoutiai/ofono-udev
    
    [ofono] Disable udev modem autodetection

commit 3d0bc89ec8977670e6f495c2bbf830e351051522
Author: Jarko Poutiainen <jarko.poutiainen@oss.tieto.com>
Date:   Thu Mar 5 08:13:23 2015 +0200

    [ofono] Disable udev modem autodetection

commit 2da6f380d69f6e642ccc806b1acf61b3f089bf5b
Merge: e135d68 e761e04
Author: Juho Hämäläinen <jusa@hilvi.org>
Date:   Wed Mar 4 14:18:41 2015 +0200

    Merge pull request #5 from tkenakka/telit
    
    [ofono] Disable ofono telitmodem

commit e761e04ec609308a98403efc9095e31d23dab24e
Author: Tommi Kenakkala <tommi.kenakkala@oss.tieto.com>
Date:   Tue Mar 3 15:05:49 2015 +0200

    [ofono] Disable ofono telitmodem

commit e135d689610c9d5ce9ef2b8a773be42d45a1f4de
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Mon Feb 23 12:46:37 2015 +0000

    Split the drm udev rule to separate file so it can be excluded easily on
    device specific part.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit bf126d6feaec8cbbff04d81598482646f7848e32
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Mon Feb 23 12:45:40 2015 +0000

    When ever the file does not exist fail so that maintainers note the
    change.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 9748dcb196be63399ee3eeb8bea3bd44d7615d05
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Thu Feb 19 15:56:37 2015 +0000

    Preinit scripts need execution bit for root.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 233cba69254721cba1d56f87298b5c1aadcae892
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Wed Feb 18 23:27:06 2015 +0000

    Requires droid-config in kickstart configs
    
    Droid-config package contains ssu.ini thus it should be requirement for
    kickstartconfigs as otherwise those can not be used properly.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit ccc08f0e3972cf15dbdce5e195c6c18384cabbd9
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Wed Feb 18 22:22:48 2015 +0000

    Make sure we have systemd services enabled properly.
    
    We want the rpm package to own these files thus these are linked in
    files and not in %post/%postun.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 79a3d5f7d9de4157e1f6889e39585492937b254f
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Wed Feb 18 18:00:46 2015 +0000

    Do not include preinit scripts twice.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 74262b2a4dea8398b17ccdc2362179a5a668c3cb
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Wed Feb 18 17:29:09 2015 +0000

    Packaging fixes here and there.
    
    Move pulseaudio and ohm policy files to proper packages. Also fix the
    version string for the kickstart.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 305eed63c705b609946e971639f420bb7c91853a
Merge: b8d292b 650b10e
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Feb 18 15:35:20 2015 +0000

    Merge pull request #4 from sledges/fix-updater-ks
    
    [configs] do not purge updater .ks part, if device-specific is absent

commit b8d292bcf6d9cbaa520a9c7772b4ef6a43b6396c
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Wed Feb 18 15:30:08 2015 +0000

    Fix build in OBS by adding %setup and build requirement.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 650b10eed7f352103cc2b272adc1b2fa5350e332
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Feb 18 14:00:05 2015 +0000

    [configs] do not purge updater .ks part, if device-specific is absent
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit dbeb960beb6df8adddd2f3666f6fbbaf644af8d0
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Wed Feb 18 11:47:28 2015 +0000

    Bring ssu configs to the droid-hal-configs package
    
    This was part of droid-hal-device and now that we have done the split
    lets move it as well to the configs package.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit f787b733a4978e9b26446eebeeb0aa2a773549a5
Merge: 451d460 1408865
Author: Marko Saukko <marko.saukko@gmail.com>
Date:   Tue Feb 17 17:44:24 2015 +0200

    Merge pull request #3 from mer-hybris/splitfix
    
    Improve standalone builds.

commit 1408865fd0b23a939f5a0ac0dd8983284275acb2
Author: Marko Saukko <marko.saukko@jolla.com>
Date:   Tue Feb 17 16:33:32 2015 +0200

    Improve standalone builds.
    
    Drop the dependency to droid-hal/droid-hal-devel as the information is
    now located anyway in the configs package. Also make sure that one can
    define the path as device specific basis if needed.
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 451d4608467b45cab18af50bdc4c6c5cd05aff3c
Author: David Greaves <david@dgreaves.com>
Date:   Mon Feb 16 19:51:21 2015 +0000

    [configs] add Provides: bluetooth-rfkill-event-configs
    This probably should be a discrete package soon.

commit a1b1466190a9ef65ce1f79ec91caf0d2088a5850
Author: David Greaves <david@dgreaves.com>
Date:   Fri Feb 13 13:30:16 2015 +0000

    [configs] Rename to droid-config-* as per old name. Add HA-neutral Provides:
    
    Signed-off-by: David Greaves <david.greaves@jolla.com>

commit 85b8bd69220fb06868c9a93e062579c5a7fefb2b
Author: David Greaves <david@dgreaves.com>
Date:   Fri Feb 13 12:52:12 2015 +0000

    [configs] add Provides: bluez-configs. This probably should be a discrete package soon.

commit f8ee5786d5ab307d7b1f20f584df24fa27d777ac
Author: David Greaves <david@dgreaves.com>
Date:   Mon Feb 9 17:20:49 2015 +0000

    Make it possible to override the default values with vendor specifics
    
    [ssu] Make it possible to provide ssu configs by vendor. Contributes to JB#25780
    
    Signed-off-by: Marko Saukko <marko.saukko@jolla.com>

commit 70a605fd84c64a68e78821d09b8ec3bde60fe01e
Author: David Greaves <david@dgreaves.com>
Date:   Mon Feb 9 13:57:47 2015 +0000

    Use rpm_device macro
    
    Signed-off-by: David Greaves <david.greaves@jolla.com>

commit a25b1f80a65fc46d96e0efb792d1f5e238f823ae
Author: David Greaves <david@dgreaves.com>
Date:   Mon Feb 2 20:39:31 2015 +0000

    split out %files
    
    Signed-off-by: David Greaves <david.greaves@jolla.com>

commit 86985d469eef0c3c76289dd3f8ca254343bad735
Author: David Greaves <david@dgreaves.com>
Date:   Mon Jan 26 17:56:09 2015 +0000

    Update the pattern templates
    
    Signed-off-by: David Greaves <david.greaves@jolla.com>

commit 94bd2e7a78b1d97397db4a5fdfa9f5c3e6312875
Author: David Greaves <david@dgreaves.com>
Date:   Sun Jan 18 12:00:07 2015 +0000

    Fix the pattern processing
    Note it's an error to include multiple -p options as only the last one is used

commit 71505da05c337d1f6b71df769d4945bf6b7d1197
Author: David Greaves <david@dgreaves.com>
Date:   Mon Jan 5 23:27:52 2015 +0000

    Rename to an .inc file as per droid-hal-device
    Add -packages, policy-settings, kickstart-configuration, preinit-plugin, pulseaudio-settings, sailfish-configs
    Put as much in sparse as possible
    
    Signed-off-by: David Greaves <david.greaves@jolla.com>

commit 64dfd79051573f1ca2ab79c991fbeca9f2bbd013
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Sep 11 00:08:51 2014 +0000

    [configs] build .ks of correct domain
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 98ad3c86b548dc4ddb4cd1ad9c264ac23708ddc9
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Sep 10 14:12:34 2014 +0100

    [configs] provide (empty) top-level package
    
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit 9d0936c0383f2b48229e73d0b287922bce4b2e14
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Wed Jul 30 15:44:02 2014 +0000

    [droid-hal-configs] droid-hal provides board-mappings.d/05-$VENDOR-$DEVICE.ini
    
    Change-Id: I317da2a86b618f6699268c8c47539e65d7edc927
    Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>

commit dbf01bdbfc9567de01d5f58a4bc68775fa236570
Author: David Greaves <david@dgreaves.com>
Date:   Thu Jul 24 22:50:31 2014 +0100

    Depend on droid-hal-devel for hw-release.vars

commit 305c3a992c3cfd01a6c81dc11d1f5e5049cc036f
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Sat Jul 19 18:18:04 2014 +0100

    fix hadk mic phase

commit de87bdcfb089e1ce5d3e0f3b3a5f74a55b778b8e
Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
Date:   Thu Jun 5 12:58:34 2014 +0100

    [droid-hal-configs] initial import