Public bug reported: I'm missing the tool mkenvimage which is in the upstream sources since 2012 (http://git.denx.de/?p=u-boot.git;a=commit;h=a6337e6ffdea211e70dd8d6c638f6a5ec2295400)
The tool is described in http://free-electrons.com/blog/mkenvimage- uboot-binary-env-generator/ This is the patch to the u-boot-2014.10+dfsg1 (Ubuntu vivid) sources for including it into the package: --- debian/u-boot-tools.install_orig 2015-05-18 16:28:38.955830809 +0000 +++ debian/u-boot-tools.install 2015-05-18 16:21:38.719843450 +0000 @@ -1,7 +1,7 @@ #!/bin/sh builddir=debian/build/tools -for tool in mkimage mksunxiboot kwboot env/fw_printenv ; do +for tool in mkimage mksunxiboot kwboot env/fw_printenv mkenvimage ; do echo ${builddir}/tools/${tool} /usr/bin/ done ** Affects: u-boot (Ubuntu) Importance: Undecided Status: New ** Attachment added: "patch to the u-boot-2014.10+dfsg1 (Ubuntu vivid) sources" https://bugs.launchpad.net/bugs/1484567/+attachment/4444202/+files/patch.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484567 Title: Please add mkenvimage to u-boot-tools To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/u-boot/+bug/1484567/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
