M7350/oe-core/meta-tp/classes/tp-link-common.bbclass

19 lines
708 B
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
#
# Constant bitbake recipe information for the meta-tp layer
# common values, statements and functions.
#
inherit autotools-brokensep gitsha
HOMEPAGE = "http://www.tp-link.com"
MAINTAINER = "TP-LINK Mobile Developers"
FILESPATH =+ "${WORKSPACE}:"
SRC_URI = "file://${@d.getVar('SRC_DIR', True).replace('${WORKSPACE}/', '')}"
PV = "git-${GITSHA}"
LICENSE = "TPLink-Technologies-Inc.-Proprietary"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta-tp/files/tp-licenses/${LICENSE};md5=abd123e5a2e897447f2c177f6053913c"
TP-PROPRIETARY = "${WORKSPACE}/tp-proprietary"
TP-OPENSOURCE = "${WORKSPACE}/tp-opensource"
TP-PRODUCT = "${WORKSPACE}/tp-product"