On Mon, Mar 11, 2013 at 08:18:36PM +0000, Maupin, Chase wrote: > > -----Original Message----- > > From: Maupin, Chase > > Sent: Monday, March 11, 2013 3:17 PM > > To: [email protected] > > Cc: Maupin, Chase > > Subject: [PATCH 1/3] u-boot-ti-staging: Add TI staging U-Boot > > recipe > > > > Denys, > > I know you are working on something here too. I just wanted to give you an > idea of what I was using for comparison.
Thanks for the heads up! I'll try to incorporate this in my work. -- Denys > > * Pull the TI staging U-Boot tree for use with ti33x devices and > > the omap-a15 devices. > > * Used the PN u-boot-ti-staging to make it easy to set a > > PREFERRED_PROVIDER in the machine configuration to point to > > this recipe instead of the default u-boot recipe since TI > > devices > > should point to the TI staging trees by default. > > > > Signed-off-by: Chase Maupin <[email protected]> > > --- > > ...> u-boot-ti-staging_2013.01.01-ti2013.2Q.00.bb} | 12 > > ++++++------ > > 1 files changed, 6 insertions(+), 6 deletions(-) > > copy recipes-bsp/u-boot/{u-boot_2011.09-psp04.06.00.08.bb => u- > > boot-ti-staging_2013.01.01-ti2013.2Q.00.bb} (61%) > > > > diff --git a/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb > > b/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01-ti2013.2Q.00.bb > > similarity index 61% > > copy from recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb > > copy to recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01- > > ti2013.2Q.00.bb > > index 1bd4b9e..67e1988 100644 > > --- a/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb > > +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01- > > ti2013.2Q.00.bb > > @@ -1,11 +1,11 @@ > > # Use the version of u-boot.inc in oe-core not the meta-ti > > version > > require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc > > > > -DESCRIPTION = "u-boot bootloader for ARM MPU devices" > > +DESCRIPTION = "u-boot bootloader for TI devices" > > LICENSE = "GPLv2+" > > LIC_FILES_CHKSUM = > > "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" > > > > -COMPATIBLE_MACHINE = "ti33x|omap3" > > +COMPATIBLE_MACHINE = "ti33x|omap3|omap-a15" > > > > DEFAULT_PREFERENCE = "-1" > > > > @@ -13,13 +13,13 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > PR = "r0+gitr${SRCPV}" > > > > -SRC_URI = "git://arago-project.org/git/projects/u-boot- > > am33x.git;protocol=git;branch=${BRANCH}" > > +SRC_URI = "git://gitorious.ti.com/ti-u-boot/ti-u- > > boot.git;protocol=git;branch=${BRANCH}" > > > > -BRANCH = "AM335XPSP_04.06.00.08" > > +BRANCH = "ti-u-boot-2013.01.01" > > > > # Lock to the commit corresponding to TAG: > > -# v2011.09_AM335xPSP_04.06.00.08 > > -SRCREV = "1e4626f0d5f3bb04ec974e76a5d9029875269d31" > > +# TBD > > +SRCREV = "c44c35e24b1532272118c58c57f658f21b72a4dd" > > > > S = "${WORKDIR}/git" > > > > -- > > 1.7.0.4 > > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti > _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
