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

Adjust for UNPACKDIR #475

Merged
merged 2 commits into from
May 23, 2024
Merged

Adjust for UNPACKDIR #475

merged 2 commits into from
May 23, 2024

Commits on May 15, 2024

  1. linux-firmware-beaglev-bcm43430: Switch away from S = WORKDIR

    core has introduced UNPACKDIR and S = WORKDIR is no longer valid
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 15, 2024
    Configuration menu
    Copy the full SHA
    034d4f1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. recipes: Use UNPACKDIR instead of WORKDIR

    WORKDIR was previously used to access files in areas where do_upack
    would put the files generally. Now this has its own bitbake variable
    called UNPACKDIR, use it.
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 23, 2024
    Configuration menu
    Copy the full SHA
    41101db View commit details
    Browse the repository at this point in the history