Compare commits

...

7 Commits
3.0.2 ... 1.0.2

Author SHA1 Message Date
Stephan Raue
1a412040a8 VERSION: set version to 1.0.2 (Final 1.0), update changelog
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-10-26 03:33:01 +02:00
anoma
c31dc41aa8 Inherit netbios name from hostname 2011-10-24 22:10:26 +02:00
anoma
5cf3413a4a Short static OpenELEC server string 2011-10-24 22:10:06 +02:00
anoma
567a7afeee Typo in README 2011-10-24 22:09:40 +02:00
Stephan Raue
bdcd51de83 linux: update to linux-3.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-10-24 22:04:57 +02:00
Stephan Raue
1183d2db88 PyBluez: dont build and install bytecode
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-10-24 22:00:57 +02:00
Stephan Raue
f2867435f5 xf86-video-nvidia: update to xf86-video-nvidia-290.03
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-10-24 22:00:33 +02:00
24 changed files with 19 additions and 17 deletions

View File

@@ -1,3 +1,10 @@
OpenELEC - 1.0.2 (26.10.2011)
- samba: Inherit netbios name from hostname
- samba: Short static OpenELEC server string
- PyBluez: dont build and install bytecode
- update to linux-3.1 (final)
- update to xf86-video-nvidia-290.03
OpenELEC - 1.0.1 (21.10.2011)
- dont start wpa_supplicant in debugmode, this fixes non working wlan connections
- update DVB firmwares

2
README
View File

@@ -1,6 +1,6 @@
http://www.OpenELEC.tv
OpenELEC - Open Embedded Linux Enterainment Center
OpenELEC - Open Embedded Linux Entertainment Center
OpenELEC runs XBMC, a complete media center solution (xbmc.org).
The base system has been designed and built from the ground up to be as

View File

@@ -1 +1 @@
1.0.1
1.0.2

View File

@@ -19,14 +19,12 @@
################################################################################
PKG_NAME="linux"
PKG_VERSION="3.1-rc10"
PKG_VERSION="3.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kernel.org"
#PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.0/testing/$PKG_NAME-$PKG_VERSION.tar.bz2"
#PKG_URL="ftp://ftp.pgpi.com/linux/kernel/pub/linux/kernel/v3.0/testing/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="busybox linux-drivers linux-firmware pciutils"
PKG_BUILD_DEPENDS="toolchain busybox-hosttools xz cpio pciutils"
PKG_PRIORITY="optional"

View File

@@ -23,9 +23,9 @@
# available from your machine
[global]
server string = Media Centre(%i)
server string = OpenELEC
workgroup = WORKGROUP
netbios name = openelec
netbios name = %h
security = share
guest account = root
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536

View File

@@ -28,7 +28,4 @@ export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
cd $PKG_BUILD
python setup.py build --cross-compile
python setup.py install -O1 --skip-build --prefix /usr --root .install
find .install -name "*.py" -exec rm -rf "{}" ";"
find .install -name "*.pyo" -exec rm -rf "{}" ";"
python setup.py install -O0 --no-compile --prefix /usr --root .install

View File

@@ -19,15 +19,15 @@
################################################################################
PKG_NAME="xf86-video-nvidia"
PKG_VERSION="285.05.09"
PKG_VERSION="290.03"
PKG_REV="1"
PKG_ARCH="i386 x86_64"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.nvidia.com/"
# [ "$TARGET_ARCH" = "i386" ] && PKG_URL="ftp://download.nvidia.com/XFree86/Linux-x86/$PKG_VERSION/NVIDIA-Linux-x86-$PKG_VERSION.run"
# [ "$TARGET_ARCH" = "x86_64" ] && PKG_URL="ftp://download.nvidia.com/XFree86/Linux-x86_64/$PKG_VERSION/NVIDIA-Linux-x86_64-$PKG_VERSION-no-compat32.run"
[ "$TARGET_ARCH" = "i386" ] && PKG_URL="http://us.download.nvidia.com/XFree86/Linux-x86/$PKG_VERSION/NVIDIA-Linux-x86-$PKG_VERSION.run"
[ "$TARGET_ARCH" = "x86_64" ] && PKG_URL="http://us.download.nvidia.com/XFree86/Linux-x86_64/$PKG_VERSION/NVIDIA-Linux-x86_64-$PKG_VERSION-no-compat32.run"
[ "$TARGET_ARCH" = "i386" ] && PKG_URL="ftp://download.nvidia.com/XFree86/Linux-x86/$PKG_VERSION/NVIDIA-Linux-x86-$PKG_VERSION.run"
[ "$TARGET_ARCH" = "x86_64" ] && PKG_URL="ftp://download.nvidia.com/XFree86/Linux-x86_64/$PKG_VERSION/NVIDIA-Linux-x86_64-$PKG_VERSION-no-compat32.run"
# [ "$TARGET_ARCH" = "i386" ] && PKG_URL="http://us.download.nvidia.com/XFree86/Linux-x86/$PKG_VERSION/NVIDIA-Linux-x86-$PKG_VERSION.run"
# [ "$TARGET_ARCH" = "x86_64" ] && PKG_URL="http://us.download.nvidia.com/XFree86/Linux-x86_64/$PKG_VERSION/NVIDIA-Linux-x86_64-$PKG_VERSION-no-compat32.run"
PKG_DEPENDS="linux libXinerama"
PKG_BUILD_DEPENDS="toolchain util-macros linux xorg-server"
PKG_PRIORITY="optional"