blob: 77c8412e42ec038c2d57811d5e0221c262f6b538 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="042861eb27d179fe221fe46aa9fb814c81ea6b9c"
CROS_WORKON_TREE=("0ffc67db3979effc8c3e1dc09a1b45719ea6814c" "d74508b529de291c37f2d58d3744a6eeecd31c8a")
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_INCREMENTAL_BUILD="1"
CROS_WORKON_SUBTREE="common-mk st_flash"
PLATFORM_SUBDIR="st_flash"
inherit cros-workon platform
DESCRIPTION="STM32 IAP firmware updater for Chrome OS touchpads"
HOMEPAGE=""
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="chromeos-base/libbrillo"
DEPEND="${RDEPEND}"
src_install() {
dobin "${OUT}"/st_flash
}