Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output BUILD_ID in "Build Configuration:" overview #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hsychla
Copy link

@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
Contributor

thz commented May 27, 2016

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

@hsychla
Copy link
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