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
1=== modified file 'cross-compile-chroot.sh'
2--- cross-compile-chroot.sh 2016-03-04 16:43:49 +0000
3+++ cross-compile-chroot.sh 2016-05-31 08:13:33 +0000
4@@ -95,7 +95,7 @@
5
6 additional_repositories=
7 if [ ${dist} == "vivid" ] ; then
8- 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"
9+ additional_repositories="-r http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu"
10 fi
11
12 gcc_variant=
13
14=== modified file 'debian/control'
15--- debian/control 2016-04-08 08:17:11 +0000
16+++ debian/control 2016-05-31 08:13:33 +0000
17@@ -23,6 +23,7 @@
18 libhybris-dev,
19 liblttng-ust-dev,
20 libmedia-dev,
21+ libmirclient-dev,
22 libreadline-dev,
23 libreadline6-dev,
24 libwds-dev,
25@@ -35,7 +36,7 @@
26 Vcs-Browser: http://bazaar.launchpad.net/aethercast/trunk/files
27
28 Package: aethercast
29-Architecture: i386 amd64 armhf
30+Architecture: i386 amd64 armhf arm64
31 Depends: ${misc:Depends},
32 ${shlibs:Depends},
33 aethercast-tools,
34@@ -48,7 +49,7 @@
35 protocols such as Miracast.
36
37 Package: aethercast-tools
38-Architecture: i386 amd64 armhf
39+Architecture: i386 amd64 armhf arm64
40 Depends: ${misc:Depends},
41 ${shlibs:Depends},
42 isc-dhcp-server,
43@@ -63,7 +64,7 @@
44 the display streaming stack.
45
46 Package: aethercast-tests
47-Architecture: i386 amd64 armhf
48+Architecture: i386 amd64 armhf arm64
49 Depends: ${misc:Depends},
50 ${shlibs:Depends},
51 isc-dhcp-server,

Subscribers

People subscribed via source and target branches

to all changes: