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

[patch-axel-10] improve CPIO creation flexibility #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 28, 2024

  1. misc: remove deprecated astyle option

    Release 3.0 of astyle replaced this option with
    'max-continuation-indent'. The replaced option is already in
    the astylerc so we just need to remove the option here.
    
    Further information can be found in the release notes:
    https://astyle.sourceforge.net/news.html
    
    Signed-off-by: Ivan Velickovic <[email protected]>
    Ivan-Velickovic authored and lsf37 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6789652 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Add support for Pine64 Star64

    Signed-off-by: Ivan-Velickovic <[email protected]>
    Ivan-Velickovic committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5c3ff84 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. cmake: Support binary build for imx8mp-evk

    The imx8mp-evk as like with the other imx8m-* platforms require the
    resulting image to just be a binary and not an ELF or other special
    formats.
    
    Signed-off-by: Damon Lee <[email protected]>
    nomadeel authored and kent-mcleod committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f43fe93 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. cmake: reduce redundancy in MakeCPIO()

    Define helper variables to reduce redundancy
    
    Signed-off-by: Axel Heider <[email protected]>
    Axel Heider committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    60c2b4e View commit details
    Browse the repository at this point in the history
  2. cmake: use verbose cpio flags

    Signed-off-by: Axel Heider <[email protected]>
    Axel Heider committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9e818c2 View commit details
    Browse the repository at this point in the history
  3. cmake: Improve CPIO creation

    - improve maintainability with explicit helper files
    - sanitize intermediate file names
    - improve comments
    - support using a directory in output name also
    
    Signed-off-by: Axel Heider <[email protected]>
    Axel Heider committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f89897f View commit details
    Browse the repository at this point in the history