summaryrefslogtreecommitdiffstats
path: root/common/recipes-utils/openbmc-gpio/openbmc-gpio_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-utils/openbmc-gpio/openbmc-gpio_0.1.bb')
-rw-r--r--common/recipes-utils/openbmc-gpio/openbmc-gpio_0.1.bb13
1 files changed, 1 insertions, 12 deletions
diff --git a/common/recipes-utils/openbmc-gpio/openbmc-gpio_0.1.bb b/common/recipes-utils/openbmc-gpio/openbmc-gpio_0.1.bb
index 6bf4cc1..a2b46d4 100644
--- a/common/recipes-utils/openbmc-gpio/openbmc-gpio_0.1.bb
+++ b/common/recipes-utils/openbmc-gpio/openbmc-gpio_0.1.bb
@@ -25,12 +25,12 @@ SRC_URI = " \
file://board_gpio_table.py \
file://openbmc_gpio.py \
file://openbmc_gpio_table.py \
- file://openbmc_gpio_setup.py \
file://openbmc_gpio_util.py \
file://phymemory.py \
file://setup.py \
file://soc_gpio.py \
file://soc_gpio_table.py \
+ file://setup_board.py \
"
S = "${WORKDIR}"
@@ -41,9 +41,6 @@ OPENBMC_GPIO_UTILS = " \
OPENBMC_GPIO_SOC_TABLE = "soc_gpio_table.py"
-# Change OPENBMC_GPIO_SETUP to "0" to exclude openbmc_gpio_setup.py from the image
-OPENBMC_GPIO_SETUP = "1"
-
inherit distutils
DEPENDS_${PN} = "python python-distribute update-rc.d-native"
@@ -63,13 +60,5 @@ do_install_append() {
for f in ${OPENBMC_GPIO_UTILS}; do
install -m 755 $f ${localbindir}/${f}
done
-
- install -d ${D}${sysconfdir}/init.d
- install -d ${D}${sysconfdir}/rcS.d
- if [ "${OPENBMC_GPIO_SETUP}" == "1" ]; then
- install -m 755 openbmc_gpio_setup.py ${D}${sysconfdir}/init.d/openbmc_gpio_setup.py
- update-rc.d -r ${D} openbmc_gpio_setup.py start 59 S .
- fi
}
-FILES_${PN} += "/usr/local/bin ${sysconfdir}"
OpenPOWER on IntegriCloud