https://github.com/dreamcat4/tvh.build.tmp
Temporary sandbox for trying out pbuilder
https://github.com/dreamcat4/tvh.build.tmp
Last synced: 3 months ago
JSON representation
Temporary sandbox for trying out pbuilder
- Host: GitHub
- URL: https://github.com/dreamcat4/tvh.build.tmp
- Owner: dreamcat4
- License: mit
- Created: 2015-07-09T13:46:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T14:47:32.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T19:27:22.587Z (5 months ago)
- Size: 129 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tvh.build.tmp
Temporary sandbox for trying out pbuilderJust playing around...
Informal testing of the pbuilder approach inside docker. Depending if it works or not - can then be moved over into a proper repository.
## Starting point
[23:38] <@adamsutton> just try this:
[23:38] <@adamsutton> sudo apt-get install qemu-user-static pbuilder-dist
[23:38] <@adamsutton> pbuilder-dist sid armhf create
[23:38] <@adamsutton> git clone tvheadend.git
[23:38] <@adamsutton> cd tvheadend
[23:38] <@adamsutton> TVH_BUILD="sid:armhf" ./support/pbuilder
[23:38] <@adamsutton> I think...## Pbuilder guides & reference materials
http://jodal.no/2015/03/08/building-arm-debs-with-pbuilder/
https://wiki.ubuntu.com/PbuilderHowto#Building_an_i386_pbuilder_on_amd64
https://wiki.ubuntu.com/ARM/BuildArmPackages
https://wiki.debian.org/PbuilderTricks
https://pbuilder.alioth.debian.org/
## Others?
sbuilder - not as simple?
http://askubuntu.com/questions/53014/why-use-sbuild-over-pbuilder
cross-compiling from scratch?
https://github.com/tvheadend/tvheadend-build#cross-compiling-for-arm
I'm going to assume / accept adam's recommendation that `pbuilder` is the better solution and investigate that first foremost.