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

Guo (testing only) #147

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Guo (testing only) #147

wants to merge 3 commits into from

Commits on Aug 13, 2024

  1. setup: Add dependencies for Windows

    Windows apparently builds pylibfdt if swig is declared as a dependency
    in the setup file. Otherwise it must be installed manually and Windows
    does not sport a package manager, so this is hard for users.
    
    This change seems to have no ill effects on Linux, at least.
    
    So add a new setup_requires line.
    
    Commit-notes:
    This was picked up from:
    
    devicetree-org/pylibfdt#2
    END
    
    Series-to: dtc
    Series-cc: Gua Guo <[email protected]>, david
    
    Signed-off-by: Gua Guo <[email protected]>
    Signed-off-by: Simon Glass <[email protected]>
    gguo11837463 authored and sjg20 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9ea9f82 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. github: Add pip as a dependency

    Allow use of the 'pip' tool within the actions.
    
    Signed-off-by: Simon Glass <[email protected]>
    sjg20 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    973f755 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. wip

    sjg20 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6bf7773 View commit details
    Browse the repository at this point in the history