diff options
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index 7e9accd..3f0eb66 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -87,7 +87,11 @@ python do_fetch_prepend () { bb.note("PV is " + PV) - ipkn = "rs9113-from-src_" + PV + ".0_" + ARCH + ".ipk" + KMODSUFFIX = d.getVar("KERNEL_MODULE_PACKAGE_SUFFIX", True) + + bb.note("KERNEL_MODULE_PACKAGE_SUFFIX is " + KMODSUFFIX) + + ipkn = "rs9113-from-src_" + PV + KMODSUFFIX + ".0_" + ARCH + ".ipk" bb.note("ipkname is " + ipkn) bb.note ("ipk path is " + DR + "/" + ipkn) |