Skip to content
Snippets Groups Projects
Commit ba16fb78 authored by David Mondou's avatar David Mondou
Browse files

Removed gstreamer recipe from build. This is not used and was keeping the build from being created.

Added vesta-v1-defconfig and vesta-v2-defconfig to u-boot-fw-utils
parent 5aa96bd8
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,5 @@ BBFILE_COLLECTIONS += "vesta"
BBFILE_PATTERN_vesta = "^${LAYERDIR}/"
BBFILE_PRIORITY_vesta = "6"
IMAGE_FSTYPES = "sdcard.gz tar.bz2 tar.gz "
BBMASK += "/meta-freescale/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend"
BBMASK += "/meta-freescale/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.%.bbappend"
From 0000681f85946176a72309ceb14e1a804fc3b31f Mon Sep 17 00:00:00 2001
From 57eedcc0b12a3a3b68dd3426c9c48526172e729d Mon Sep 17 00:00:00 2001
From: David Mondou <david.mondou@rigado.com>
Date: Tue, 15 Nov 2016 09:56:44 -0800
Subject: [PATCH 1/1] Adding missing config file
Date: Fri, 16 Dec 2016 14:17:58 -0800
Subject: [PATCH] Adding vesta defconfig files
---
configs/mx6ul_vesta_v1_qspi1_defconfig | 5 +++++
1 file changed, 5 insertions(+)
configs/mx6ul_vesta_v2_qspi1_defconfig | 5 +++++
include/env_default.h | 2 ++
3 files changed, 12 insertions(+)
create mode 100644 configs/mx6ul_vesta_v1_qspi1_defconfig
create mode 100644 configs/mx6ul_vesta_v2_qspi1_defconfig
diff --git a/configs/mx6ul_vesta_v1_qspi1_defconfig b/configs/mx6ul_vesta_v1_qspi1_defconfig
new file mode 100644
......@@ -19,6 +22,35 @@ index 0000000..dc386a6
+CONFIG_TARGET_MX6UL_VESTA_V1=y
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
diff --git a/configs/mx6ul_vesta_v2_qspi1_defconfig b/configs/mx6ul_vesta_v2_qspi1_defconfig
new file mode 100644
index 0000000..7ee1d5b
--- /dev/null
+++ b/configs/mx6ul_vesta_v2_qspi1_defconfig
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/rigado/mx6ul_vesta_v2/imximage.cfg,MX6UL,SYS_BOOT_QSPI"
+CONFIG_ARM=y
+CONFIG_TARGET_MX6UL_VESTA_V2=y
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
diff --git a/include/env_default.h b/include/env_default.h
index ea6704a..affd3e4 100644
--- a/include/env_default.h
+++ b/include/env_default.h
@@ -104,6 +104,7 @@ const uchar default_environment[] = {
"soc=" CONFIG_SYS_SOC "\0"
#endif
#endif
+#undef CONFIG_EXTRA_ENV_SETTINGS
#ifdef CONFIG_EXTRA_ENV_SETTINGS
CONFIG_EXTRA_ENV_SETTINGS
#endif
@@ -111,4 +112,5 @@ const uchar default_environment[] = {
#ifdef DEFAULT_ENV_INSTANCE_EMBEDDED
}
#endif
+
};
--
1.9.1
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "file://0001-Adding-vesta-defconfig-files.patch"
TARGET_CC_ARCH += "${LDFLAGS}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment