Merge ~xnox/+git/kteam-tools:riscv64-config-summary into ~canonical-kernel/+git/kteam-tools:master

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Andy Whitcroft
Approved revision: fad691ffb3f5990afc1574c4a66ee8a20edd74d6
Merged at revision: a23069127995479f9caf73c8cdbf565f2d9976e5
Proposed branch: ~xnox/+git/kteam-tools:riscv64-config-summary
Merge into: ~canonical-kernel/+git/kteam-tools:master
Diff against target: 11 lines (+1/-0)
1 file modified
devel/lib-config/devel-config-apply (+1/-0)
Reviewer Review Type Date Requested Status
Andy Whitcroft Approve
Review via email: mp+403198@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andy Whitcroft (apw) wrote :

Looks reasonable to me. Low chance of regression based on context.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/devel/lib-config/devel-config-apply b/devel/lib-config/devel-config-apply
2index a9931b8..c4d07b1 100755
3--- a/devel/lib-config/devel-config-apply
4+++ b/devel/lib-config/devel-config-apply
5@@ -21,6 +21,7 @@ i386|amd64) karch='x86' ;;
6 armel|armhf|arm64) karch='arm' ;;
7 powerpc|ppc64el) karch='powerpc' ;;
8 s390x) karch='s390' ;;
9+riscv64) karch='riscv' ;;
10 *) echo "$arch: architecture unknown" 1>&2; exit 1 ;;
11 esac
12

Subscribers

People subscribed via source and target branches