I have made the following changes intended for : CE:Adaptation:N950-N9 / mer-kernel-checks CE:Adaptation:N950-N9 / kernel-adaptation-n950
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/6890 Thank You, Marko Saukko [This message was auto-generated] --- Request # 6890: Messages from BOSS: State: review at 2012-10-04T07:54:37 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:libhybris / mer-kernel-checks -> CE:Adaptation:N950-N9 / mer-kernel-checks changes files: -------------- ++++++ new changes file: --- mer-kernel-checks.changes +++ mer-kernel-checks.changes @@ -0,0 +1,7 @@ +* Thu Sep 27 2012 Marko Saukko <[email protected]> - 0.0.2-1 +- Allow CONFIG_ANDROID to make libhybris work easier. + +* Fri Jan 20 2012 David Greaves <[email protected]> - 0.0.1-1 +- Provide mer_verify_kernel_config and mer_verify_kernel_spec + The use of these scripts is required by the HA sample kernel + packaging new: ---- mer-kernel-checks-0.0.2.tar.bz2 mer-kernel-checks.changes mer-kernel-checks.spec mer-kernel-checks.yaml spec files: ----------- ++++++ new spec file: --- mer-kernel-checks.spec +++ mer-kernel-checks.spec @@ -0,0 +1,54 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: mer-kernel-checks + +# >> macros +# << macros + +Summary: Mer kernel pre-build checks +Version: 0.0.2 +Release: 1 +Group: Kernel/Linux Kernel +License: GPLv2 +URL: https://github.com/lbt/mer-kernel-check/ +Source0: mer-kernel-checks-%{version}.tar.bz2 +Source100: mer-kernel-checks.yaml + +%description +Scripts to check kernel CONFIG_ values used by Mer + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + + +make %{?jobs:-j%jobs} + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post +# << install post + + +%files +%defattr(-,root,root,-) +%{_bindir}/* +# >> files +# << files other changes: -------------- ++++++ mer-kernel-checks-0.0.2.tar.bz2 (new) ++++++ mer-kernel-checks.yaml (new) --- mer-kernel-checks.yaml +++ mer-kernel-checks.yaml @@ -0,0 +1,17 @@ +Name: mer-kernel-checks +Summary: Mer kernel pre-build checks +Description: Scripts to check kernel CONFIG_ values used by Mer + +Version: 0.0.2 +Release: 1 +Group: Kernel/Linux Kernel +License: GPLv2 +URL: https://github.com/lbt/mer-kernel-check/ + +Configure: none + +Sources: + - mer-kernel-checks-%{version}.tar.bz2 + +Files: + - "%{_bindir}/*" submit: home:sage:libhybris / kernel-adaptation-n950 -> CE:Adaptation:N950-N9 / kernel-adaptation-n950 changes files: -------------- --- kernel-adaptation-n950.changes +++ kernel-adaptation-n950.changes @@ -0,0 +1,3 @@ +* Thu Sep 27 2012 Marko Saukko <[email protected]> - 2.6.32.20112201 +- Enable some options to support libhybris work. + new: ---- enable-broken.patch spec files: ----------- --- kernel-adaptation-n950.spec +++ kernel-adaptation-n950.spec @@ -1,6 +1,6 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.24.1 +# Generated by: spectacle version 0.25 # Name: kernel-adaptation-n950 @@ -124,6 +124,7 @@ Patch96: linux-2.6.38-tty-add-active-sysfs-attribute-to-tty0-and-console-d.patch Patch97: 0001-backport-g_ffs-from-2.6.35.patch Patch98: 0107-Load-correct-bluetooth-firmware-for-Nokia-N9.patch +Patch99: enable-broken.patch BuildRequires: pkgconfig(ncurses) BuildRequires: mer-kernel-checks BuildRequires: perl @@ -452,6 +453,9 @@ # Fix for NEMO#455 # 0107-Load-correct-bluetooth-firmware-for-Nokia-N9.patch %patch98 -p1 +# For libhybris +# enable-broken.patch +%patch99 -p1 # >> setup # This should go in the macro section # Determine the kernel arch and what we're building other changes: -------------- ++++++ enable-broken.patch (new) --- enable-broken.patch +++ enable-broken.patch @@ -0,0 +1,12 @@ +diff --git a/init/Kconfig b/init/Kconfig +index 6583917..29f90f6 100644 +--- a/init/Kconfig ++++ b/init/Kconfig +@@ -56,6 +56,7 @@ config EXPERIMENTAL + + config BROKEN + bool ++ default y + + config BROKEN_ON_SMP + bool ++++++ kernel-adaptation-n950.config --- kernel-adaptation-n950.config +++ kernel-adaptation-n950.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.32-1-n950 -# Sun Aug 26 08:50:57 2012 +# Linux kernel version: 2.6.32.20112201-1-n950 +# Thu Sep 20 12:33:32 2012 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -30,6 +30,7 @@ # General setup # CONFIG_EXPERIMENTAL=y +CONFIG_BROKEN=y CONFIG_BROKEN_ON_SMP=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 @@ -830,6 +831,7 @@ # CONFIG_CDROM_PKTCDVD is not set # CONFIG_ATA_OVER_ETH is not set # CONFIG_MG_DISK is not set +# CONFIG_BLK_DEV_HD is not set CONFIG_MISC_DEVICES=y # CONFIG_ICS932S401 is not set CONFIG_OMAP_SDTI=y @@ -910,6 +912,20 @@ # CONFIG_DM_MULTIPATH is not set # CONFIG_DM_DELAY is not set # CONFIG_DM_UEVENT is not set + +# +# IEEE 1394 (FireWire) support +# + +# +# You can enable one or both FireWire driver stacks. +# + +# +# See the help texts for more information. +# +# CONFIG_FIREWIRE is not set +# CONFIG_IEEE1394 is not set CONFIG_NETDEVICES=y # CONFIG_DUMMY is not set # CONFIG_BONDING is not set @@ -1680,6 +1696,7 @@ # # CONFIG_LEDS_TRIGGERS is not set # CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y # CONFIG_RTC_HCTOSYS is not set @@ -1750,7 +1767,37 @@ # # TI VLYNQ # -# CONFIG_STAGING is not set +CONFIG_STAGING=y +# CONFIG_STAGING_EXCLUDE_BUILD is not set +# CONFIG_ECHO is not set + +# +# Android +# +CONFIG_ANDROID=y +CONFIG_ANDROID_BINDER_IPC=y +# CONFIG_ANDROID_LOGGER is not set +# CONFIG_ANDROID_RAM_CONSOLE is not set +# CONFIG_ANDROID_TIMED_OUTPUT is not set +# CONFIG_ANDROID_LOW_MEMORY_KILLER is not set + +# +# Qualcomm MSM Camera And Video +# + +# +# Camera Sensor Selection +# +# CONFIG_INPUT_GPIO is not set +# CONFIG_DST is not set +# CONFIG_POHMELFS is not set +# CONFIG_PLAN9AUTH is not set + +# +# RAR Register Driver +# +# CONFIG_RAR_REGISTER is not set +# CONFIG_IIO is not set CONFIG_MPU_BRIDGE=m CONFIG_BRIDGE_DVFS=y CONFIG_BRIDGE_MEMPOOL_SIZE=0x600000 @@ -1842,6 +1889,7 @@ CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y +# CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set # CONFIG_CONFIGFS_FS is not set CONFIG_MISC_FILESYSTEMS=y ++++++ series.conf --- series.conf +++ series.conf @@ -130,3 +130,6 @@ # Fix for NEMO#455 0107-Load-correct-bluetooth-firmware-for-Nokia-N9.patch + +# For libhybris +enable-broken.patch
