diff --git a/recipes-bsp/u-boot/u-boot-script_1.0.bb b/recipes-bsp/u-boot/u-boot-script_1.0.bb index a29b4d0..70d39a3 100644 --- a/recipes-bsp/u-boot/u-boot-script_1.0.bb +++ b/recipes-bsp/u-boot/u-boot-script_1.0.bb @@ -23,11 +23,11 @@ addtask mkimage after do_compile before do_install do_compile[noexec] = "1" do_install () { - install -D -m 644 ${B}/boot.scr ${D}/boot/boot.scr + install -D -m 644 ${B}/boot.scr ${D}boot/boot.scr } do_deploy () { - install -D -m 644 ${D}/boot/boot.scr ${DEPLOYDIR}/boot.scr-${MACHINE}-${PV}-${PR} + install -D -m 644 ${D}boot/boot.scr ${DEPLOYDIR}/boot.scr-${MACHINE}-${PV}-${PR} cd ${DEPLOYDIR} rm -f boot.scr diff --git a/recipes-kernel/kernel-modules/kernel-module-8189es_git.bb b/recipes-kernel/kernel-modules/kernel-module-8189es_git.bb index 14b214e..66f5724 100644 --- a/recipes-kernel/kernel-modules/kernel-module-8189es_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-8189es_git.bb @@ -16,6 +16,6 @@ EXTRA_OEMAKE = "ARCH=${ARCH}" EXTRA_OEMAKE += "KSRC=${STAGING_KERNEL_BUILDDIR}" do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION} - install -m 0755 ${B}/8189es.ko ${D}/lib/modules/${KERNEL_VERSION}/8192eu.ko + install -d ${D}lib/modules/${KERNEL_VERSION} + install -m 0755 ${B}/8189es.ko ${D}lib/modules/${KERNEL_VERSION}/8192eu.ko }