Francis Hu
Francis Hu

Reputation: 33

Embedded system Build-system to use debian pbuilder

As we know, buildroot and openEmbedded are major build systems for embedded system. Could anyone share what pbuilder is? Does it appropriate to be used in building embedded system? Could any expert share your experiences? Thank you.

Upvotes: 0

Views: 119

Answers (1)

yegorich
yegorich

Reputation: 4849

As stated in pbuilder's documentation:

pbuilder stands for Personal Builder, and it is an automatic Debian Package Building system for personal development workstation environments.

You can create your own *.deb files with the help of pbuilder. But for the root file system you'll need another framework. Take a look at ELBE project. It also has support for pbuilder.

Upvotes: 2

Related Questions