Compare commits
2
Commits
636f3d7cfc
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
468674c4ea | ||
|
|
ed12435680 |
@@ -35,7 +35,7 @@ $(BUILD_DIR)/$(TARGET): forge-steel/src/main.c forge-steel/hashmap.c/hashmap.c f
|
||||
|
||||
.PHONY: remove-passwd
|
||||
remove-passwd:
|
||||
sudo passwd -d forge
|
||||
sudo passwd -d $(shell whoami)
|
||||
|
||||
.PHONY: apt-install
|
||||
apt-install:
|
||||
@@ -48,7 +48,7 @@ setup-weston:
|
||||
.PHONY: setup-rasp-config
|
||||
setup-rasp-config:
|
||||
sudo $(PROJECT_DIR)/line_in_file.sh "include forge-invar.txt" "/boot/firmware/config.txt"
|
||||
sudo $(PROJECT_DIR)/line_in_file.sh "vc4.tv_norm=PAL" "/boot/firmware/config.txt" "vc4.tv_norm"
|
||||
sudo $(PROJECT_DIR)/line_in_file.sh "vc4.tv_norm=PAL" "/boot/firmware/cmdline.txt" "vc4.tv_norm"
|
||||
sudo cp -f $(PROJECT_DIR)/system/config.ini /boot/firmware/forge-invar.txt
|
||||
|
||||
.PHONY: setup-services
|
||||
@@ -69,7 +69,7 @@ setup-bashrc:
|
||||
$(PROJECT_DIR)/line_in_file.sh "make -C $(PROJECT_DIR) start-weston" "$(HOME)/.bashrc"
|
||||
|
||||
.PHONY: install
|
||||
install: remove-passwd setup-rasp-config apt-install setup-weston setup-rasp-config setup-services setup-bashrc
|
||||
install: remove-passwd apt-install setup-weston setup-rasp-config setup-services setup-bashrc
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
||||
+1
-1
Submodule forge-steel updated: 2a7d1f6df4...dcd35af4f1
Reference in New Issue
Block a user