• 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/linux/linux-ext-aufs.mk
Christian StewartChristian Stewart committed 010588c1e1617 Jul 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
# Linux Aufs extensions
3
#
4
# Patch the linux kernel with aufs extension
5
################################################################################
6
​
7
LINUX_EXTENSIONS += aufs
8
​
9
define AUFS_PREPARE_KERNEL
10
    if test -d $(@D)/fs/aufs/; then \
11
        echo "Your kernel already supports AUFS."; \
12
        exit 1; \
13
    fi
14
    $(APPLY_PATCHES) $(@D) $(AUFS_DIR) \
15
        aufs$(BR2_PACKAGE_AUFS_SERIES)-kbuild.patch \
16
        aufs$(BR2_PACKAGE_AUFS_SERIES)-base.patch \
17
        aufs$(BR2_PACKAGE_AUFS_SERIES)-mmap.patch \
18
        aufs$(BR2_PACKAGE_AUFS_SERIES)-standalone.patch
19
    cp -r $(AUFS_DIR)/fs/aufs/ $(@D)/fs/
20
    cp $(AUFS_DIR)/include/uapi/linux/aufs_type.h $(@D)/include/uapi/linux/
21
endef
  • 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.