Skip to content

Output BUILD_ID in "Build Configuration:" overview#6

Open
hsychla wants to merge 1 commit intocarosio:masterfrom
hsychla:build_id
Open

Output BUILD_ID in "Build Configuration:" overview#6
hsychla wants to merge 1 commit intocarosio:masterfrom
hsychla:build_id

Conversation

@hsychla
Copy link
Copy Markdown

@hsychla hsychla commented May 27, 2016

Adds the BUILD_ID to the output shown above the current build steps.

Before:

Build Configuration:
BB_VERSION        = "1.28.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-14.04"
TARGET_SYS        = "x86_64-tposs-linux"
MACHINE           = "vmware"
DISTRO            = "caros"
DISTRO_VERSION    = "16.04"
TUNE_FEATURES     = "m64 core2"
TARGET_FPU        = ""

After:

Build Configuration:
BB_VERSION        = "1.28.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-14.04"
TARGET_SYS        = "x86_64-tposs-linux"
MACHINE           = "vmware"
DISTRO            = "caros"
DISTRO_VERSION    = "16.04"
TUNE_FEATURES     = "m64 core2"
TARGET_FPU        = ""
BUILD_ID          = "1235"

modified: caros-16.04-lamobo-r1.xml
modified: caros-16.04-vmware.xml

Adds the BUILD_ID to the output shown above the current build steps.

Before:

    Build Configuration:
    BB_VERSION        = "1.28.0"
    BUILD_SYS         = "x86_64-linux"
    NATIVELSBSTRING   = "Ubuntu-14.04"
    TARGET_SYS        = "x86_64-tposs-linux"
    MACHINE           = "vmware"
    DISTRO            = "caros"
    DISTRO_VERSION    = "16.04"
    TUNE_FEATURES     = "m64 core2"
    TARGET_FPU        = ""

After:

    Build Configuration:
    BB_VERSION        = "1.28.0"
    BUILD_SYS         = "x86_64-linux"
    NATIVELSBSTRING   = "Ubuntu-14.04"
    TARGET_SYS        = "x86_64-tposs-linux"
    MACHINE           = "vmware"
    DISTRO            = "caros"
    DISTRO_VERSION    = "16.04"
    TUNE_FEATURES     = "m64 core2"
    TARGET_FPU        = ""
    BUILD_ID          = "1235"

	modified:   caros-16.04-lamobo-r1.xml
	modified:   caros-16.04-vmware.xml
@thz
Copy link
Copy Markdown
Contributor

thz commented May 27, 2016

is that going into the sstate-checksums? (e.g. causing unnecessary rebuilds?)

@hsychla
Copy link
Copy Markdown
Author

hsychla commented May 27, 2016

It is pure output AFAICT.
BUILDCFG_VARS is evaluated in ./meta/classes/image-buildinfo.bbclass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants