summaryrefslogtreecommitdiffstats
path: root/meta-raptor/meta-asus/recipes-asus/fbutils/openbmc-utils_%.bbappend
blob: ed49a3b6d1cb5c9908612e8bcb4f3ece7020235a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Copyright 2017 Raptor Engineering, LLC
# Copyright 2014-present Facebook. All Rights Reserved.
#
# This program file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program in a file named COPYING; if not, write to the
# Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301 USA

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

SRC_URI += "file://board-utils.sh \
           file://us_console.sh \
           file://sol.sh \
           file://power_led.sh \
           file://post_led.sh \
           file://setup-gpio.sh \
           file://mdio.py \
           file://mount_data0.sh \
           file://asus_power.sh \
           file://power-on.sh \
           file://asus_us_mac.sh \
           file://rc.early \
           file://rc.local \
           file://src \
           file://start_us_monitor.sh \
           file://us_monitor.sh \
           file://eth0_mac_fixup.sh \
          "

OPENBMC_UTILS_FILES += " \
  board-utils.sh us_console.sh sol.sh power_led.sh post_led.sh \
  mdio.py asus_power.sh asus_us_mac.sh us_monitor.sh \
  "

DEPENDS_append = " update-rc.d-native"

do_install_append() {
  do_install_board
}

FILES_${PN} += "${sysconfdir}"
OpenPOWER on IntegriCloud