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

build: fix profile duplication for imagebuilder #3777

Closed
wants to merge 1 commit into from

Commits on Jan 11, 2021

  1. build: fix profile duplication for imagebuilder

    Dumping device info more than once for alternative device title leads to
    duplication in `.targetinfo` and `.profiles.mk`, which causes problem in
    imagebuilder.
    
    When this happens,
    
    1. `make info` outputs duplicate/redundent information
    2. `make image` does not install DEVICE_PACKAGES as it should
    3. manifest filename becomes quirky
    
    Remove duplicates to fix above bugs.
    
    In `make menuconfig`, users can still press <?> to see alternative
    device titles during target profile selection.
    
    Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
    kuanyili committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    f465993 View commit details
    Browse the repository at this point in the history