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

Moved firmware-vesta, added vesta-rad and updated rigtools commit id.

The firmware-vesta layer is board dependent so it was moved to the machine conf files.
Added new board conf file called vesta-rad.
parent 169cb2c4
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa7.inc
include conf/machine/include/meta-java.inc
MACHINE_FEATURES += " pci bluetooth"
MACHINE_FEATURES += " pci"
MACHINE_STORAGE_DEVICE = "emmc"
SOC_FAMILY = "mx6ul"
......
......@@ -22,3 +22,4 @@ UBOOT_MAKE_TARGET = ""
UBOOT_MACHINE = "vesta_200_config"
SERIAL_CONSOLES ?= "115200;ttymxc1"
IMAGE_INSTALL_append += " firmware-vesta"
\ No newline at end of file
......@@ -22,3 +22,4 @@ UBOOT_MAKE_TARGET = ""
UBOOT_MACHINE = "vesta_300_config"
SERIAL_CONSOLES ?= "115200;ttymxc1"
IMAGE_INSTALL_append += " firmware-vesta"
\ No newline at end of file
......@@ -21,3 +21,4 @@ UBOOT_MAKE_TARGET = ""
UBOOT_MACHINE = "vesta_64M_nor_config"
SERIAL_CONSOLES ?= "115200;ttymxc1"
IMAGE_INSTALL_append += " firmware-vesta"
\ No newline at end of file
#@TYPE: Machine
#@NAME: Rigado i.MX6UL Vesta
#@SOC: i.MX6UL
#@DESCRIPTION: Machine configuration for Rigado Vesta 64M nor
#@MAINTAINER: David Mondou<David.Mondou@rigado.com>
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa7.inc
MACHINE_FEATURES += " pci"
MACHINE_STORAGE_DEVICE = "nor"
SOC_FAMILY = "mx6ul"
KERNEL_DEVICETREE = "vesta-rad-test.dtb"
PREFERRED_PROVIDER_u-boot = "u-boot-vesta"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-vesta"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-vesta"
UBOOT_MAKE_TARGET = ""
UBOOT_MACHINE = "vesta_64M_nor_config"
SERIAL_CONSOLES ?= "115200;ttymxc1"
......@@ -4,7 +4,7 @@ SUMMARY = "Rigado's general purpose tool"
DESCRIPTION = "A tool for the gateway which changes functionality based on how it is linked"
# The latest commit
SRCREV = "0eac7841759d073decc94a918d4e5adf1885cfff"
SRCREV = "a14e84091cfa84823621403fcde75f47ee9fefcd"
SRCBRANCH ?= "v2.0.0"
require recipes-core/rigtools/rigtools.inc
......@@ -4,7 +4,6 @@ IMAGE_INSTALL_append += " \
avahi-daemon \
e2fsprogs \
gnutls \
firmware-vesta \
i2c-tools \
linux-firmware-ar3k \
kernel-modules \
......
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