00-default.mk 509 B

123456789101112131415161718
  1. define Profile/Default
  2. NAME:=Default Profile
  3. PRIORITY:=1
  4. endef
  5. define Profile/Default/Description
  6. Default package set compatible with most boards.
  7. endef
  8. DEFAULT_PACKAGES+= \
  9. rcw-layerscape-ls1043ardb uboot-layerscape-$(SUBTARGET)-ls1043ardb \
  10. fman-layerscape-ls1043ardb \
  11. rcw-layerscape-ls1046ardb uboot-layerscape-$(SUBTARGET)-ls1046ardb \
  12. fman-layerscape-ls1046ardb \
  13. rcw-layerscape-ls1012ardb uboot-layerscape-$(SUBTARGET)-ls1012ardb \
  14. kmod-ppfe ppfe-ls1012ardb
  15. $(eval $(call Profile,Default))