Import patches-unapplied version 2.80 to ubuntu/quantal

Imported using git-ubuntu import.

Changelog parent: edd37a1bb5f9eb7ab60a7cf8e4de3031bf94b323

New changelog entries:
  * add pvr-omap4 driver to omap4 image builds for everything but
    ubuntu-server, ubuntu-core and base images so we have GLES working
    out of the box on them
This commit is contained in:
Oliver Grawert 2012-08-29 12:53:11 +02:00 committed by usd-importer
parent edd37a1bb5
commit 100814c6b7
2 changed files with 16 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.80) quantal; urgency=low
* add pvr-omap4 driver to omap4 image builds for everything but
ubuntu-server, ubuntu-core and base images so we have GLES working
out of the box on them
-- Oliver Grawert <ogra@ubuntu.com> Wed, 29 Aug 2012 12:53:11 +0200
livecd-rootfs (2.79) quantal; urgency=low livecd-rootfs (2.79) quantal; urgency=low
* setting --architectures seems to have weird side effects on arm * setting --architectures seems to have weird side effects on arm

View File

@ -274,7 +274,14 @@ case $ARCH in
BINARY_REMOVE_LINUX=false BINARY_REMOVE_LINUX=false
;; ;;
omap4) omap4)
add_package install u-boot-linaro-omap4-panda u-boot-tools case $PROJECT in
ubuntu-server|ubuntu-core|base)
add_package install u-boot-linaro-omap4-panda u-boot-tools
;;
*)
add_package install u-boot-linaro-omap4-panda u-boot-tools pvr-omap4
;;
esac
BINARY_REMOVE_LINUX=false BINARY_REMOVE_LINUX=false
;; ;;
mx5) mx5)