summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2014-01-17 11:40:20 -0600
committerDenys Dmytriyenko <denys@ti.com>2014-01-17 12:33:41 -0500
commitc27ca998e27e7cbf4ea758ee89c6fdce0dd2ac6a (patch)
treeed9d809a9588ed772078b064253d7a087e757bf0
parentdde9c84e1675fddfe55b981cd2af34e4c1ee3cf9 (diff)
downloadmeta-ti-c27ca998e27e7cbf4ea758ee89c6fdce0dd2ac6a.tar.gz
am33x-cm3: clarify when initscripts are needed
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/ti/am33x-cm3_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb
index 75b6c732..1e99595e 100644
--- a/recipes-bsp/ti/am33x-cm3_git.bb
+++ b/recipes-bsp/ti/am33x-cm3_git.bb
@@ -13,6 +13,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
13SRCREV = "40cb75b9dd9ba15c6de1c15cbb7cce8f1a6588b8" 13SRCREV = "40cb75b9dd9ba15c6de1c15cbb7cce8f1a6588b8"
14BRANCH ?= "master" 14BRANCH ?= "master"
15 15
16# This init script is only used for older kernels that do not support
17# hotplug of the firmware. Newer kernels do not require the initscript
18# package.
16INITSCRIPT_NAME = "am335x-pm-firmware-load" 19INITSCRIPT_NAME = "am335x-pm-firmware-load"
17INITSCRIPT_PARAMS = "defaults 96" 20INITSCRIPT_PARAMS = "defaults 96"
18 21