TODO 640 B

12345678910111213141516171819202122232425262728
  1. * Way to manage dependencies for multi-devroot.
  2. * Get rid of sudo.
  3. * Bitbake parallel jobs vs. DEB_BUILD_OPTIONS=parallel=n.
  4. * Add option to build package from source or to pull binary deb from apt
  5. (BUILD_FROM_SRC, bump pkg ver).
  6. * Add basic OE classes for fetch, unpack etc.
  7. * Integrate Debian package building.
  8. * Create apt repos?
  9. * Dependency mgmt (debian vs. bitbake dependencies).
  10. * Bitbake: If a lib has changed, an app using it won't be rebuilt.
  11. * Repo or git subproject... for the right bitbake version?
  12. * Kconfig.
  13. * Optional cross-building support (performance?).
  14. * Override Debian repo with a local one.
  15. * runqemu.