Hey ! Yes clone is very good ! Thanks ! Or without root in the sanity.conf with #
I found more options in the Makefile ! Cool Here :
.DEFAULT_GOAL := all
all: init
@echo
@echo "Openembedded for the oe-alliance environment has been initialized"
@echo "properly. Now you can start building your image, by doing either:"
@echo
@echo "MACHINE=xxxxxx DISTRO=openvix DISTRO_TYPE=release make image"
@echo " or"
@echo "cd $(BUILD_DIR) ; source env.source ; bitbake $(DISTRO)-image"
@echo
@echo "To download all sources for image build:"
@echo "MACHINE=xxxxx DISTRO=openvix DISTRO_TYPE=release make download"
@echo " or"
@echo "cd $(BUILD_DIR) ; source env.source ; bitbake $(DISTRO)-image --runall=fetch"
@echo
@echo "To build image without feed:"
@echo "MACHINE=xxxxxx DISTRO=openvix DISTRO_TYPE=release make enigma2-image"
@echo " or"
@echo "cd $(BUILD_DIR) ; source env.source ; bitbake $(DISTRO)-enigma2-image"
@echo
@echo "To build feeds:"
@echo "MACHINE=xxxxx DISTRO=openvix DISTRO_TYPE=release make feeds"
@echo " or"
@echo "cd $(BUILD_DIR) ; source env.source ; bitbake $(DISTRO)-feeds"
@echo