aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/armv8_64b
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2017-10-26 13:55:11 +0800
committerJohn Crispin <john@phrozen.org>2017-11-10 23:00:47 +0100
commite47c93bb19d8cbf195cf3a51c149454eec15391a (patch)
tree5f2b625c18597bfad706b8066d916179b3f09e00 /target/linux/layerscape/armv8_64b
parent23c1504059e187a279296bc827878c8dc314cc05 (diff)
downloadupstream-e47c93bb19d8cbf195cf3a51c149454eec15391a.tar.gz
upstream-e47c93bb19d8cbf195cf3a51c149454eec15391a.tar.bz2
upstream-e47c93bb19d8cbf195cf3a51c149454eec15391a.zip
layerscape: remove default profile
Default profile had to enable many packages for all devices support. This made these packages still enabled when built for single device. This patch is to remove default profile. For multiple devices build, it's proper to build with multiple devices profile. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'target/linux/layerscape/armv8_64b')
-rw-r--r--target/linux/layerscape/armv8_64b/profiles/00-default.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/layerscape/armv8_64b/profiles/00-default.mk b/target/linux/layerscape/armv8_64b/profiles/00-default.mk
deleted file mode 100644
index fc1231dc7a..0000000000
--- a/target/linux/layerscape/armv8_64b/profiles/00-default.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-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))