[Buildroot] [PATCH 1/2] package/python-smmap2: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Dec 16 22:30:02 UTC 2019


On Fri, 29 Nov 2019 12:38:40 -0800
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett at gmail.com>
> 
> Smmap wraps an interface around mmap and tracks the mapped files as well as the
> amount of clients who use it. If the system runs out of resources, or if a
> memory limit is reached, it will automatically unload unused maps to allow
> continued operation.
> 
> Signed-off-by: Adam Duskett <Aduskett at gmail.com>
> ---
>  DEVELOPERS                               |  1 +
>  package/Config.in                        |  1 +
>  package/python-smmap2/Config.in          | 10 ++++++++++
>  package/python-smmap2/python-smmap2.hash |  5 +++++
>  package/python-smmap2/python-smmap2.mk   | 14 ++++++++++++++
>  5 files changed, 31 insertions(+)
>  create mode 100644 package/python-smmap2/Config.in
>  create mode 100644 package/python-smmap2/python-smmap2.hash
>  create mode 100644 package/python-smmap2/python-smmap2.mk

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list