1################################################################################ 2# 3# skeleton-init-none 4# 5################################################################################ 6 7# The skeleton can't depend on the toolchain, since all packages depends on the 8# skeleton and the toolchain is a target package, as is skeleton. 9# Hence, skeleton would depends on the toolchain and the toolchain would depend 10# on skeleton. 11SKELETON_INIT_NONE_ADD_TOOLCHAIN_DEPENDENCY = NO 12SKELETON_INIT_NONE_ADD_SKELETON_DEPENDENCY = NO 13 14SKELETON_INIT_NONE_DEPENDENCIES = skeleton-init-common 15 16SKELETON_INIT_NONE_PROVIDES = skeleton 17 18$(eval $(generic-package)) 19