• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ux500-firmware/ux500-firmware.mk
Alexandre BelloniAlexandre Belloni committed 8dfd59d114406 Jun 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# ux500-firmware
4
#
5
################################################################################
6
​
7
UX500_FIRMWARE_VERSION = 1.1.3-6
8
UX500_FIRMWARE_SOURCE = ux500-firmware_$(UX500_FIRMWARE_VERSION)linaro1.tar.gz
9
UX500_FIRMWARE_SITE = https://launchpad.net/~igloocommunity-maintainers/+archive/snowball/+files/
10
UX500_FIRMWARE_LICENSE = Snowball click-wrap license
11
UX500_FIRMWARE_LICENSE_FILES = license.txt 
12
UX500_FIRMWARE_REDISTRIBUTE = NO
13
​
14
# The CG2900 linux driver has to load firmware named CG29XX_* but the firmware
15
# filenames contained in this package are CG2900_* hence the code below
16
define UX500_FIRMWARE_INSTALL_TARGET_CMDS
17
    $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
18
    for f in $(TARGET_DIR)/lib/firmware/CG2900* ; do \
19
        mv $$f $${f/CG2900/CG29XX}; \
20
    done
21
endef
22
​
23
$(eval $(generic-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.