From ee7e7f067c6086eb75b2c50fc347fd1a5e2804df Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Wed, 28 Jun 2017 19:27:34 +0200 Subject: [PATCH] Changes done after code review --- device-motorola-titan/APKBUILD | 4 ++-- device-motorola-titan/profile.sh | 2 +- linux-motorola-titan/APKBUILD | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/device-motorola-titan/APKBUILD b/device-motorola-titan/APKBUILD index 1967e36bb..72654127e 100644 --- a/device-motorola-titan/APKBUILD +++ b/device-motorola-titan/APKBUILD @@ -28,6 +28,6 @@ package() { } sha512sums="43973f535bc40d50ab6897129d711713a0fc0e56972addc33874c9db33269ae9e868a963b56669e7533cb7a9224fc86a6388338142a419dd852e2f74088db5c9 deviceinfo -a62b9a5159805b78c69c247656d508b04264c7dd072e5c6a2efafb2007ccf02f2ee0912aa80949e7dddea9794e965031c9b40bbd0cec229c8df184e3a6d3fb36 90-android-touch-dev.rules +f37e6324abf0b0fc8a3d360d6d11bb0648090a438a55ca7f04a9d494719e687ce445ae107ace642edf293afb6ca82615bcb5d0ddb6c46c1a7f8ee3c213b7c5c4 90-android-touch-dev.rules 8590967fa10388a890fdfafdb1070b9ab22dc89e06a3a8834806c772191e3b67de7b914b0d68e5ddf581cee715cb90f3f24abcb8762c415ff328c6da23e55d52 initfs-hook.sh -c3d0182161c33047e0af4fd7cc557037e10380896a771446f055a13813e50e4e6c9d5992de7b275a8373a053cca02cb96bcb50c732709a2e9909f903b5fba249 profile.sh" +4fd7fceda05b9a7e5a7d32f737126c335de883d9caed799345c1016164e04d05819436a0dfd9e624499bbc1a9d0d56ba6e738f4458bc92ef1fe135845ae1aa85 profile.sh" diff --git a/device-motorola-titan/profile.sh b/device-motorola-titan/profile.sh index 01385a012..f19cd8ba1 100644 --- a/device-motorola-titan/profile.sh +++ b/device-motorola-titan/profile.sh @@ -3,7 +3,7 @@ # Dirty hacks, necessary to get a working demo... if [ -e /etc/xdg/weston/weston.ini ]; then rm /etc/xdg/weston/weston.ini - echo "WARNING: xwayland does not work yet on lg-mako (probably" + echo "WARNING: xwayland does not work yet on motorola-titan (probably)" echo "because of bad framebuffer drivers)" echo "=> Deleted /etc/xdg/weston/weston.ini as workaround" fi diff --git a/linux-motorola-titan/APKBUILD b/linux-motorola-titan/APKBUILD index 30302f9e1..9a065a5e1 100644 --- a/linux-motorola-titan/APKBUILD +++ b/linux-motorola-titan/APKBUILD @@ -1,13 +1,16 @@ # APKBUILD based on linux-vanilla aport. Changes: # - disabled module installation -# - add !check !tracedeps -# - package: just install zimage and kernel.release, because the kernel config -# does not generate modules or dtb files +# - added !check !tracedeps +# - package: just install zImage-dtb and kernel.release # - do not create -dev subpackage (makes no sense without module support) # # Kernel config changes, based on: arch/arm/configs/titan_defconfig # Changes: +# - apply patches to compile with gcc6 +# - disable -Werror-implicit-function-declaration and -Wno-error, +# otherwise the kernel would not compile # - enable devtmpfs (needed for udev -> touch support in weston) +# - disable xz compression _vendor=motorola _flavor=motorola-titan