diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-09-18 17:24:30 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-18 17:38:57 +0300 |
commit | 207ea522a15388a088aaea7440e29dbe15a1b5e3 (patch) | |
tree | 42a1728ca2567c667ac47b368d46018b63e85f7f /conf/machine/include/imx-base.inc | |
parent | f2ce5b1a8963f5db971341d933657e7beeb19ef5 (diff) | |
download | meta-fsl-arm-207ea522a15388a088aaea7440e29dbe15a1b5e3.tar.gz |
Move fsl-default*.inc from distro to machine
It makes no sense to have distro related configurations in a BSP
layer. So let's have these common parts (provides, version etc)
in machine directory instead.
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r-- | conf/machine/include/imx-base.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 20467c7..68a1911 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -1,8 +1,8 @@ | |||
1 | # Provides the i.MX common settings | 1 | # Provides the i.MX common settings |
2 | 2 | ||
3 | include conf/distro/include/fsl-default-settings.inc | 3 | include conf/machine/include/fsl-default-settings.inc |
4 | include conf/distro/include/fsl-default-versions.inc | 4 | include conf/machine/include/fsl-default-versions.inc |
5 | include conf/distro/include/fsl-default-providers.inc | 5 | include conf/machine/include/fsl-default-providers.inc |
6 | 6 | ||
7 | # Set specific make target and binary suffix | 7 | # Set specific make target and binary suffix |
8 | UBOOT_MAKE_TARGET = "u-boot.imx" | 8 | UBOOT_MAKE_TARGET = "u-boot.imx" |