OpenXT / openxt

Base OpenXT build scripts
48 stars 39 forks source link

OXT-1000: remove OE container uname hack to report 32bit kernel #235

Closed dozylynx closed 7 years ago

dozylynx commented 7 years ago

[this needs wider testing before accepting for merge; PR created for review + testing]

Signed-off-by: Christopher Clark christopher.clark6@baesystems.com

dpsmith commented 7 years ago

Just for reference, in my build system I env in the shell function below. This functions much better as I have ran into situations where the system call was used instead of the uname binary which resulted in a system arch mismatch.

bb() {
    # ensure bitbake believes this is a 32bit arch
    linux32 bitbake "$@"
}
jean-edouard commented 7 years ago

@dpsmith that solution looks much better, thanks. @dozylynx this PR can probably be closed now.