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

variscite_ubi: Do not export shell variables when not needed #36

Open
wants to merge 1 commit into
base: mickledore-var01
Choose a base branch
from

Commits on Nov 22, 2023

  1. variscite_ubi: Do not export shell variables when not needed

    Since this file is included by machine conf, means these variables make
    into all kind of recipes e.g. native, nativesdk and that makes whole
    sstate specific to the machine and not usable across other
    projects/machines. e.g. if we have imx8 and imx6 dart based products it
    results in recompiling everything for each of them and thus keep two
    copies of sstate which is inefficient.
    
    Fixes
    bitbake-diffsigs -t m4-native do_configure
    Task dependencies changed from:
    ...
    changed items: frozenset({'UBINIZE_ARGS_256kbpeb', 'MKUBIFS_ARGS_128kbpeb', 'MKUBIFS_ARGS_256kbpeb', 'UBINIZE_ARGS_128kbpeb'})
    Dependency on Variable MKUBIFS_ARGS_128kbpeb was removed
    Dependency on Variable MKUBIFS_ARGS_256kbpeb was removed
    Dependency on Variable UBINIZE_ARGS_128kbpeb was removed
    Dependency on Variable UBINIZE_ARGS_256kbpeb was removed
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7785eeb View commit details
    Browse the repository at this point in the history