-
Notifications
You must be signed in to change notification settings - Fork 2
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
Forward port to build with latest master #8
Open
kraj
wants to merge
19
commits into
C-X1:develop
Choose a base branch
from
kraj:kraj/develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Otherwise bitbake is confused since it can't find the given SHA in SRCREV and fresh fetch fails Signed-off-by: Khem Raj <[email protected]>
This solves a criss-crossed dependency in tests for server and client where they expect each other to be in dependency Combinied build solves the problem, since now they will be seeing each others builds Signed-off-by: Khem Raj <[email protected]>
When distros enable ptests then the packages demand more depedendencies. Add the needed recipes for these packages Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
The dependenies are trying to execute code on buildhost doesnt work in cross environment. Disable it therefore for now Signed-off-by: Khem Raj <[email protected]>
the bashscripts are in -dev package, staticdev only contains the .a archives Signed-off-by: Khem Raj <[email protected]>
OE master is now using recipe specific sysroot which means indirect dependencies are now exposed when building and secondly when ptest is enabled then packages ask for additional dependencies needed to compile tests Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Remove dep on host python move bash dep from staticdev to dev package Signed-off-by: Khem Raj <[email protected]>
Disable ptests Signed-off-by: Khem Raj <[email protected]>
Add missing deps at buildtime Signed-off-by: Khem Raj <[email protected]>
Move bash dep to dev package Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Disable cgo and pie flags Signed-off-by: Khem Raj <[email protected]>
Build frontend assets as well missing linkage with pthreads is added Add needed rdeps Signed-off-by: Khem Raj <[email protected]>
Fails to compile complaining about missinf open file, it seems to be accessing build host during cross compile Signed-off-by: Khem Raj <[email protected]>
Use internal dependency mechanism which uses gdm Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.