mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-04 20:54:46 +02:00
recipes: Improve whitespace issues
There is a pending bitbake patch which will warning on assignment whitespace issues. Fix the handful of issues in meta-intel to avoid the warnings and improve readability. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
2506b743ab
commit
6eeb304b09
|
@ -1,5 +1,5 @@
|
|||
SUMMARY="ixgbe kernel driver for Intel Magnolia Park 10GbE"
|
||||
DESCRIPTION="The ixgbe driver supports 82598- and 82599-based \
|
||||
SUMMARY = "ixgbe kernel driver for Intel Magnolia Park 10GbE"
|
||||
DESCRIPTION = "The ixgbe driver supports 82598- and 82599-based \
|
||||
PCI Express* 10 Gigabit Network Connections."
|
||||
|
||||
HOMEPAGE = "https://sourceforge.net/projects/e1000/"
|
||||
|
@ -19,7 +19,7 @@ CVE_PRODUCT = "linux:linux_kernel_ixgbe"
|
|||
|
||||
S = "${WORKDIR}/${BP}/src"
|
||||
|
||||
EXTRA_OEMAKE=' KSRC="${STAGING_KERNEL_DIR}" KOBJ="${STAGING_KERNEL_BUILDDIR}" KVER="${KERNEL_VERSION}" INSTALL_MOD_PATH="${D}"'
|
||||
EXTRA_OEMAKE = ' KSRC="${STAGING_KERNEL_DIR}" KOBJ="${STAGING_KERNEL_BUILDDIR}" KVER="${KERNEL_VERSION}" INSTALL_MOD_PATH="${D}"'
|
||||
|
||||
KERNEL_MODULE_AUTOLOAD:append:intel-core2-32 = " ixgbe"
|
||||
KERNEL_MODULE_AUTOLOAD:append:intel-corei7-64 = " ixgbe"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY="ixgbevf kernel driver for Intel Magnolia Park 10GbE"
|
||||
DESCRIPTION="This virtual function driver supports kernel versions 2.6.x and newer \
|
||||
SUMMARY = "ixgbevf kernel driver for Intel Magnolia Park 10GbE"
|
||||
DESCRIPTION = "This virtual function driver supports kernel versions 2.6.x and newer \
|
||||
This driver supports 82599, X540, X550, and X552-based virtual function devices \
|
||||
that can only be activated on kernels that support SR-IOV. \
|
||||
SR-IOV requires the correct platform and OS support. \
|
||||
|
@ -22,7 +22,7 @@ CVE_PRODUCT = "linux:linux_kernel_ixgbe"
|
|||
|
||||
S = "${WORKDIR}/${BP}/src"
|
||||
|
||||
EXTRA_OEMAKE='KSRC="${STAGING_KERNEL_DIR}" KOBJ="${STAGING_KERNEL_BUILDDIR}" KVER="${KERNEL_VERSION}" INSTALL_MOD_PATH="${D}"'
|
||||
EXTRA_OEMAKE = 'KSRC="${STAGING_KERNEL_DIR}" KOBJ="${STAGING_KERNEL_BUILDDIR}" KVER="${KERNEL_VERSION}" INSTALL_MOD_PATH="${D}"'
|
||||
|
||||
KERNEL_MODULE_AUTOLOAD:append:intel-core2-32 = " ixgbevf"
|
||||
KERNEL_MODULE_AUTOLOAD:append:intel-corei7-64 = " ixgbevf"
|
||||
|
|
|
@ -34,7 +34,7 @@ do_configure() {
|
|||
CC=gcc CFLAGS= LDFLAGS= make defconfig-iwlwifi-public KLIB_BUILD=${KBUILD_OUTPUT}
|
||||
}
|
||||
|
||||
MODULES_INSTALL_TARGET="install"
|
||||
MODULES_INSTALL_TARGET = "install"
|
||||
|
||||
do_install:append() {
|
||||
## install configs and service scripts
|
||||
|
|
Loading…
Reference in New Issue
Block a user