mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2025-09-05 09:35:56 +02:00
IHM
This commit is contained in:
parent
13d188e6f4
commit
553c550ac7
17 changed files with 618 additions and 109 deletions
|
@ -8,6 +8,7 @@ start() {
|
|||
modprobe pl2303 # USB↔Serial cable
|
||||
modprobe i2c-bcm2708 # I2C
|
||||
modprobe i2c-dev # I2C
|
||||
/opt/chef/i2cOff.sh
|
||||
echo "OK"
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ define CHEF_INSTALL_TARGET_CMDS
|
|||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/opt/chef/com
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/opt/chef/log
|
||||
$(INSTALL) -D -m 0755 $(@D)/bin/* $(TARGET_DIR)/opt/chef/bin
|
||||
$(INSTALL) -D -m 0755 $(@D)/run.sh $(TARGET_DIR)/opt/chef
|
||||
$(INSTALL) -D -m 0755 $(@D)/*.sh $(TARGET_DIR)/opt/chef
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue