806624add5
Rename subtargets 32b/64b with armv8_32b/armv8_64b which are more proper, and update makefile files. There also will be other subtargets added in the future, like armv7. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
18 lines
509 B
Makefile
18 lines
509 B
Makefile
define Profile/Default
|
|
NAME:=Default Profile
|
|
PRIORITY:=1
|
|
endef
|
|
|
|
define Profile/Default/Description
|
|
Default package set compatible with most boards.
|
|
endef
|
|
|
|
DEFAULT_PACKAGES+= \
|
|
rcw-layerscape-ls1043ardb uboot-layerscape-$(SUBTARGET)-ls1043ardb \
|
|
fman-layerscape-ls1043ardb \
|
|
rcw-layerscape-ls1046ardb uboot-layerscape-$(SUBTARGET)-ls1046ardb \
|
|
fman-layerscape-ls1046ardb \
|
|
rcw-layerscape-ls1012ardb uboot-layerscape-$(SUBTARGET)-ls1012ardb \
|
|
kmod-ppfe ppfe-ls1012ardb
|
|
|
|
$(eval $(call Profile,Default))
|