Rename hassos to haos (#1213)
* Change HASSOS_ID from hassos to haos Use a rauc install-check hook to make this update compatible with OS releases using hassos in the compatible string. * Use home-assistant as organization in CPE_NAME Align with Home Assistant core which uses home-assistant with a dash as organization in CPE_NAME.
This commit is contained in:
2
Makefile
2
Makefile
@@ -33,7 +33,7 @@ $(TARGETS_CONFIG): %-config:
|
||||
$(TARGETS): %: $(RELEASE_DIR) %-config
|
||||
@echo "build $@"
|
||||
$(MAKE) -C $(BUILDROOT) BR2_EXTERNAL=$(BUILDROOT_EXTERNAL) VERSION_DEV=$(VERSION_DEV)
|
||||
cp -f $(O)/images/hassos_* $(RELEASE_DIR)/
|
||||
cp -f $(O)/images/haos_* $(RELEASE_DIR)/
|
||||
|
||||
# Do not clean when building for one target
|
||||
ifneq ($(words $(filter $(TARGETS),$(MAKECMDGOALS))), 1)
|
||||
|
||||
Reference in New Issue
Block a user