I have made the following changes intended for :
  CE:Adaptation:x86-generic / kernel-adaptation-pc

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/7292

Thank You,
yunta

[This message was auto-generated]

---

Request # 7292:

Messages from BOSS:

State: superseded at 2012-11-16T00:49:22 by yunta

Reviews:
       accepted by bossbot : Prechecks succeeded.
       declined by CE-maintainers (sage) : Use the template from 
https://github.com/lbt/mer-kernel-adaptation

Changes:
  submit: home:yunta / kernel-adaptation-pc -> CE:Adaptation:x86-generic / 
kernel-adaptation-pc
  
changes files:
--------------

++++++ new changes file:
--- kernel.changes
+++ kernel.changes
@@ -0,0 +1,65 @@
+* Mon Nov 05 2012  Maciej Blomberg <[email protected]> - 3.6.1
+- updated kernel version to 3.6.1
+
+* Wed Oct 03 2012  David Greaves <[email protected]> - 3.0.0
+- enable MODULE_FORCE_LOAD CONFIG_MODVERSIONS for improved module support
+- hardlinks is not packaged for Mer so don't Require it
+
+* Fri Sep 21 2012  Amjad Syed <[email protected]> - 3.0.0
+- Fixes NEMO#181 add fix-config-xen.patch 
+
+* Thu Aug 02 2012 Marko Saukko <[email protected]> - 3.0.0
+- Use wildcard for files to support old and new depmod version.
+
+* Wed Jul 27 2011 Yan Li <[email protected]> - 3.0
+- Updated kernel version to 3.0 release. 
+
+* Tue May 24 2011 - Chris Ferron <[email protected]> - 2.6.39
+- updated kernel version to 2.6.39 release. 
+
+* Thu May 12 2011 - Chris Ferron <[email protected]> - 2.6.39-rc6
+- enabled broadcom 80211 wireless modules BRCMSMAC and BRCMFMAC
+ 
+* Mon May 09 2011 - Chris Ferron <[email protected]> - 2.6.39-rc6
+- update kernel version to 2.6.39~rc6 
+
+* Mon Mar 28 2011 - Arjan van de Ven <[email protected]> - 2.6.37.2
+- updated the pegatron/exopc patches
+
+* Fri Mar 11 2011 - Arjan van de Ven <[email protected]> - 2.6.37.2
+- add ALS control for the ExoPC
+
+* Sun Feb 27 2011 - Arjan van de Ven <[email protected]> - 2.6.37.2
+- update to 2.6.37.2 stable release
+
+* Mon Feb 7 2011 - Arjan van de Ven <[email protected]> - 2.6.37
+- add some more KVM options for MeeGo's build infrastructure
+
+* Mon Jan 31 2011 - Arjan van de Ven <[email protected]> - 2.6.37
+- enable Gadgetfs since it's a required feature for MTP connectivity to work
+
+* Wed Jan 19 2011 - Arjan van de Ven <[email protected]> - 2.6.37
+- put back the perf subrpm that got accidentally lost in the major
+  spec cleanup/reshufle
+
+* Tue Jan 11 2011 - Arjan van de Ven <[email protected]> - 2.6.37
+- Backport some touchscreen driver patches from linus.git (BMC#11626)
+  in order to support Wetab devices
+- blacklist the ath3k bluetooth device in the BT_USB driver (BMC#11626)
+  because it needs to picked up by its own driver.
+
+* Tue Jan 4 2011 - Arjan van de Ven <[email protected]> - 2.6.37
+- Linus released the 2.6.37 final release with i915 graphics fixes (BMC#11626)
+
+* Tue Jan 4 2011 - Arjan van de Ven <[email protected]> - 2.6.37-rc8
+- various config changes (BMC#8110, BMC#11479) to make the policy framework
+  work.
+
+* Wed Dec 29 2010 - Arjan van de Ven <[email protected]> - 2.6.37-rc8
+- Update to 2.6.37-rc8 to be closer to the final 1.2 kernel (2.6.37) 
(BMC#11626)
+- Add the include/xen directory to the kernel-devel package for building 
moduels against (BMC#11822)
+
+* Tue Dec 21 2010 - Arjan van de Ven <[email protected]> - 2.6.37-rc7
+- Start fresh with the MeeGo reference kernel now that the TSG 
+  approved the new kernel policy and the architecture team picked
+  2.6.37 for MeeGo 1.2 (BMC#11626)

++++++ deleted changes files:
--- kernel-adaptation-pc.changes

old:
----
  kernel-adaptation-pc.changes
  kernel-adaptation-pc.yaml
  linux-3.6.11.tar.bz2

new:
----
  kernel.changes
  linux-3.6.1.tar.bz2

spec files:
-----------
--- kernel-adaptation-pc.spec
+++ kernel-adaptation-pc.spec
@@ -1,32 +1,28 @@
-# 
-# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.25
-# 
-
-Name:       kernel-adaptation-pc
-
 # >> macros
+# kernel_version_build is the kernel version with the unique build release
 %define kernel_version_build %{version}-%{release}
-%define kernel_devel_dir %{_prefix}/src/kernels/%{kernel_version_build}
+# kernel_devel_dir for includes/kconfig/makefiles and other devel- files
+%define kernel_devel_dir %{_prefix}/src/kernels/%{kernel_version}
+# kernel_version is the plain 'upstream' kernel version eg: 2.6.36.2
 %define kernel_version %{version}
 # << macros
 
+Name:       kernel-adaptation-pc
 Summary:    Kernel Adaptation %{kernel_target_hw}
-Version:    3.6.11
-Release:    6
+Version:    3.6.1
+Release:    2
 Group:      Kernel/Linux Kernel
 License:    GPLv2
 Source0:    linux-%{version}.tar.bz2
 Source1:    %{name}.config
-Source100:  kernel-adaptation-pc.yaml
-Requires(pre): kmod
-Requires(pre): mkinitrd >= 6.0.39-1
 BuildRequires:  pkgconfig(ncurses)
 Provides:   kernel = %{kernel_version}
 
+
 %description
 Kernel for %{kernel_target_hw}.
 
+
 %package devel
 Summary:    Devel files for %{kernel_target_hw} kernel
 Group:      Development/System
@@ -37,6 +33,7 @@
 Devel for %{kernel_target_hw} kernel
 
 
+
 %prep
 %setup -q -n linux-%{version}
 
@@ -75,39 +72,26 @@
 echo The target hw is %{kernel_target_hw}
 echo The desc is %{summary}
 
-
-# << setup
-
 %build
-# >> build pre
-perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}/" Makefile
+# arm/mips: uImage
+# others  : bzImage
 %if 0%{?builds_uImage}
-# << build pre
-
-
-
-# >> build post
+make %{?jobs:-j%jobs} uImage
 %endif
+
 %if 0%{?builds_vmlinuz}
-#make %{?jobs:-j%jobs} %{?_smp_mflags} bzImage
-make %{?_smp_mflags} bzImage
+make %{?jobs:-j%jobs} bzImage
 %endif
-#make %{?jobs:-j%jobs} %{?_smp_mflags} modules
-make %{?_smp_mflags} modules
-# << build post
+
+make %{?jobs:-j%jobs} modules
 
 %install
 rm -rf %{buildroot}
-# >> install pre
-# << install pre
-
-# >> install post
 
 # Modules
 make INSTALL_MOD_PATH=%{buildroot} modules_install
-mkdir -p %{buildroot}/lib/modules/%{kernel_version_build}/
-touch %{buildroot}/lib/modules/%{kernel_version_build}/modules.dep
-find %{buildroot}/lib/modules/%{kernel_version_build} -name "*.ko" -type f 
-exec chmod u+x {} \;
+mkdir -p %{buildroot}/lib/modules/%{kernel_version}/
+touch %{buildroot}/lib/modules/%{kernel_version}/modules.dep
 
 # /boot
 mkdir -p %{buildroot}/boot/
@@ -118,12 +102,12 @@
 %endif
 
 %if 0%{?builds_vmlinuz}
-install -m 755 arch/%{kernel_arch}/boot/bzImage 
%{buildroot}/boot/vmlinuz-%{kernel_version_build}
+install -m 755 arch/%{kernel_arch}/boot/bzImage 
%{buildroot}/boot/vmlinuz-%{kernel_version}
 %endif
 
-install -m 755 .config %{buildroot}/boot/config-%{kernel_version_build}
+install -m 755 .config %{buildroot}/boot/config-%{kernel_version}
 install -m 755 System.map %{buildroot}/boot/
-install -m 755 System.map %{buildroot}/boot/System.map-%{kernel_version_build}
+install -m 755 System.map %{buildroot}/boot/System.map-%{kernel_version}
 
 # And save the headers/makefiles etc for building modules against
 #
@@ -183,40 +167,33 @@
 # Copy .config to include/config/auto.conf so "make prepare" is unnecessary.
 cp %{buildroot}/%{kernel_devel_dir}/.config 
%{buildroot}/%{kernel_devel_dir}/include/config/auto.conf
 
-# << install post
-
-
 %post
-# >> post
-depmod -a %{kernel_version_build}
-/sbin/new-kernel-pkg --package kernel-adaptation-pc --mkinitrd --depmod 
--install %{kernel_version_build} || exit $?\
-# << post
+depmod -a %{version}
 
 %files
 %defattr(-,root,root,-)
-# >> files
-/lib/modules/%{kernel_version_build}/*
-/boot/System.map-%{kernel_version_build}
-#/boot/System.map-%{kernel_version}
-/boot/config-%{kernel_version_build}
+/lib/modules/%{kernel_version}/*
+/boot/System.map-%{kernel_version}
+/boot/config-%{kernel_version}
+
 # do we need this? should it be versioned only for x86
 /boot/System.map
+
 %if 0%{?builds_vmlinuz}
-/boot/vmlinuz-%{kernel_version_build}
-#/boot/vmlinuz-%{kernel_version}
-#/boot/vmlinuz
+/boot/vmlinuz-%{kernel_version}
+/boot/vmlinuz
 %endif
+
 %if 0%{?builds_uImage}
 /boot/uImage
 %endif
+
 %if 0%{?builds_firmware}
 /lib/firmware/*
 %endif
-# << files
 
 %files devel
 %defattr(-,root,root,-)
-# >> files devel
-/%{_prefix}/src/kernels/%{kernel_version_build}/*
-/%{_prefix}/src/kernels/%{kernel_version_build}/.config
-# << files devel
+/%{_prefix}/src/kernels/%{kernel_version}/*
+/%{_prefix}/src/kernels/%{kernel_version}/.config
+

other changes:
--------------

++++++ kernel-adaptation-pc.config
--- kernel-adaptation-pc.config
+++ kernel-adaptation-pc.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.6.11 Kernel Configuration
+# Linux/i386 3.6.1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -933,7 +933,7 @@
 # CONFIG_IEEE802154 is not set
 # CONFIG_NET_SCHED is not set
 # CONFIG_DCB is not set
-CONFIG_DNS_RESOLVER=m
+# CONFIG_DNS_RESOLVER is not set
 # CONFIG_BATMAN_ADV is not set
 # CONFIG_OPENVSWITCH is not set
 CONFIG_RPS=y
@@ -950,18 +950,18 @@
 # CONFIG_HAMRADIO is not set
 # CONFIG_CAN is not set
 # CONFIG_IRDA is not set
-CONFIG_BT=m
-CONFIG_BT_RFCOMM=m
+CONFIG_BT=y
+CONFIG_BT_RFCOMM=y
 CONFIG_BT_RFCOMM_TTY=y
-CONFIG_BT_BNEP=m
+CONFIG_BT_BNEP=y
 CONFIG_BT_BNEP_MC_FILTER=y
 CONFIG_BT_BNEP_PROTO_FILTER=y
-CONFIG_BT_HIDP=m
+CONFIG_BT_HIDP=y
 
 #
 # Bluetooth device drivers
 #
-CONFIG_BT_HCIBTUSB=m
+CONFIG_BT_HCIBTUSB=y
 CONFIG_BT_HCIBTSDIO=m
 CONFIG_BT_HCIUART=m
 CONFIG_BT_HCIUART_H4=y
@@ -983,7 +983,7 @@
 CONFIG_WEXT_PROC=y
 CONFIG_WEXT_SPY=y
 CONFIG_WEXT_PRIV=y
-CONFIG_CFG80211=m
+CONFIG_CFG80211=y
 # CONFIG_NL80211_TESTMODE is not set
 # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
 # CONFIG_CFG80211_REG_DEBUG is not set
@@ -997,7 +997,7 @@
 CONFIG_LIB80211_CRYPT_CCMP=m
 CONFIG_LIB80211_CRYPT_TKIP=m
 # CONFIG_LIB80211_DEBUG is not set
-CONFIG_MAC80211=m
+CONFIG_MAC80211=y
 CONFIG_MAC80211_HAS_RC=y
 CONFIG_MAC80211_RC_PID=y
 CONFIG_MAC80211_RC_MINSTREL=y
@@ -1012,13 +1012,13 @@
 # CONFIG_MAC80211_DEBUG_MENU is not set
 CONFIG_WIMAX=m
 CONFIG_WIMAX_DEBUG_LEVEL=8
-CONFIG_RFKILL=m
+CONFIG_RFKILL=y
 CONFIG_RFKILL_LEDS=y
 CONFIG_RFKILL_INPUT=y
 # CONFIG_NET_9P is not set
-CONFIG_CAIF=m
+CONFIG_CAIF=y
 # CONFIG_CAIF_DEBUG is not set
-CONFIG_CAIF_NETDEV=m
+CONFIG_CAIF_NETDEV=y
 # CONFIG_CAIF_USB is not set
 # CONFIG_CEPH_LIB is not set
 # CONFIG_NFC is not set
@@ -1350,7 +1350,7 @@
 # CONFIG_BLK_DEV_MD is not set
 CONFIG_BLK_DEV_DM=m
 CONFIG_DM_DEBUG=y
-CONFIG_DM_CRYPT=m
+# CONFIG_DM_CRYPT is not set
 CONFIG_DM_SNAPSHOT=m
 # CONFIG_DM_THIN_PROVISIONING is not set
 CONFIG_DM_MIRROR=m
@@ -1361,7 +1361,7 @@
 # CONFIG_DM_MULTIPATH_QL is not set
 # CONFIG_DM_MULTIPATH_ST is not set
 CONFIG_DM_DELAY=m
-CONFIG_DM_UEVENT=y
+# CONFIG_DM_UEVENT is not set
 # CONFIG_DM_FLAKEY is not set
 # CONFIG_DM_VERITY is not set
 # CONFIG_TARGET_CORE is not set
@@ -1401,30 +1401,17 @@
 #
 # CAIF transport drivers
 #
-CONFIG_CAIF_TTY=m
-CONFIG_CAIF_SPI_SLAVE=m
+CONFIG_CAIF_TTY=y
+CONFIG_CAIF_SPI_SLAVE=y
 CONFIG_CAIF_SPI_SYNC=y
 # CONFIG_CAIF_HSI is not set
 CONFIG_ETHERNET=y
-CONFIG_MDIO=m
 # CONFIG_NET_VENDOR_3COM is not set
 # CONFIG_NET_VENDOR_ADAPTEC is not set
 # CONFIG_NET_VENDOR_ALTEON is not set
 # CONFIG_NET_VENDOR_AMD is not set
-CONFIG_NET_VENDOR_ATHEROS=y
-CONFIG_ATL2=m
-CONFIG_ATL1=m
-CONFIG_ATL1E=m
-CONFIG_ATL1C=m
-CONFIG_NET_VENDOR_BROADCOM=y
-CONFIG_B44=m
-CONFIG_B44_PCI_AUTOSELECT=y
-CONFIG_B44_PCICORE_AUTOSELECT=y
-CONFIG_B44_PCI=y
-CONFIG_BNX2=m
-CONFIG_CNIC=m
-CONFIG_TIGON3=m
-CONFIG_BNX2X=m
+# CONFIG_NET_VENDOR_ATHEROS is not set
+# CONFIG_NET_VENDOR_BROADCOM is not set
 # CONFIG_NET_VENDOR_BROCADE is not set
 # CONFIG_NET_CALXEDA_XGMAC is not set
 # CONFIG_NET_VENDOR_CHELSIO is not set
@@ -1438,12 +1425,10 @@
 # CONFIG_NET_VENDOR_FUJITSU is not set
 # CONFIG_NET_VENDOR_HP is not set
 CONFIG_NET_VENDOR_INTEL=y
-CONFIG_E100=m
+# CONFIG_E100 is not set
 CONFIG_E1000=m
-CONFIG_E1000E=m
-CONFIG_IGB=m
-CONFIG_IGB_DCA=y
-# CONFIG_IGB_PTP is not set
+# CONFIG_E1000E is not set
+# CONFIG_IGB is not set
 # CONFIG_IGBVF is not set
 # CONFIG_IXGB is not set
 # CONFIG_IXGBE is not set
@@ -1572,9 +1557,9 @@
 # CONFIG_ADM8211 is not set
 # CONFIG_MAC80211_HWSIM is not set
 # CONFIG_MWL8K is not set
-CONFIG_ATH_COMMON=m
+CONFIG_ATH_COMMON=y
 # CONFIG_ATH_DEBUG is not set
-CONFIG_ATH5K=m
+CONFIG_ATH5K=y
 # CONFIG_ATH5K_DEBUG is not set
 # CONFIG_ATH5K_TRACER is not set
 CONFIG_ATH5K_PCI=y
@@ -1593,35 +1578,10 @@
 CONFIG_ATH6KL_SDIO=m
 CONFIG_ATH6KL_USB=m
 # CONFIG_ATH6KL_DEBUG is not set
-CONFIG_B43=m
-CONFIG_B43_BCMA=y
-CONFIG_B43_BCMA_EXTRA=y
-CONFIG_B43_SSB=y
-CONFIG_B43_PCI_AUTOSELECT=y
-CONFIG_B43_PCICORE_AUTOSELECT=y
-# CONFIG_B43_SDIO is not set
-CONFIG_B43_BCMA_PIO=y
-CONFIG_B43_PIO=y
-CONFIG_B43_PHY_N=y
-CONFIG_B43_PHY_LP=y
-CONFIG_B43_PHY_HT=y
-CONFIG_B43_LEDS=y
-CONFIG_B43_HWRNG=y
-# CONFIG_B43_DEBUG is not set
-CONFIG_B43LEGACY=m
-CONFIG_B43LEGACY_PCI_AUTOSELECT=y
-CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
-CONFIG_B43LEGACY_LEDS=y
-CONFIG_B43LEGACY_HWRNG=y
-# CONFIG_B43LEGACY_DEBUG is not set
-CONFIG_B43LEGACY_DMA=y
-CONFIG_B43LEGACY_PIO=y
-CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
-# CONFIG_B43LEGACY_DMA_MODE is not set
-# CONFIG_B43LEGACY_PIO_MODE is not set
-CONFIG_BRCMUTIL=m
-CONFIG_BRCMSMAC=m
-CONFIG_BRCMFMAC=m
+# CONFIG_B43 is not set
+# CONFIG_B43LEGACY is not set
+CONFIG_BRCMUTIL=y
+CONFIG_BRCMFMAC=y
 CONFIG_BRCMFMAC_SDIO=y
 # CONFIG_BRCMFMAC_SDIO_OOB is not set
 # CONFIG_BRCMFMAC_USB is not set
@@ -1647,8 +1607,8 @@
 # CONFIG_IWLWIFI_DEVICE_TRACING is not set
 CONFIG_IWLWIFI_P2P=y
(118 more lines skipped)

++++++ linux-3.6.11.tar.bz2 -> linux-3.6.1.tar.bz2
(25344 lines skipped)

++++++ deleted files:
--- kernel-adaptation-pc.yaml



Reply via email to