diff options
-rw-r--r-- | recipes/angstrom/angstrom-led-config.bb | 2 | ||||
-rw-r--r-- | recipes/angstrom/angstrom-led-config/ts72xx/leds | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes/angstrom/angstrom-led-config.bb b/recipes/angstrom/angstrom-led-config.bb index a0373edae3..2213a76234 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 = "r7" +PR = "r8" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit update-rc.d diff --git a/recipes/angstrom/angstrom-led-config/ts72xx/leds b/recipes/angstrom/angstrom-led-config/ts72xx/leds new file mode 100644 index 0000000000..03fedd8fe2 --- /dev/null +++ b/recipes/angstrom/angstrom-led-config/ts72xx/leds @@ -0,0 +1,3 @@ +#file format: name trigger +platform:grled nand-disk +platform:rdled heartbeat |