From e5b9da995c4c3ca1df904e0aefc7d4f79db771b2 Mon Sep 17 00:00:00 2001 From: Roger Monk Date: Fri, 1 Oct 2010 10:12:33 +0100 Subject: [PATCH] u-boot 2010.03: add PSP 04.00.00.05 release in preparation for ti816x support Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- recipes/u-boot/u-boot-omap3.inc | 15 +++++++++++++++ recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb | 13 +++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 recipes/u-boot/u-boot-omap3.inc create mode 100644 recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb diff --git a/recipes/u-boot/u-boot-omap3.inc b/recipes/u-boot/u-boot-omap3.inc new file mode 100644 index 0000000000..6ea1c494e9 --- /dev/null +++ b/recipes/u-boot/u-boot-omap3.inc @@ -0,0 +1,15 @@ +# Using relative path here causes bitbake to search in +# BBPATH for the first instance of u-boot.inc rather +# than just within the current directory. +require recipes/u-boot/u-boot.inc + +DESCRIPTION = "u-boot bootloader for OMAP3 devices" + +COMPATIBLE_MACHINE = "omap3" + +SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git;branch=${BRANCH}" +BRANCH ?= "master" + +S = "${WORKDIR}/git" + +PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb b/recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb new file mode 100644 index 0000000000..40074c3905 --- /dev/null +++ b/recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb @@ -0,0 +1,13 @@ +require u-boot-omap3.inc + +DEFAULT_PREFERENCE_ti816x = "1" +BRANCH = "ti816x-master" +COMPATIBLE_MACHINE = "ti816x" + +# Use literal tags in SRCREV, when available, instead of commit IDs +SRCREV = "v2010.03_TI816XPSP_04.00.00.05" + +UVER = "2010.03" +PSPREL = "04.00.00.05" + +PR = "r2" -- 2.39.5