diff options
Diffstat (limited to 'meta/recipes-bsp')
| -rw-r--r-- | meta/recipes-bsp/alsa-state/alsa-state.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-bsp/formfactor/formfactor_0.0.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-bsp/grub/grub-bootconf_1.00.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-bsp/keymaps/keymaps_1.0.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-bsp/usbinit/usbinit.bb | 4 |
5 files changed, 12 insertions, 5 deletions
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb index 83384f2daf..099fbd3b9d 100644 --- a/meta/recipes-bsp/alsa-state/alsa-state.bb +++ b/meta/recipes-bsp/alsa-state/alsa-state.bb | |||
| @@ -21,7 +21,8 @@ SRC_URI = "\ | |||
| 21 | file://alsa-state-init \ | 21 | file://alsa-state-init \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}" | 24 | S = "${WORKDIR}/sources" |
| 25 | UNPACKDIR = "${S}" | ||
| 25 | 26 | ||
| 26 | # As the recipe doesn't inherit systemd.bbclass, we need to set this variable | 27 | # As the recipe doesn't inherit systemd.bbclass, we need to set this variable |
| 27 | # manually to avoid unnecessary postinst/preinst generated. | 28 | # manually to avoid unnecessary postinst/preinst generated. |
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index 1eaf30746b..4714bb2e5e 100644 --- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb +++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb | |||
| @@ -7,7 +7,9 @@ LICENSE = "MIT" | |||
| 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 8 | 8 | ||
| 9 | SRC_URI = "file://config file://machconfig" | 9 | SRC_URI = "file://config file://machconfig" |
| 10 | S = "${WORKDIR}" | 10 | |
| 11 | S = "${WORKDIR}/sources" | ||
| 12 | UNPACKDIR = "${S}" | ||
| 11 | 13 | ||
| 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 13 | INHIBIT_DEFAULT_DEPS = "1" | 15 | INHIBIT_DEFAULT_DEPS = "1" |
diff --git a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb index 783e30bf38..fed3c7e9a3 100644 --- a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb +++ b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb | |||
| @@ -11,7 +11,8 @@ inherit grub-efi-cfg | |||
| 11 | 11 | ||
| 12 | require conf/image-uefi.conf | 12 | require conf/image-uefi.conf |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}" | 14 | S = "${WORKDIR}/sources" |
| 15 | UNPACKDIR = "${S}" | ||
| 15 | 16 | ||
| 16 | GRUB_CFG = "${S}/grub-bootconf" | 17 | GRUB_CFG = "${S}/grub-bootconf" |
| 17 | LABELS = "boot" | 18 | LABELS = "boot" |
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb index e30dd9dca2..0425197c98 100644 --- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb +++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb | |||
| @@ -24,7 +24,8 @@ SRC_URI = "file://keymap.sh" | |||
| 24 | INITSCRIPT_NAME = "keymap.sh" | 24 | INITSCRIPT_NAME = "keymap.sh" |
| 25 | INITSCRIPT_PARAMS = "start 01 S ." | 25 | INITSCRIPT_PARAMS = "start 01 S ." |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}" | 27 | S = "${WORKDIR}/sources" |
| 28 | UNPACKDIR = "${S}" | ||
| 28 | 29 | ||
| 29 | do_install () { | 30 | do_install () { |
| 30 | # Only install the script if 'sysvinit' is in DISTRO_FEATURES | 31 | # Only install the script if 'sysvinit' is in DISTRO_FEATURES |
diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/meta/recipes-bsp/usbinit/usbinit.bb index b80191bddc..091aa73bb5 100644 --- a/meta/recipes-bsp/usbinit/usbinit.bb +++ b/meta/recipes-bsp/usbinit/usbinit.bb | |||
| @@ -10,7 +10,9 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe | |||
| 10 | 10 | ||
| 11 | SRC_URI = "file://usb-gether \ | 11 | SRC_URI = "file://usb-gether \ |
| 12 | file://COPYING.GPL" | 12 | file://COPYING.GPL" |
| 13 | S = "${WORKDIR}" | 13 | |
| 14 | S = "${WORKDIR}/sources" | ||
| 15 | UNPACKDIR = "${S}" | ||
| 14 | 16 | ||
| 15 | do_install() { | 17 | do_install() { |
| 16 | install -d ${D}${sysconfdir} | 18 | install -d ${D}${sysconfdir} |
