]> code.ossystems Code Review - meta-freescale.git/commitdiff
fsl-default-revisions: sets default versions for packages
authorAdrian Alonso <b38018@freescale.com>
Wed, 24 Aug 2011 21:44:56 +0000 (16:44 -0500)
committerAdrian Alonso <b38018@freescale.com>
Wed, 24 Aug 2011 21:44:56 +0000 (16:44 -0500)
* If there is multiple recipe descriptor for package, this
  file provides information on the preferred version.
* For packages that fecth its source code from a git repo
  the package version can be set to match a branch.
* This file set u-boot-imx and linux-imx preferred version
  to AUTO meaning that if the source is fetched from a git
  repo the version will be the default branch.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
meta-fsl-arm/conf/distro/include/fsl-default-revisions.inc [new file with mode: 0644]

diff --git a/meta-fsl-arm/conf/distro/include/fsl-default-revisions.inc b/meta-fsl-arm/conf/distro/include/fsl-default-revisions.inc
new file mode 100644 (file)
index 0000000..8f334fa
--- /dev/null
@@ -0,0 +1,2 @@
+SRCREV_pn-u-boot-imx ?= "${AUTOREV}"
+SRCREV_pn-linux-imx ?= "${AUTOREV}"