Skip to content
Snippets Groups Projects
  1. May 02, 2019
  2. May 01, 2019
  3. Apr 30, 2019
  4. Apr 28, 2019
    • Martijn Braam's avatar
      pine-dontbeevil: update kernel, config, more CMA mem (!336) · badaed71
      Martijn Braam authored
      * Moved more PinePhone related kernel stuff to the upstream
      * Added cma=256M so the CSI subsystem doesn't throw out-of-memory errors
        when capturing at higher than 1280x720 resolutions (but it still hangs)
      * Removed a lot of modules that get compiled for DVB tuners after
        enableing the camera stuff.
      
      [ci:skip-build]: doesn't finish in time
      badaed71
  5. Apr 26, 2019
  6. Apr 24, 2019
  7. Apr 21, 2019
    • Dang Huynh's avatar
      hybris/lxc-android: patched config for the latest lxc version (!330) · d0f5d25e
      Dang Huynh authored
      The config file for container from Halium repo is outdated, and will not
      load on latest version of LXC, here is the error when you start the container:
      
      postmarketos:~$ sudo lxc-start android
      lxc-start: android: confile.c: parse_line: 2447 Unknown configuration key "lxc.rootfs"
      lxc-start: android: parse.c: lxc_file_for_each_line_mmap: 142 Failed to parse config file "/var/lib/lxc/android/config" at line "lxc.rootfs = /var/lib/lxc/android/rootfs"
      Failed to load config for android
      lxc-start: android: tools/lxc_start.c: main: 264 Failed to create lxc_container
      postmarketos:~$
      
      This pull request updates the config file, but also use the latest
      commit.
      d0f5d25e
    • Dang Huynh's avatar
      xiaomi-santoni: rebase to 3.18.138, add firmware and audio, fix splash (!328) · f05374fa
      Dang Huynh authored
      device-xiaomi-santoni:
      * Added initial audio support (generated by xml2ucm)
      * Fixed splash screen size (720x1280), which also fixes the screen
        showing "posma"
      
      firmware-xiaomi-santoni:
      * Firmware files are added (contains ADSP and WCNSS firmwares), these
      * files are from Developer ROM 03/29 by Xiaomi.
      
      linux-xiaomi-santoni:
      * Kernel updated to 3.18.138.
      * Modernized GCC, it'll now compile with the latest GCC from Alpine.
      
      [ci:skip-build]: already built successfully in CI
      f05374fa
  8. Apr 19, 2019
    • Oliver Smith's avatar
      main/kernel-scripts: remove (!329) · ffbbe41d
      Oliver Smith authored
      This package was a workaround for out-of-tree modules (wireguard). We
      have dropped the wireguard kernel module package already, and since
      kernel-scripts is failing to build now (it would need to be updated),
      let's drop it as well.
      
      If somebody wants to bring back *and maintain* the wireguard
      out-of-tree kernel module, I've documented how we had done it here:
      https://wiki.postmarketos.org/wiki/Out-of-tree_kernel_modules
      
      [ci:skip-build]: building the kernels that have been adjusted to drop
                       kernel-scripts related code would take too long for CI,
                       but I'm making sure that everything still builds before
                       merging.
      ffbbe41d
  9. Apr 18, 2019
    • Alexey Minnekhanov's avatar
      linux-samsung-klte: tidy up patches and add new: (!321) · 28ab7dc9
      Alexey Minnekhanov authored
      * fix patch file names and reorder them properly
      * add patch to fix framebuffer memory allocation
      * add patch to fix compile warning for iptables plugin xt_connbytes
      * add patch to properly assign MAC address for USB RNDIS
      * add backport patch from upstream about O_PATH file descriptors
      
      [ci:skip-build]: already went through successfully in CI
      28ab7dc9
    • Alexey Minnekhanov's avatar
      linux-samsung-klte: base downstream kernel source on lineage-14.1 branch (!321) · e4623227
      Alexey Minnekhanov authored
      @drebrez originally based klte port on lineage-16.0 branch (Android 9),
      but we need compatibility with Android 7.1, so use lineage-14.1 branch.
      
      Also tidy up downstream kernel config a little bit (pass it through
      pmbootstrap kconfig edit, change nothing, exit with saving).
      e4623227
    • Alexander Polynomdivision's avatar
      samsung-herolte: add wifi firmware (!309) · 548e9465
      Alexander Polynomdivision authored
      This adds the required firmware to allow ip link set wlan0 up, which
      then enables Samsung Hero-Devices, the Galaxy S7 (herolte) and the
      Galaxy S7 Edge (hero2lte), to connect to the Internet.
      548e9465
    • Martijn Braam's avatar
      pine-dontbeevil: various dtb improvements (!323) · 9353bca7
      Martijn Braam authored
      * Created seperate DTB for the devkit named sun50i-a64-dontbeevil.dts so
        it can easily be edited and the diff remains readable in gitlab
      * Added patch to build the new dtb
      * Added the ST LIS3MDL to the new dtb (Magnetometer)
      * Added the SensorTek STK3335 to the new dtb (Proximity and ambient
        light sensor)
      * InvenSense MPU-6050 to the new dtb (Accelerometer and gyroscope)
      * Added CSI bus and OV5640 camera
      
      Remaining issues:
      * The STK3310 module doesn't load automatically
      * Camera doesn't want to capture but does show up as /dev/video0
      
      [ci:skip-build]: doesn't finish in time
      9353bca7
    • Robert Yang's avatar
      android-recovery-installer: Use an explicit list of zip file contents (!324) · 5aa88663
      Robert Yang authored
      The working directory can contain other files. For example pmbootstrap uses
      the same directory for generating android recovery zip files. Extra files
      can end up being archived into the recovery zip.
      
      This change explicitly passes the list of files to be archived.
      5aa88663
    • Oliver Smith's avatar
      py3-brotlipy: bump pkgrel after soname bump · db9611cd
      Oliver Smith authored
      Library doesn't exist anymore, so we need to rebuild the package:
      so:libpython3.6m.so.1.0
      db9611cd
    • Betty Cooper's avatar
      main/postmarketos-artwork-wallpapers: new wallpaper (!320) · 4c429925
      Betty Cooper authored
      Use new wallpaper instead of the old one, and only install one wallpaper
      file.
      4c429925
  10. Apr 15, 2019
  11. Apr 14, 2019
    • Oliver Smith's avatar
      CI: enable crossdirect again · 1031ff82
      Oliver Smith authored
      All bugs should be ironed out now. Let's get some more testing by
      enabling crossdirect in CI again. The crossdirect feature is still only
      in pmbootstrap master, not in the latest pmbootstrap release. But if it
      works without problems for some time, we're ready to make a release.
      
      This reverts commit 6e3252e4.
      1031ff82
    • Oliver Smith's avatar
      cross/crossdirect: use qemu when linking (!318) · 2c07f284
      Oliver Smith authored
      Cross linker (e.g. ld from binutils-armhf) does not support any method
      of setting additional link paths, and this causes problems when building
      various packages. Work around this problem by calling the qemu binary
      instead of the cross binary from the native chroot, whenever we are
      linking.
      
      I have tested that this allows successfully building hello-world,
      coreinfo, libhybris for armhf. So this fixes #227 and fixes #228.
      
      Regarding performance, this is the same way as distcc does it. We would
      get a performance gain if we were able to use the cross-linker. But so
      far I could not figure out how to patch the binutils source to make it
      work like we want to have it. Maybe I'll ask on some binutils mailing
      list for advice. In the meantime, this workaround should make
      crossdirect work for all use-cases, and it is still faster than the
      previous distcc setup, because we can avoid the overhead of setting up
      and running a ssh server locally to work around missing authentication
      in distcc (see pmbootstrap!1649). Let's test this for some more time,
      and then make a pmbootstrap release that rolls out crossdirect for
      everyone.
      2c07f284
  12. Apr 12, 2019
Loading