diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-10-28 08:59:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-28 10:16:30 +0100 |
commit | b1b23b3efdaea2ad5983667cb1362cca0e844a4b (patch) | |
tree | a761b621ec4f205082cf8a6e3a45594b5485fac7 /recipes/angstrom | |
parent | 8d4ec184e9e571f1004db85a5e9a26f2b1842cc7 (diff) |
angstrom-led-config: Add LED setup for the omap3-pandora and bump PR.
Diffstat (limited to 'recipes/angstrom')
-rw-r--r-- | recipes/angstrom/angstrom-led-config.bb | 2 | ||||
-rw-r--r-- | recipes/angstrom/angstrom-led-config/omap3-pandora/leds | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/recipes/angstrom/angstrom-led-config.bb b/recipes/angstrom/angstrom-led-config.bb index 464979b39c..2dbfd01952 100644 --- a/recipes/angstrom/angstrom-led-config.bb +++ b/recipes/angstrom/angstrom-led-config.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Configuration files for runtime LED configuration" #PV = "${DISTRO_VERSION}" -PR = "r5" +PR = "r6" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit update-rc.d diff --git a/recipes/angstrom/angstrom-led-config/omap3-pandora/leds b/recipes/angstrom/angstrom-led-config/omap3-pandora/leds new file mode 100644 index 0000000000..7d20e14c27 --- /dev/null +++ b/recipes/angstrom/angstrom-led-config/omap3-pandora/leds @@ -0,0 +1,8 @@ +#file format: name trigger +pandora::keypad_bl +pandora::power default-on +pandora::charger +pandora::sd1 mmc0 +pandora::sd2 mmc1 +pandora::bluetooth bluetooth +pandora::wifi wifi
\ No newline at end of file |