mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
u-boot-compulab: add u-boot configuration for cm-fx6 machines
Add u-boot configuration for cm-fx6 machines. This is a fork of the mainline u-boot with the CompuLab patches on top. Signed-off-by: Valentin Raevsky <valentin@compulab.co.il> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
26933eb50d
commit
4ef0bcd252
17
recipes-bsp/u-boot/u-boot-compulab_2014.10.bb
Normal file
17
recipes-bsp/u-boot/u-boot-compulab_2014.10.bb
Normal file
|
@ -0,0 +1,17 @@
|
|||
require recipes-bsp/u-boot/u-boot.inc
|
||||
|
||||
DESCRIPTION = "u-boot which includes support for CompuLab boards."
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://configs/cm_fx6_defconfig;md5=549452418e9e099e5fe19ef1ac65e892"
|
||||
|
||||
PROVIDES += "u-boot"
|
||||
|
||||
SRCBRANCH = "utilite/master"
|
||||
SRCREV = "6803a75f3d40bee3b53f56e7b49c70465819b7ca"
|
||||
SRC_URI = "git://github.com/utilite-computer/u-boot.git;branch=${SRCBRANCH}"
|
||||
SRC_URI[md5sum] = "fd8234c5b3a460430689848c1f16acef"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "cm-fx6"
|
Loading…
Reference in New Issue
Block a user