Re: [OE-core] [PATCH 1/1] kernel.bbclass: Fix link for modules-${MACHINE}.tgz

2013-06-05 Thread Martin Jansa
On Wed, Jun 05, 2013 at 05:20:50PM +0800, Yi Zhao wrote: > The modules-${MACHINE}.tgz should link to ${MODULE_TARBALL_BASE_NAME}. > But now it links to an invalid file ${MODULE_TARBALL_BASE_NAME}.bin. > Remove the extra .bin suffix. > > [YOCTO #4595] Looks good, thanks for fixing it. Acked-by: M

[OE-core] [PATCH 1/1] kernel.bbclass: Fix link for modules-${MACHINE}.tgz

2013-06-05 Thread Yi Zhao
The modules-${MACHINE}.tgz should link to ${MODULE_TARBALL_BASE_NAME}. But now it links to an invalid file ${MODULE_TARBALL_BASE_NAME}.bin. Remove the extra .bin suffix. [YOCTO #4595] Signed-off-by: Yi Zhao --- meta/classes/kernel.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)