diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2017-06-29 11:19:07 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-10-07 23:13:22 +0200 |
commit | 806624add541bd828516a58aab20ae19ae9e431f (patch) | |
tree | e5bb450e4b18defde11492f2a3578f1ad04e8163 /target/linux/layerscape/armv8_32b/profiles | |
parent | 4c89f2fcf8f6579257342cfca47293c0ac16fe86 (diff) | |
download | mtk-20170518-806624add541bd828516a58aab20ae19ae9e431f.zip mtk-20170518-806624add541bd828516a58aab20ae19ae9e431f.tar.gz mtk-20170518-806624add541bd828516a58aab20ae19ae9e431f.tar.bz2 |
layerscape: rename subtargets and update makefile files
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>
Diffstat (limited to 'target/linux/layerscape/armv8_32b/profiles')
-rw-r--r-- | target/linux/layerscape/armv8_32b/profiles/00-default.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/layerscape/armv8_32b/profiles/00-default.mk b/target/linux/layerscape/armv8_32b/profiles/00-default.mk new file mode 100644 index 0000000..fc1231d --- /dev/null +++ b/target/linux/layerscape/armv8_32b/profiles/00-default.mk @@ -0,0 +1,18 @@ +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)) |