-
Notifications
You must be signed in to change notification settings - Fork 56
Fix warnings in Dunfell OE build. #26
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
Fix warnings in Dunfell OE build. #26
Conversation
amstewart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. It's nice to see that we're able to drop so many .patches!
5d62d57 to
675460d
Compare
amstewart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though is old/deprecated/unmaintained
s/is/it is/
:)
|
Looks good; pending the nits above. |
5e91ea7 to
b9cdac6
Compare
|
I had updated the iproute2 version to 2.5 in another commit. I need to rebase this branch on top of those commits, which probably means another round of force pushes. |
NI ARM targets will not be supported in Dunfell. u-boot has updated recipe files upstream and it will take significant effort to rework these bbappends. Drop all u-boot files and patches. Signed-off-by: Shruthi Ravichandran <[email protected]>
Bump version to match OE version 1.1.1g. Drop patches for Pharlap and VxWorks. These OSes will not be supported in Dunfell. Drop patches for nibuild Windows. These patches have already been applied in this version.
Python2 is no longer supported upstream. Signed-off-by: Shruthi Ravichandran <[email protected]>
Patch has been merged upstream since v2.5. Signed-off-by: Shruthi Ravichandran <[email protected]>
Signed-off-by: Shruthi Ravichandran <[email protected]>
Address multiple warnings related to Python requiring 4 spaces indentation instead of tabs. Signed-off-by: Shruthi Ravichandran <[email protected]>
ARM targets not supported in Dunfell. Signed-off-by: Shruthi Ravichandran <[email protected]>
Signed-off-by: Shruthi Ravichandran <[email protected]>
docker-registry not recommended anymore in OE recipe. Signed-off-by: Shruthi Ravichandran <[email protected]>
Signed-off-by: Shruthi Ravichandran <[email protected]>
Signed-off-by: Shruthi Ravichandran <[email protected]>
Signed-off-by: Shruthi Ravichandran <[email protected]>
Signed-off-by: Shruthi Ravichandran <[email protected]>
Change priority of packages to a value higher than the priority of coreutils. This fixes a warning that the binaries have multiple providers with the same priority. Update RDEPENDS variable name to fix warning that this key replaces the original RDEPENDS_coreutils key in coreutils instead of appending to it. Signed-off-by: Shruthi Ravichandran <[email protected]>
This variable gets defined in oe-core if not already defined. We shouldn't have to maintain this version separately. Signed-off-by: Shruthi Ravichandran <[email protected]>
Instead of carrying this patch forward every rebase in
meta-openembedded, move recipe to meta-nilrt.
commit 9dcf44f ("libglade: remove") dropped libglade because it
was broken by recipe specific sysroots (glib-2.0-native was missing).
Though it is old/deprecated/unmaintained, libglade is useful because
it's a dependency for the florence virtual keyboard which is the
smallest virtual keyboard in terms of disk space / memory usage.
Signed-off-by: Shruthi Ravichandran <[email protected]>
b9cdac6 to
c5a8a4c
Compare
There are still a few warnings left that I haven't figured out. Pushing what I have.
@ni/rtos