diff options
| author | Jason Kridner <jdk@ti.com> | 2011-11-06 06:40:44 -0500 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-06 19:42:06 +0100 |
| commit | f370f7606abd070ecf6d2ce805705ac1a76bf1a1 (patch) | |
| tree | 2f345c66cadd15e79d8e9039ac465f4c041dca07 | |
| parent | 789d252a9b34b4f2a7d9307393f1ce714bdc2d30 (diff) | |
| download | meta-ti-f370f7606abd070ecf6d2ce805705ac1a76bf1a1.tar.gz | |
beaglebone-getting-started: Update Mac driver
This still isn't complete, but I wanted to push the latest Mac drivers
to be certain they are in the next build.
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | recipes-misc/payload/beaglebone-getting-started.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-misc/payload/beaglebone-getting-started.bb b/recipes-misc/payload/beaglebone-getting-started.bb index 15dac21a..67b6f311 100644 --- a/recipes-misc/payload/beaglebone-getting-started.bb +++ b/recipes-misc/payload/beaglebone-getting-started.bb | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | DESCRIPTION = "BeagleBone Getting Started Guide" | 1 | DESCRIPTION = "BeagleBone Getting Started Guide" |
| 2 | 2 | ||
| 3 | PR = "r2" | 3 | PR = "r3" |
| 4 | 4 | ||
| 5 | inherit allarch | 5 | inherit allarch |
| 6 | 6 | ||
| 7 | LICENSE = "GPLv2+ && MIT && PD && others" | 7 | LICENSE = "GPLv2+ && MIT && PD && others" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639" |
| 9 | 9 | ||
| 10 | SRCREV = "bb2fdff7d7bed1bddddc0e5e05da4e03916d88a8" | 10 | SRCREV = "f2f23b6031eeb21cef062dbfb035cc10f9603ff2" |
| 11 | SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" | 11 | SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
