mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
meta: add missing descriptions and homepage in bsp
(From OE-Core rev: ec4fdfcc7bcbc9bb92e2f33b37cc8c99bf1b6822) Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8202a9ac6a
commit
680af4cb94
|
|
@ -1,4 +1,10 @@
|
|||
SUMMARY = "A daemon for delivering ACPI events"
|
||||
DESCRIPTION = "ACPID is a completely flexible, totally extensible daemon for \
|
||||
delivering ACPI events. It listens on netlink interface (or on the \
|
||||
deprecated file /proc/acpi/event), and when an event occurs, executes programs \
|
||||
to handle the event. The programs it executes are configured through a set of \
|
||||
configuration files, which can be dropped into place by packages or by the \
|
||||
admin."
|
||||
HOMEPAGE = "http://sourceforge.net/projects/acpid2"
|
||||
BUGTRACKER = "http://sourceforge.net/p/acpid2/tickets/?source=navbar"
|
||||
SECTION = "base"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
SUMMARY = "Device formfactor information"
|
||||
DESCRIPTION = "A formfactor configuration file provides information about the \
|
||||
target hardware for which the image is being built and information that the \
|
||||
build system cannot obtain from other sources such as the kernel."
|
||||
SECTION = "base"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
SUMMARY = "Basic grub.cfg for use in EFI systems"
|
||||
DESCRIPTION = "Grub might require different configuration file for \
|
||||
different machines."
|
||||
HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration"
|
||||
|
||||
RPROVIDES_${PN} += "virtual/grub-bootconf"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
|
||||
DESCRIPTION = "U-Boot, a boot loader for Embedded boards based on PowerPC, \
|
||||
ARM, MIPS and several other processors, which can be installed in a boot \
|
||||
ROM and used to initialize and test the hardware or to download and run \
|
||||
application code."
|
||||
SECTION = "bootloaders"
|
||||
DEPENDS += "flex-native bison-native"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
SUMMARY = "Initscript for enabling USB gadget Ethernet"
|
||||
DESCRIPTION = "This module allows ethernet emulation over USB, allowing for \
|
||||
all sorts of nifty things like SSH and NFS in one go plus charging over the \
|
||||
same wire, at higher speeds than most Wifi connections."
|
||||
HOMEPAGE = "http://linux-sunxi.org/USB_Gadget/Ethernet"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user