summaryrefslogtreecommitdiffstats
path: root/templates/base/bblayers.conf.sample
AgeCommit message (Expand)AuthorFilesLines
2021-07-13Hybrid configuration support for agl-lxc and agl-virtNaoto Yamaguchi1-0/+2
2021-06-08Update agl-virt featureScott Murray1-0/+2
2021-01-11Fix agl-appfw-smack and agl-netboot dependency issueJan-Simon Möller1-0/+10
2020-12-17SPEC-3723: restructure meta-aglJan-Simon Moeller1-17/+3
2019-06-10Changes to support the repo clone reworkJan-Simon Möller1-13/+13
2018-05-313rd part of the layer/profile rework [1/2]Jan-Simon Möller1-8/+0
2018-04-20Introduce meta-agl-profile-core and meta-agl-profile-graphicsJan-Simon Möller1-3/+21
2018-01-23bblayers.conf: Remove meta-ruby and meta-efl layerChanghyeok Bae1-1/+0
2017-07-17backport open-vm-tools recipeMartin Kelly1-0/+1
2017-05-06Enforce unified tunings across all target boards of AGLJan-Simon Möller1-2/+3
2017-03-08Splice out distro configuration in own layer for compatibilityJan-Simon Möller1-0/+1
2017-01-28Fix remaining occurrence of meta-yoctoJan-Simon Möller1-1/+1
2016-10-19Rename meta-yocto to meta-poky as done in upstreamJan-Simon Möller1-1/+1
2016-07-05new configuration templates based on fragmentsStephane Desneux1-0/+55
000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
SUMMARY = "ns-frameworkunified library for AGL software"
DESCRIPTION = "ns-frameworkunified library to build AGL software"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"

DEPENDS += " \
    ns-loglibrary \
    libxml2 \
    ns-frameworkunified \
"

PV = "1.0.0+gitr${SRCPV}"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}"
SRCREV := "${BASESYSTEM_REVISION}"

S = "${WORKDIR}/git/service/native/framework_unified"

inherit agl-basesystem-common

BSMAKE_FILE = "Makefile.library"

RDEPENDS_${PN} += " \
    os-posixbasedos001legacylibrary \
    ns-loglibrary \
    ns-commonlibrary \
"