lp://staging/~canonical-foundations/debian-cd/riscv64
Created by
Łukasz Zemczak
and last modified
- Get this branch:
- bzr branch lp://staging/~canonical-foundations/debian-cd/riscv64
Members of
Canonical Foundations Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Ubuntu CD Image Team: Pending requested
-
Diff: 109 lines (+70/-2)4 files modifiedMakefile (+6/-0)
tools/boot/jammy/boot-riscv64 (+62/-0)
tools/grab_md5 (+1/-1)
tools/jammy/installtools.sh (+1/-1)
Branch information
Recent revisions
- 2136. By Łukasz Zemczak
-
Adjust xorriso args for the actual package. Probably wrong but it should be a good start.
- 2131. By Łukasz Zemczak
-
Whenever SUBARCH has a '-' sign, currently debian-cd doesn't handle it well when generating the rawlist of packages. The generation logic uses a dynamically generated C source file and the FULLARCH is then use in the ifdef section. A '-' sign generates warnings (as it's not valid for macro definitions) and also there's a mismatch, as the #ifdef section is FULLARCH but the -DARCH_<FULLARCH> that we define actually removes any - and + signes from the arch string. Use a new CPPARCH variable consistently for all the cpp executions instead.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/debian-cd