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

Allow setting plaform macro settings externally #2580

Commits on Jul 25, 2023

  1. Allow setting plaform macro settings externally

    Yocto has their own way to set the platform names via BSPs
    (Board Support Packages). These names are more specific than
    basic CPU architectures, and such a platform name ends up in
    /etc/rpm/platform but the corresponding subdirectory under
    /usr/lib/rpm/platform does not exist.
    
    Allow creating such custom platform subdirectory with feeding
    the necessary data using external variables: RPM_CUSTOM_ARCH,
    RPM_CUSTOM_ISANAME, RPM_CUSTOM_ISABITS, RPM_CUSTOM_CANONARCH
    and RPM_CUSTOM_CANONCOLOR
    
    Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
    zboszor committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cce80cf View commit details
    Browse the repository at this point in the history