Hi,
as a result of much improved Build Service security it was no longer
possible to build signed packages in projects below
openSUSE:Factory:ARM:. I've therefore decided to rename the projects
that existed there to devel:ARM:Factory:Contrib, where the security
settings are less strict.
All data is hopefully correctly preserved.
Greetings
Dirk
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi,
In Kernel:stable, we have armv7l in two repos :
* ARM : which point to openSUSE:12.2:ARM/standard
* ports : which point to openSUSE:12.3:Updates/ports
Is ARM repo really needed?
Guillaume
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi,
It would be nice to fix kernels Cubox and lpae because we cannot use kernel-syms otherwise (to build additional kernel modules for example).
lpae fails just because no LOADADDR is provided and we want to build an uImage. I guess we could build a zImage instead. Otherwise what would be the value of LOADADDR?
I can make a patch for this one and submit it to opensuse-kernel ML.
For CuBox, we have to fix the mach-type file because we have no cubox in it whereas it is in http://www.arm.linux.org.uk/developer/machines/ (#3905)
What would be the best way to update arch/arm/tools/mach-types file?
Guillaume
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi,
I know that this has been talked about in the past, but nothing
materialised for various reasons. Is this something that we still
want? Personally I'm all for it, and I am happy to provide the conf
call details.
I believe that most people are located in the EU area or GMT+3 at
most. If people agree I'll post the details.
Regards,
Andy
--
Andrew Wafaa
IRC: FunkyPenguin
GPG: 0x3A36312F
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi,
Will armv5 be dropped or have we only shutdown armv5 scheduler temporary?
Which armv6 repo should we use? There are : openSUSE:Factory:ARM:armv6hl/armv6l and openSUSE:Factory:ARM:standard/armv6l.
Regards,
Guillaume
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi, Raspberry friends.
Thanks to Bernhard for his advice zu aktivate the transfer to a SD-Card.
I have successfully installed with zypper the Midnight Commander, which
I like very much, and Firefox.
I succeded to provide a fixed IP-Adress and to to ajust the language to
German including the keyboard.
However, when switching to the window with startx, the keyboard switches
zu "US".
Any hint?
Thank you for for your assistance
Edgar Dombrowsk, DJ3PU, Munich
i .
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi,
openSUSE:Factory:ARM armv7 build is broken because nothing provide systemd-rpm-macros needed by rpm-build. But systemd-rpm-macros also need rpm-build to build...
And armv5 is disabled.
Guillaume
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hello,
I tried to start openSUSE on CuBox as described on
http://en.opensuse.org/HCL:CuBox but it does not seem to work. It stops
at on the serial console:
Loading file "boot/linux.vmx" from mmc device 0:1 (mmcda1)
3899520 bytes read
Loading file "boot/initrd.uboot" from mmc device 0:1 (mmcda1)
27179792 bytes read
## Booting kernel from Legacy Image at 02000000 ...
Image Name: Linux-3.4.20-1.1-cubox
Created: 2012-12-14 13:27:53 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3899456 Bytes = 3.7 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 05000000 ...
Image Name: Initrd
Created: 2012-12-14 15:08:54 UTC
Image Type: ARM Linux RAMDisk Image (uncompressed)
Data Size: 27179728 Bytes = 25.9 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
And never goes any further, like any additional kernel messages or YaST
firstboot. Is there a more recent that 12.2 image for CuBox?
Bye,
CzP
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hello.
Is glibc-2.17-255.1.src.rpm available somewhere?
I can see glibc-2.17-255.2.src.rpm, but not glibc-2.17-255.1.src.rpm.
Valery.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi. As I wrote in another message just now, I have openSUSE 12.2
running (thanks to Ciaran) on my Cubox.
Now, I'd like to install some packages from the devel:languages:perl
repository -- any pointers on how to do this? Perl itself is installed
on the Cubox already, from the openSUSE-12.2-ARM-Repo-OSS repository.
I tried adding the devel:languages:perl repository like this:
zypper ar http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_1…
But it doesn't work. 'zypper search' sees the package
'perl-Data-ICal', but 'zypper install' cannot install it:
linux:~ # zypper ref
Retrieving repository 'perl modules (openSUSE_12.2)' metadata
....................................................................................[done]
Building repository 'perl modules (openSUSE_12.2)' cache
.........................................................................................[done]
Repository 'openSUSE-12.2-ARM-Cubox' is up to date.
Repository 'openSUSE-12.2-ARM-Repo-OSS' is up to date.
All repositories have been refreshed.
linux:~ # zypper se perl-Data-ICal
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
--+----------------+-----------------------------------------------+-----------
| perl-Data-ICal | Generates iCalendar (RFC 2445) calendar files | srcpackage
linux:~ # zypper in perl-Data-ICal
Loading repository data...
Reading installed packages...
Package 'perl-Data-ICal' not found.
Resolving package dependencies...
Nothing to do.
Any suggestions? Thanks in advance.
Nathan
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org