------------------------------------------------------------ revno: 1711 committer: Adam Conrad <[email protected]> branch nick: ubuntu timestamp: Wed 2012-06-20 15:56:26 -0600 message: Make highbank.cfg more closely match omap.cfg, and remove the redundant KERNELVERSION that's inherited from arm*.cfg modified: build/config/armel/highbank.cfg debian/changelog
-- lp:~ubuntu-core-dev/debian-installer/ubuntu https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu Your team Tieto is subscribed to branch lp:~ubuntu-core-dev/debian-installer/ubuntu. To unsubscribe from this branch go to https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu/+edit-subscription
=== modified file 'build/config/armel/highbank.cfg' --- build/config/armel/highbank.cfg 2012-06-20 21:32:51 +0000 +++ build/config/armel/highbank.cfg 2012-06-20 21:56:26 +0000 @@ -1,11 +1,7 @@ MEDIUM_SUPPORTED = netboot +# The version of the kernel to use. +KERNELVERSION := $(KERNELVERSION)-highbank # we use non-versioned filenames in the highbank kernel udeb KERNELNAME = vmlinuz VERSIONED_SYSTEM_MAP = - -# highbank uses the same kernel ABI as master (x86, etc) -KERNELVERSION = 3.5.0-1 - -# The version of the kernel to use. -KERNELVERSION := $(KERNELVERSION)-highbank === modified file 'debian/changelog' --- debian/changelog 2012-06-20 21:34:33 +0000 +++ debian/changelog 2012-06-20 21:56:26 +0000 @@ -1,3 +1,10 @@ +debian-installer (20101020ubuntu150) UNRELEASED; urgency=low + + * Make highbank.cfg more closely match omap.cfg, and remove + the redundant KERNELVERSION that's inherited from arm*.cfg + + -- Adam Conrad <[email protected]> Wed, 20 Jun 2012 15:52:08 -0600 + debian-installer (20101020ubuntu149) quantal; urgency=low * Move to 3.5.0-1 kernels.
-- Mailing list: https://launchpad.net/~tieto Post to : [email protected] Unsubscribe : https://launchpad.net/~tieto More help : https://help.launchpad.net/ListHelp

