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

Introduce Library.uk #4

Closed
wants to merge 1 commit into from

Commits on Oct 9, 2023

  1. Introduce Library.uk

    This new file represents the first step towards proper versioning support of
    external microlibrary in Unikraft.  The file itself acts as mechanism for
    holding metadata-only values about the microlibrary.  This metadata is designed
    to be compatible with GNU Make whilst simultaneously being human-readable and
    readable by programs that are not GNU Make (e.g. tools such as KraftKit).
    
    An important feature of this file is the inclusion of microlibrary versions.
    In a later step, once relevant integrations have been made to Unikrat's core
    build system and to relevant tools such as KraftKit, the user will be able to
    see and select from different versions of the microlibrary.
    
    In this initial commit, the relevant metadata is absorbed from both Makefile.uk,
    Config.uk, but also includes new information such as SPDX License identifier.
    
    Signed-off-by: Alexander Jung <alex@unikraft.io>
    nderjung committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4e5aef0 View commit details
    Browse the repository at this point in the history