Difference between revisions of "XUELK-AN-00x: Building Debian distribution with Isar"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "==Introduction== ==Useful links== *http://events.linuxfoundation.org/sites/events/files/slides/isar-elce-2016_0.pdf *https://github.com/ilbers/isar/blob/master/doc/user_manual...")
 
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
 +
==Build==
 +
dvdk@osboxes:~/devel/sbclynx/debian/isar/isar.git$ . dave-init-build-env build 
 +
You had no conf/local.conf file. This configuration file has therefore been
 +
created for you with some default values. You may wish to edit it to, for
 +
example, select a different MACHINE (target hardware). See conf/local.conf
 +
for more information as common configuration options are commented.
 +
 +
You had no conf/bblayers.conf file. This configuration file has therefore been
 +
created for you with some default values. To add additional metadata layers
 +
into your configuration please add entries to conf/bblayers.conf.
 +
 +
For more information about isar, contact the developers at:
 +
    https://lists.debian.org/debian-embedded/
 +
 +
### Shell environment set up for builds. ###
 +
 +
You can now run 'bitbake <target>'
 +
 +
Common targets are:
 +
    isar-image-base
 +
    isar-image-debug
 +
dvdk@osboxes:~/devel/sbclynx/debian/isar/isar.git/build$ bitbake multiconfig:sbclynx-wheezy:isar-image-base
 +
Parsing recipes: 100% |#################################################################################################################################| Time: 0:00:00
 +
Parsing of 4 .bb files complete (0 cached, 4 parsed). 16 targets, 0 skipped, 0 masked, 0 errors.
 +
NOTE: Resolving any missing task queue dependencies
 +
NOTE: Resolving any missing task queue dependencies
 +
NOTE: Resolving any missing task queue dependencies
 +
NOTE: Resolving any missing task queue dependencies
 +
Initialising tasks: 100% |##############################################################################################################################| Time: 0:00:00
 +
NOTE: Executing RunQueue Tasks
 +
NOTE: Tasks Summary: Attempted 9 tasks of which 0 didn't need to be rerun and all succeeded.
 +
 
==Useful links==
 
==Useful links==
 
*http://events.linuxfoundation.org/sites/events/files/slides/isar-elce-2016_0.pdf
 
*http://events.linuxfoundation.org/sites/events/files/slides/isar-elce-2016_0.pdf
 
*https://github.com/ilbers/isar/blob/master/doc/user_manual.md
 
*https://github.com/ilbers/isar/blob/master/doc/user_manual.md
 
*http://elinux.org/images/0/09/ELC-2017-isar.pdf
 
*http://elinux.org/images/0/09/ELC-2017-isar.pdf

Revision as of 08:39, 18 April 2017

Introduction[edit | edit source]

Build[edit | edit source]

dvdk@osboxes:~/devel/sbclynx/debian/isar/isar.git$ . dave-init-build-env build You had no conf/local.conf file. This configuration file has therefore been created for you with some default values. You may wish to edit it to, for example, select a different MACHINE (target hardware). See conf/local.conf for more information as common configuration options are commented.

You had no conf/bblayers.conf file. This configuration file has therefore been created for you with some default values. To add additional metadata layers into your configuration please add entries to conf/bblayers.conf.

For more information about isar, contact the developers at:

   https://lists.debian.org/debian-embedded/
      1. Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Common targets are:

   isar-image-base
   isar-image-debug

dvdk@osboxes:~/devel/sbclynx/debian/isar/isar.git/build$ bitbake multiconfig:sbclynx-wheezy:isar-image-base Parsing recipes: 100% |#################################################################################################################################| Time: 0:00:00 Parsing of 4 .bb files complete (0 cached, 4 parsed). 16 targets, 0 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies Initialising tasks: 100% |##############################################################################################################################| Time: 0:00:00 NOTE: Executing RunQueue Tasks NOTE: Tasks Summary: Attempted 9 tasks of which 0 didn't need to be rerun and all succeeded.

Useful links[edit | edit source]