Skip to content
Snippets Groups Projects
  • Eilís Ní Fhlannagáin's avatar
    db72b2c0
    allscenarios-image-*-dev: Add devel/dbg image. · db72b2c0
    Eilís Ní Fhlannagáin authored and Eilís Ní Fhlannagáin's avatar Eilís Ní Fhlannagáin committed
    
    Looking at allscenarios-image-common.inc I see some devel/dbg packages
    in there. These really should be pulled into a development or debug
    image as images that endusers would build off of for a production
    environment should only contain the minimal packages needed to run the system.
    
    This patch removes gdbserver and packagegroup-net-tools (iperf3) from common
    and puts them along with other useful EXTRA_IMAGE_FEATURES into two new images:
    
    allscenarios-image-base-dev
    allscenarios-image-extra-dev
    
    Due to the size of the dbg-pkgs and dev-pkgs,
    allscenarios-image-extra-dev needs a bump of it's ROOT_PARTITION_SIZE
    else wic creation explodes.
    
    Closes <issues 123>
    
    Signed-off-by: default avatarEilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com>
    db72b2c0
    History
    allscenarios-image-*-dev: Add devel/dbg image.
    Eilís Ní Fhlannagáin authored and Eilís Ní Fhlannagáin's avatar Eilís Ní Fhlannagáin committed
    
    Looking at allscenarios-image-common.inc I see some devel/dbg packages
    in there. These really should be pulled into a development or debug
    image as images that endusers would build off of for a production
    environment should only contain the minimal packages needed to run the system.
    
    This patch removes gdbserver and packagegroup-net-tools (iperf3) from common
    and puts them along with other useful EXTRA_IMAGE_FEATURES into two new images:
    
    allscenarios-image-base-dev
    allscenarios-image-extra-dev
    
    Due to the size of the dbg-pkgs and dev-pkgs,
    allscenarios-image-extra-dev needs a bump of it's ROOT_PARTITION_SIZE
    else wic creation explodes.
    
    Closes <issues 123>
    
    Signed-off-by: default avatarEilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
conf-notes.txt 760 B

### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Supported targets:
- allscenarios-image-base
- allscenarios-image-base-dev
- allscenarios-image-base-tests
- allscenarios-image-extra
- allscenarios-image-extra-dev
- allscenarios-image-extra-tests

Supported machines (first is the default):
- qemux86-64
- qemux86
- seco-intel-b68 (SECO SBC-B68)
- seco-imx8mm-c61 (SECO SBC-C61)
- stm32mp1-av96 (96Boards Avenger96)
- raspberrypi4-64

MACHINE variable can be set up in conf/local.conf file under build directory
or via command line, e.g.:

    $ MACHINE=<supported_machine> bitbake <target>

You can also run generated qemu images with a command:

    $ runqemu qemux86-64 qemuparams="-nographic" allscenarios-image-base wic