mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Pandora port: Automate rockbox.pnd (=binary archive) build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29991 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c571361ff
commit
986a92fe66
2 changed files with 28 additions and 1 deletions
22
packaging/pandora/pandora.make
Normal file
22
packaging/pandora/pandora.make
Normal file
|
@ -0,0 +1,22 @@
|
|||
PANDORA_DIR=$(ROOTDIR)/packaging/pandora
|
||||
PND_MAKE=/usr/local/angstrom/arm/scripts/pnd_make
|
||||
PND_BUILD_DIR=pnddir
|
||||
|
||||
pnddir:
|
||||
mkdir $(PND_BUILD_DIR)
|
||||
|
||||
pnd: pnddir $(PND_MAKE) $(DEPFILE) build
|
||||
# Creating PND file
|
||||
make PREFIX=$(PND_BUILD_DIR)/rockbox fullinstall
|
||||
|
||||
# Install Pandora build files
|
||||
cp $(PANDORA_DIR)/PXML.xml $(PND_BUILD_DIR)
|
||||
cp $(PANDORA_DIR)/rockbox.png $(PND_BUILD_DIR)
|
||||
cp $(PANDORA_DIR)/rockbox_preview.jpg $(PND_BUILD_DIR)
|
||||
cp $(PANDORA_DIR)/run_rockbox.sh $(PND_BUILD_DIR)
|
||||
|
||||
# Add docs folder
|
||||
cp -rf $(ROOTDIR)/docs $(PND_BUILD_DIR)
|
||||
|
||||
# Invoke pndmake
|
||||
$(PND_MAKE) -p rockbox.pnd -d $(PND_BUILD_DIR) -x $(PND_BUILD_DIR)/PXML.xml -i $(PND_BUILD_DIR)/rockbox.png -c
|
Loading…
Add table
Add a link
Reference in a new issue