Merge lp:~mvo/snappy/snappy-snappy-bootsuccess-env2 into lp:~snappy-dev/snappy/snappy-moved-to-github
Proposed by
Michael Vogt
on 2015-07-20
| Status: | Merged |
|---|---|
| Approved by: | John Lenton on 2015-07-22 |
| Approved revision: | 596 |
| Merged at revision: | 595 |
| Proposed branch: | lp:~mvo/snappy/snappy-snappy-bootsuccess-env2 |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Prerequisite: | lp:~mvo/snappy/snappy-bootsuccess-env |
| Diff against target: |
204 lines (+63/-51) 4 files modified
debian/control (+1/-0) dependencies.tsv (+1/-0) partition/bootloader_uboot.go (+29/-23) partition/bootloader_uboot_test.go (+32/-28) |
| To merge this branch: | bzr merge lp:~mvo/snappy/snappy-snappy-bootsuccess-env2 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| John Lenton | 2015-07-20 | Approve on 2015-07-22 | |
|
Review via email:
|
|||
Commit Message
Use native uboot-go code to manipulate the snappy uboot.env file.
Description of the Change
This branch uses the native go uboot code to read/write the uboot environment.
To post a comment you must log in.
lp:~mvo/snappy/snappy-snappy-bootsuccess-env2
updated
on 2015-07-21
- 594. By Michael Vogt on 2015-07-21
-
add github.
com/mvo5/ uboot-go
lp:~mvo/snappy/snappy-snappy-bootsuccess-env2
updated
on 2015-07-21
- 595. By Michael Vogt on 2015-07-21
-
add golang-uboot-go-dev dependency
| Michael Vogt (mvo) wrote : | # |
Thanks! I added the missing build-dependency and upload the golang-uboot-go-dev package to the image PPA.
lp:~mvo/snappy/snappy-snappy-bootsuccess-env2
updated
on 2015-07-22
- 596. By Michael Vogt on 2015-07-22
-
dependencies.tsv: update uboot-go git dependency


We need golang-uboot-dev or sth in debian/ (or vendoring). Other than that it looks very good.