Linux Foundation Collaborative Projects
index
:
meta-agl
albacore
blowfish
chinook
dab
eel
flounder
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
octopus
pike
quillback
ricefish
salmon
sandbox/YAMAGUCHINaoto/rk3588-nanopc-t6
sandbox/hauvolecong/spec4808
sandbox/jsmoeller/canbusfd
sandbox/jsmoeller/cleanup
sandbox/jsmoeller/lamprey
sandbox/jsmoeller/next-riscv-EW24
sandbox/jsmoeller/qt6
sandbox/jsmoeller/rmappfw
sandbox/nguyentanloc27/S4SK-dev
sandbox/nguyentanloc27/spec4808
meta-agl layer (core AGL)
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
templates
/
feature
/
agl-ci-snapshot-features-nogfx
/
included.dep
blob: 01ef6c8133ce37bec0f2e997bcd1ce56ec5e42b4 (
plain
)
1
agl-demo agl-devel agl-netboot agl-archiver agl-pipewire agl-buildstats agl-ptest
" CLOC_DIRECTORY ??= "${DEPLOY_DIR}/cloc/" CLOCSTATEDIR = "${WORKDIR}/cloc-destdir/" python do_cloc() { import subprocess source_dir = d.getVar('S', True) pn = d.getVar('PN', True) destdir = d.expand('${CLOCSTATEDIR}') bb.utils.mkdirhier(destdir) cloc_cmd = 'cloc %s -q --out=%s/%s.clocreport' % (source_dir, destdir, pn ) subprocess.call(cloc_cmd, shell=True) } addtask cloc before do_configure after do_patch EXPORT_FUNCTIONS do_cloc