Merge lp:~morphis/aethercast/enable-arm64-builds into lp:aethercast

Proposed by Simon Fels
Status: Merged
Approved by: Alfonso Sanchez-Beato
Approved revision: 147
Merged at revision: 146
Proposed branch: lp:~morphis/aethercast/enable-arm64-builds
Merge into: lp:aethercast
Diff against target: 51 lines (+5/-4)
2 files modified
cross-compile-chroot.sh (+1/-1)
debian/control (+4/-3)
To merge this branch: bzr merge lp:~morphis/aethercast/enable-arm64-builds
Reviewer Review Type Date Requested Status
Alfonso Sanchez-Beato Approve
Review via email: mp+294908@code.launchpad.net

Commit message

Enable builds on arm64

Now that hybris is building on arm64 we allow building aethercast on arm64 too. Later on this should be refactored to make libhybris a build time options we can simply replace with some stub or another platform specific implementation.

To post a comment you must log in.
145. By Simon Fels

Rather than using any limit us to what we know is working

146. By Simon Fels

Remove not existing silo 0 from cross-compile script

147. By Simon Fels

Add build dependency on libmirclient-dev

Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'cross-compile-chroot.sh'
--- cross-compile-chroot.sh 2016-03-04 16:43:49 +0000
+++ cross-compile-chroot.sh 2016-05-31 08:13:33 +0000
@@ -95,7 +95,7 @@
9595
96additional_repositories=96additional_repositories=
97if [ ${dist} == "vivid" ] ; then97if [ ${dist} == "vivid" ] ; then
98 additional_repositories="-r http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu -r http://ppa.launchpad.net/ci-train-ppa-service/landing-000/ubuntu"98 additional_repositories="-r http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu"
99fi99fi
100100
101gcc_variant=101gcc_variant=
102102
=== modified file 'debian/control'
--- debian/control 2016-04-08 08:17:11 +0000
+++ debian/control 2016-05-31 08:13:33 +0000
@@ -23,6 +23,7 @@
23 libhybris-dev,23 libhybris-dev,
24 liblttng-ust-dev,24 liblttng-ust-dev,
25 libmedia-dev,25 libmedia-dev,
26 libmirclient-dev,
26 libreadline-dev,27 libreadline-dev,
27 libreadline6-dev,28 libreadline6-dev,
28 libwds-dev,29 libwds-dev,
@@ -35,7 +36,7 @@
35Vcs-Browser: http://bazaar.launchpad.net/aethercast/trunk/files36Vcs-Browser: http://bazaar.launchpad.net/aethercast/trunk/files
3637
37Package: aethercast38Package: aethercast
38Architecture: i386 amd64 armhf39Architecture: i386 amd64 armhf arm64
39Depends: ${misc:Depends},40Depends: ${misc:Depends},
40 ${shlibs:Depends},41 ${shlibs:Depends},
41 aethercast-tools,42 aethercast-tools,
@@ -48,7 +49,7 @@
48 protocols such as Miracast.49 protocols such as Miracast.
4950
50Package: aethercast-tools51Package: aethercast-tools
51Architecture: i386 amd64 armhf52Architecture: i386 amd64 armhf arm64
52Depends: ${misc:Depends},53Depends: ${misc:Depends},
53 ${shlibs:Depends},54 ${shlibs:Depends},
54 isc-dhcp-server,55 isc-dhcp-server,
@@ -63,7 +64,7 @@
63 the display streaming stack.64 the display streaming stack.
6465
65Package: aethercast-tests66Package: aethercast-tests
66Architecture: i386 amd64 armhf67Architecture: i386 amd64 armhf arm64
67Depends: ${misc:Depends},68Depends: ${misc:Depends},
68 ${shlibs:Depends},69 ${shlibs:Depends},
69 isc-dhcp-server,70 isc-dhcp-server,

Subscribers

People subscribed via source and target branches

to all changes: