aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demo/recipes-demo/minigo/minigo.inc
blob: ae184cd63d8d5f885559910cdb7b8b6f4033dfea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "A minimalist Go engine modeled after AlphaGo Zero, built on MuGo"
HOMEPAGE = "https://github.com/tensorflow/minigo"
DESCRIPTION = "An implementation of a neural-network based Go AI, using TensorFlow. \
While inspired by DeepMind's AlphaGo algorithm, this project is not a DeepMind project \
nor is it affiliated with the official AlphaGo project."
SECTION = "demo"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a9923a91d2c553be6c1b23d7d4c731d8"

SRC_URI = "git://github.com/tensorflow/minigo.git;branch=master"
SRCREV = "dde33d5f0176d446f5ab1a2e6a392bb32bf0e720"
PV = "0.0+git${SRCPV}"

S = "${WORKDIR}/git"