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}"
|
|
|
|
|
2024-09-09 08:59:52 +00:00
|
|
|
LICENSE = "TPLink-Corporation-Limited.-Proprietary"
|
|
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta-tp/files/tp-licenses/${LICENSE};md5=414f2f16c6966d51db8a805b26f9a907"
|
2024-09-09 08:57:42 +00:00
|
|
|
|
|
|
|
TP-PROPRIETARY = "${WORKSPACE}/tp-proprietary"
|
|
|
|
TP-OPENSOURCE = "${WORKSPACE}/tp-opensource"
|
|
|
|
TP-PRODUCT = "${WORKSPACE}/tp-product"
|