include omapdrm with the arm modules

This commit is contained in:
Dennis Gilmore 2012-06-05 14:50:43 -05:00
parent 360a8218a6
commit 0b1133bd6b
2 changed files with 17 additions and 2 deletions

11
dracut-0.19-omapdrm.patch Normal file
View File

@ -0,0 +1,11 @@
--- dracut-019/modules.d/90kernel-modules/module-setup.sh.orig 2012-06-05 14:48:37.805013809 -0500
+++ dracut-019/modules.d/90kernel-modules/module-setup.sh 2012-06-05 14:48:58.704142946 -0500
@@ -36,7 +36,7 @@
hostonly='' instmods usb_storage sdhci sdhci-pci
# arm specific modules
- hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap sdhci_dove ahci_platform pata_imx sata_mv
+ hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap sdhci_dove ahci_platform pata_imx sata_mv omapdrm
# install keyboard support
hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd

View File

@ -10,7 +10,7 @@
Name: dracut
Version: 019
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Initramfs generator using udev
%if 0%{?fedora} || 0%{?rhel}
@ -24,7 +24,7 @@ URL: https://dracut.wiki.kernel.org/
# Source can be generated by
# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%{version};sf=tgz
Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.bz2
Patch0: dracut-0.19-omapdrm.patch
BuildArch: noarch
BuildRequires: dash bash git
@ -152,6 +152,7 @@ This package contains tools to assemble the local initrd and host configuration.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%if %{defined PATCH1}
git init
@ -343,6 +344,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /var/lib/dracut/overlay
%changelog
* Tue Jun 05 2012 Dennis Gilmore <dennis@ausil.us> 019-2
- include omapdrm with the arm modules
* Mon Jun 04 2012 Harald Hoyer <harald@redhat.com> 019-1
- version 019-1