From f1193ecbf875bcb9475f3853705f148d6e092ada Mon Sep 17 00:00:00 2001 From: "Weisser, Pascal" Date: Wed, 10 Dec 2025 11:43:25 +0100 Subject: [PATCH] rwmem: Add HOMEPAGE variable Add HOMEPAGE variable to rwmem recipe. Signed-off-by: Weisser, Pascal Signed-off-by: Khem Raj --- .../dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb index a32c9403c8..078be849a3 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb @@ -7,6 +7,7 @@ Using /dev/mem as the memory mapped file makes rwmem access memory and \ can thus be used to access devices which have memory mapped registers. \ \ In i2c mode rwmem accesses an i2c peripheral by sending i2c messages to it." +HOMEPAGE = "https://github.com/tomba/rwmem" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"