diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/acpid/acpid.inc | 6 | ||||
-rw-r--r-- | meta/recipes-bsp/formfactor/formfactor_0.0.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/grub/grub-bootconf_1.00.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/usbinit/usbinit.bb | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index 766ed4f89e..1e43e7a9db 100644 --- a/meta/recipes-bsp/acpid/acpid.inc +++ b/meta/recipes-bsp/acpid/acpid.inc | |||
@@ -1,4 +1,10 @@ | |||
1 | SUMMARY = "A daemon for delivering ACPI events" | 1 | SUMMARY = "A daemon for delivering ACPI events" |
2 | DESCRIPTION = "ACPID is a completely flexible, totally extensible daemon for \ | ||
3 | delivering ACPI events. It listens on netlink interface (or on the \ | ||
4 | deprecated file /proc/acpi/event), and when an event occurs, executes programs \ | ||
5 | to handle the event. The programs it executes are configured through a set of \ | ||
6 | configuration files, which can be dropped into place by packages or by the \ | ||
7 | admin." | ||
2 | HOMEPAGE = "http://sourceforge.net/projects/acpid2" | 8 | HOMEPAGE = "http://sourceforge.net/projects/acpid2" |
3 | BUGTRACKER = "http://sourceforge.net/p/acpid2/tickets/?source=navbar" | 9 | BUGTRACKER = "http://sourceforge.net/p/acpid2/tickets/?source=navbar" |
4 | SECTION = "base" | 10 | SECTION = "base" |
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index 53cf1cf774..ea1fa4c754 100644 --- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb +++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "Device formfactor information" | 1 | SUMMARY = "Device formfactor information" |
2 | DESCRIPTION = "A formfactor configuration file provides information about the \ | ||
3 | target hardware for which the image is being built and information that the \ | ||
4 | build system cannot obtain from other sources such as the kernel." | ||
2 | SECTION = "base" | 5 | SECTION = "base" |
3 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
diff --git a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb index 750f8c808a..9d5dab9aa8 100644 --- a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb +++ b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb | |||
@@ -1,6 +1,9 @@ | |||
1 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
2 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 2 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
3 | SUMMARY = "Basic grub.cfg for use in EFI systems" | 3 | SUMMARY = "Basic grub.cfg for use in EFI systems" |
4 | DESCRIPTION = "Grub might require different configuration file for \ | ||
5 | different machines." | ||
6 | HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration" | ||
4 | 7 | ||
5 | RPROVIDES_${PN} += "virtual/grub-bootconf" | 8 | RPROVIDES_${PN} += "virtual/grub-bootconf" |
6 | 9 | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index ad043dbcde..a056eae8ce 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc | |||
@@ -1,4 +1,8 @@ | |||
1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" | 1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" |
2 | DESCRIPTION = "U-Boot, a boot loader for Embedded boards based on PowerPC, \ | ||
3 | ARM, MIPS and several other processors, which can be installed in a boot \ | ||
4 | ROM and used to initialize and test the hardware or to download and run \ | ||
5 | application code." | ||
2 | SECTION = "bootloaders" | 6 | SECTION = "bootloaders" |
3 | DEPENDS += "flex-native bison-native" | 7 | DEPENDS += "flex-native bison-native" |
4 | 8 | ||
diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/meta/recipes-bsp/usbinit/usbinit.bb index aba44b4068..ef98f0bf62 100644 --- a/meta/recipes-bsp/usbinit/usbinit.bb +++ b/meta/recipes-bsp/usbinit/usbinit.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "Initscript for enabling USB gadget Ethernet" | 1 | SUMMARY = "Initscript for enabling USB gadget Ethernet" |
2 | DESCRIPTION = "This module allows ethernet emulation over USB, allowing for \ | ||
3 | all sorts of nifty things like SSH and NFS in one go plus charging over the \ | ||
4 | same wire, at higher speeds than most Wifi connections." | ||
5 | HOMEPAGE = "http://linux-sunxi.org/USB_Gadget/Ethernet" | ||
2 | 6 | ||
3 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |