rwmem: Add HOMEPAGE variable

Add HOMEPAGE variable to rwmem recipe.

Signed-off-by: Weisser, Pascal <pascal.weisser.ext@karlstorz.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Weisser, Pascal 2025-12-10 11:43:25 +01:00 committed by Khem Raj
parent 44c58a99e6
commit f1193ecbf8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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. \ 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." 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" LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"