Public bug reported:

Thanks a lot for providing linux-goldfish kernel, but it seems like the kernel 
config is not complete to be able running:
* Ubuntu Touch images
* Android stock images

Thus I'd like to request the following changes in the following format:
CONFIG_KEY= $PRESENT_VALUE -> $NEW_VALUE

# To support lxc containers, for ubuntu touch
CONFIG_NF_CONNTRACK_NETBIOS_NS= m -> y
CONFIG_UTS_NS= is not set -> y
CONFIG_IPC_NS= is not set -> y
CONFIG_USER_NS= is not set -> y
CONFIG_PID_NS= is not set -> y
CONFIG_NET_NS= is not set -> y
CONFIG_DEVTMPFS= is not set -> y
CONFIG_DEVTMPFS_MOUNT= is not set -> y
CONFIG_DEVPTS_MULTIPLE_INSTANCES= is not set -> y
CONFIG_ANDROID_PARANOID_NETWORK= y -> is not set

# By default stock android doesn't use modules in the emulator. It would be nice
# if our kernel could boot stock android emulator images
CONFIG_NF_*= m -> y
CONFIG_NETFILTER_*= m -> y
CONFIG_IP_*= m -> y
CONFIG_IP6_NF_*= m -> y

# Nice to have, to boot stock android emulator images (published in YAFFS 
format)
# Seem to be absent in ubuntu.config at all
CONFIG_YAFFS_AUTO_YAFFS2=y
CONFIG_YAFFS_FS=y
CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y
CONFIG_YAFFS_YAFFS1=y
CONFIG_YAFFS_YAFFS2=y

# I'm not sure about these
## gone in our kernel, yet present in AOSP kernel
-CONFIG_ANDROID_PMEM=y
## no idea if this is needed for AOSP
CONFIG_DEVKMEM= is not set -> y

** Affects: linux-goldfish (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222772

Title:
  Config changes request to support Ubuntu Touch & stock Android

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-goldfish/+bug/1222772/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to