[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT/SQLITE V4 PATCH 0/6] SQLite port on Unikraft



This is just perfect, Gaulthier! Thanks for upstreaming this!

Next step would be for you to create a repo for sqlite on github,
because sqlite port will go directly there. There you would push these
patches. Please don't forget to start with the empty commit, just as we
did for all the other ports.

Let us know if you need further info.

Cheers,
Costin

On 12/9/19 3:36 PM, Gaulthier Gain wrote:
> This patch series ports SQLite on Unikraft.
> 
> Please find below the main changes compared to V3:
> - Use $(LIBSQLITE_BASENAME) in Makefile.uk;
> - Introduce the config option, the Makefile.uk and the main function
> in an additional patch;
> - Add "-Dmain=sqlite_main -Dwmain=sqlite_main" in Makefile.uk; 
> - Remove useless comment in Config.uk;
> - Add extra info for README in an additional patch;
> - Use two patches for auto generated config file.
> 
> Gaulthier Gain (6):
>   Introduce library skeleton
>   Add Makefile.uk
>   Add SQLite auto-generated header
>   include/config.h: Disable features that are not available on Unikraft
>   Provide main() function if configured to do so
>   README.md: Update with info about building and running
> 
>  .gitignore       |  27 ++++++++++++
>  CODING_STYLE.md  |   4 ++
>  CONTRIBUTING.md  |   4 ++
>  COPYING.md       |  38 ++++++++++++++++
>  Config.uk        |  13 ++++++
>  MAINTAINERS.md   |  11 +++++
>  Makefile.uk      |  86 ++++++++++++++++++++++++++++++++++++
>  README.md        |  24 ++++++++++
>  include/config.h | 131 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  main.c           |   6 +++
>  10 files changed, 344 insertions(+)
>  create mode 100644 .gitignore
>  create mode 100644 CODING_STYLE.md
>  create mode 100644 CONTRIBUTING.md
>  create mode 100644 COPYING.md
>  create mode 100644 Config.uk
>  create mode 100644 MAINTAINERS.md
>  create mode 100644 Makefile.uk
>  create mode 100644 README.md
>  create mode 100644 include/config.h
>  create mode 100644 main.c
> 

_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.